COLOR #E80D13

HEX: #E80D13
RGB: (232,13,19)

Color info

#E80D13 contains mainly red color. Web safe color of #E80D13 is #FF0000 (or #F00).

RGB color model

#E80D13 color RGB value is (232,13,19).

  • red value is 232;
  • green value is 13;
  • blue value is 19.
RGB:
(232,13,19)
(91%,5%,7%)

RGB channels and saturation

R 232 of 255 = 91%
G 13 of 255 = 5%
B 19 of 255 = 7%

232
13
19

R + G + B ~ 34%. #E80D13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
232 + 13 + 19 = 264 (100%)
R 232 of 264 ~ 87.88%
G 13 of 264 ~ 4.92%
B 19 of 264 ~ 7.2%

%87.88

CMYK color model

#E80D13 color CMYK value is (0,94,92,9).

  • cyan value is 0.00%
  • magenta value is 94.40%
  • yellow value is 91.81%
  • key color value is 9.02%
CMYK:
(0,94,92,9)
C0M94Y92K9 
(0%,94%,92%,9%)
(0.00/0.94/0.92/0.09)	

CMYK percentages

%0
%94.4
%91.81
%9.02

Codes

Color #E80D13 in popluar color models

E80D13
RGB2321319
HSL358°89.39%48.04%
HSB/HSV358°94.40%90.98%
CMYK0.00%94.40%91.81%
9.02%

Color #E80D13 in popluar number systems.

HEXE80D13
Decimal2321319
Binary11101000110110011
Octal3501523

Shades and tints

Shades of #E80D13

#E80D13
(232,13,19)
#D30C12
(211,12,18)
#BE0B11
(190,11,17)
#A90A10
(169,10,16)
#94090F
(148,9,15)
#7F080E
(127,8,14)
#6A070D
(106,7,13)
#55060C
(85,6,12)
#40050B
(64,5,11)
#2B040A
(43,4,10)
#160309
(22,3,9)
#000000
(0,0,0)

Tints of #E80D13

#E80D13
(232,13,19)
#EA2328
(234,35,40)
#EC393D
(236,57,61)
#EE4F52
(238,79,82)
#F06567
(240,101,103)
#F27B7C
(242,123,124)
#F49191
(244,145,145)
#F6A7A6
(246,167,166)
#F8BDBB
(248,189,187)
#FAD3D0
(250,211,208)
#FCE9E5
(252,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E80D13 color. Also use rgb(232,13,19) instead hex code.

Text Font Color

.myTextColor { color: #E80D13; }

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

This text font color is #E80D13.


Background Color

.myBgColor { background-color: #E80D13; }

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

This div background color is #E80D13.


Border color

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

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

This div border color is #E80D13.


Opacity

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

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

Text with #E80D13 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 #E80D13;}

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

This text has shadow with #E80D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E80D13 on black background.


Color preview on white background

This text has color #E80D13 on white background.



Black color preview on #E80D13 background

This text has black color on #E80D13 background.


White color preview on #E80D13 background

This text has white color on #E80D13 background.