crispedge.com

Color picker

Loading...

#eb0a3d hex color - Red - Warm color - Information

#eb0a3d hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #eb0a3d Color code in RGB color code model is created after adding 92.16% red color, 3.92% green color and 23.92% blue color. Hex #eb0a3d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 96% magenta, 74% yellow and 8% black.

Hex #eb0a3d color code is between #ee1144 web safe hex color code and #dd0033 web safe hex color code. #ee1144 is the nearest web safe color code. You can see here many more shades of #eb0a3d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeeb0a3d#eb0a3d
RGB Decimal235, 10, 61rgb(235, 10, 61)
RGB Percent92%, 4%, 24%rgb(92%, 4%, 24%)
CSS RGBa235, 10, 61,1rgba(235,10,61,1)
CMYK Modelcmyk(0%,96%,74%,8%)
HSL Color Space346,92% ,48%hsl(346,92% ,48%)
HSV Color Space346°, 96%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010110000101000111101
Octal3531275
Decimal2351061
Hexeb0a3d

Different shades of #eb0a3d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #eb0a3d
#f6325e
Dark Shade of #eb0a3d
#ba0830
Saturated Shade of #eb0a3d
#f50038
Desaturated Shade of #eb0a3d
#df1644
Grey scale Shade of #eb0a3d
#7a7a7a
Brighten Shade
#ff2356
Most Readable Shade
#FFFFFF

Shades of #eb0a3d color code

Generate more color scales with scales (color stack) generator.

#eb0a3d
#d00836
#b6072f
#9c0628
#820521
#68041b
#4e0314
#34020d
#1a0106
#000000

Similar Color like #eb0a3d color

Find visually similar hex color codes nearing to #eb0a3d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ec0b3e
#ed0c3f
#ee0d40
#ef0e41
#f00f42
#f11043
#f21144
#f31245
#f41346
#f51447
#f61548
#f71649
#f8174a
#f9184b
#ea093c
#e9083b
#e8073a
#e70639
#e60538
#e50437
#e40336
#e30235
#e20134
#e10033
#e00032
#df0031
#de0030
#dd002f

Monochromatic Color with #eb0a3d

#eb0a3d
#160106
#410311
#6b051c
#960627
#c00832

Tints of #eb0a3d Color

#eb0a3d
#ed2552
#ef4068
#f15b7d
#f37693
#f692a8
#f8adbe
#fac8d3
#fce3e9
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#eb0a3d
#0aebb8

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#eb0a3d
#0aeb47
#0aaeeb

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#eb0a97
#eb0a6a
#eb0a3d
#eb0a10
#eb310a

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#eb0a3d
#3deb0a
#0a3deb

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#eb0a3d
#adeb0a
#0aebb8
#470aeb

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#eb0a3d
#0aebb8
#0aaeeb
#eb470a

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #eb0a3d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#eb0a3d Color Code Preview on Black Background Color

This is how #eb0a3d Color will look on black background color. Color contrast ratio is 4.64

#eb0a3d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#eb0a3d">Your Example Paragraph content text in with font color #eb0a3d </p>

Your Example Paragraph content text in with font color #eb0a3d

HTML with inline CSS

<div style="color:#eb0a3d">Your Paragraph text in with font color #eb0a3d </div>

Your Example Paragraph content text in with font color #eb0a3d

#eb0a3d color code is use for CSS Background Color

Background color for the above div is #eb0a3d

HTML with inline CSS

<div style="background-color:#eb0a3d;"></div>

#eb0a3d color code is use for CSS Border Color

CSS Border color for the above div is #eb0a3d

HTML with inline CSS

<div style="border:5px solid #eb0a3d;"></div>

CSS Border Left color for the above div is #eb0a3d

HTML with inline CSS

<div style="border-left:5px solid #eb0a3d;"></div>

CSS Border Right color for the above div is #eb0a3d

HTML with inline CSS

<div style="border-right:5px solid #eb0a3d;"></div>

CSS Border Bottom color for the above div is #eb0a3d

HTML with inline CSS

<div style="border-bottom:5px solid #eb0a3d;"></div>

CSS Border Top color for the above div is #eb0a3d

HTML with inline CSS

<div style="border-top:5px solid #eb0a3d;"></div>

#eb0a3d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#eb0a3d; } .examplecolorclass {color:#eb0a3d; } .examplebordercolor {border:3px solid #eb0a3d; }

#eb0a3d Color code Preview on White Background

This is how #eb0a3d Color code will look on white background color. Color contrast ratio is 4.52

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #eb0a3d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #eb0a3d; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(235,10,61,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(10,235,184,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(235,10,61,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.