COLOR #E10E0C

HEX: #E10E0C
RGB: (225,14,12)

Color info

#E10E0C contains mainly red color. Web safe color of #E10E0C is #CC0000 (or #C00).

RGB color model

#E10E0C color RGB value is (225,14,12).

  • red value is 225;
  • green value is 14;
  • blue value is 12.
RGB:
(225,14,12)
(88%,5%,5%)

RGB channels and saturation

R 225 of 255 = 88%
G 14 of 255 = 5%
B 12 of 255 = 5%

225
14
12

R + G + B ~ 33%. #E10E0C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
225 + 14 + 12 = 251 (100%)
R 225 of 251 ~ 89.64%
G 14 of 251 ~ 5.58%
B 12 of 251 ~ 4.78%

%89.64

CMYK color model

#E10E0C color CMYK value is (0,94,95,12).

  • cyan value is 0.00%
  • magenta value is 93.78%
  • yellow value is 94.67%
  • key color value is 11.76%
CMYK:
(0,94,95,12)
C0M94Y95K12 
(0%,94%,95%,12%)
(0.00/0.94/0.95/0.12)	

CMYK percentages

%0
%93.78
%94.67
%11.76

Codes

Color #E10E0C in popluar color models

E10E0C
RGB2251412
HSL89.87%46.47%
HSB/HSV94.67%88.24%
CMYK0.00%93.78%94.67%
11.76%

Color #E10E0C in popluar number systems.

HEXE10E0C
Decimal2251412
Binary1110000111101100
Octal3411614

Shades and tints

Shades of #E10E0C

#E10E0C
(225,14,12)
#CD0D0B
(205,13,11)
#B90C0A
(185,12,10)
#A50B09
(165,11,9)
#910A08
(145,10,8)
#7D0907
(125,9,7)
#690806
(105,8,6)
#550705
(85,7,5)
#410604
(65,6,4)
#2D0503
(45,5,3)
#190402
(25,4,2)
#000000
(0,0,0)

Tints of #E10E0C

#E10E0C
(225,14,12)
#E32322
(227,35,34)
#E53838
(229,56,56)
#E74D4E
(231,77,78)
#E96264
(233,98,100)
#EB777A
(235,119,122)
#ED8C90
(237,140,144)
#EFA1A6
(239,161,166)
#F1B6BC
(241,182,188)
#F3CBD2
(243,203,210)
#F5E0E8
(245,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E10E0C color. Also use rgb(225,14,12) instead hex code.

Text Font Color

.myTextColor { color: #E10E0C; }

<p style="color:#E10E0C">This sample text font color is #E10E0C.</p>

This text font color is #E10E0C.


Background Color

.myBgColor { background-color: #E10E0C; }

<div style="background-color:#E10E0C">Inner text</div>

This div background color is #E10E0C.


Border color

.myBorderColor { border: 1px solid #E10E0C; }

<div style="border:3px solid #E10E0C">Div</div>

This div border color is #E10E0C.


Opacity

.myOpacity80 { color: #E10E0C; opacity: 0.8; }

<p style="color:#E10E0C;opacity:0.8;">80%</p>

Text with #E10E0C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E10E0C;}

<p style="text-shadow: 3px 3px 1px #E10E0C">Text here.</p>

This text has shadow with #E10E0C color.

.textShadow {text-shadow: 3px 3px 1px #E10E0C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E10E0C, 5px 5px 20px red">Text here.</p>

This text has shadow with #E10E0C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E10E0C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E10E0C, Direction=45, Strength=4)">Text</p>

This text has shadow with #E10E0C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E10E0C;
  -webkit-box-shadow:	1px 1px 3px 2px #E10E0C;
  box-shadow:		1px 1px 3px 2px #E10E0C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E10E0C;
-webkit-box-shadow: 1px 1px 3px 2px #E10E0C;
box-shadow:1px 1px 3px 2px #E10E0C;">
Div content here</div>
This div box has shadow with color #E10E0C.

Preview

Color preview on black background

This text has color #E10E0C on black background.


Color preview on white background

This text has color #E10E0C on white background.



Black color preview on #E10E0C background

This text has black color on #E10E0C background.


White color preview on #E10E0C background

This text has white color on #E10E0C background.