COLOR #E81814

HEX: #E81814
RGB: (232,24,20)

Color info

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

RGB color model

#E81814 color RGB value is (232,24,20).

  • red value is 232;
  • green value is 24;
  • blue value is 20.
RGB:
(232,24,20)
(91%,9%,8%)

RGB channels and saturation

R 232 of 255 = 91%
G 24 of 255 = 9%
B 20 of 255 = 8%

232
24
20

R + G + B ~ 36%. #E81814 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
232 + 24 + 20 = 276 (100%)
R 232 of 276 ~ 84.06%
G 24 of 276 ~ 8.7%
B 20 of 276 ~ 7.25%

%84.06

CMYK color model

#E81814 color CMYK value is (0,90,91,9).

  • cyan value is 0.00%
  • magenta value is 89.66%
  • yellow value is 91.38%
  • key color value is 9.02%
CMYK:
(0,90,91,9)
C0M90Y91K9 
(0%,90%,91%,9%)
(0.00/0.90/0.91/0.09)	

CMYK percentages

%0
%89.66
%91.38
%9.02

Codes

Color #E81814 in popluar color models

E81814
RGB2322420
HSL84.13%49.41%
HSB/HSV91.38%90.98%
CMYK0.00%89.66%91.38%
9.02%

Color #E81814 in popluar number systems.

HEXE81814
Decimal2322420
Binary111010001100010100
Octal3503024

Shades and tints

Shades of #E81814

#E81814
(232,24,20)
#D31613
(211,22,19)
#BE1412
(190,20,18)
#A91211
(169,18,17)
#941010
(148,16,16)
#7F0E0F
(127,14,15)
#6A0C0E
(106,12,14)
#550A0D
(85,10,13)
#40080C
(64,8,12)
#2B060B
(43,6,11)
#16040A
(22,4,10)
#000000
(0,0,0)

Tints of #E81814

#E81814
(232,24,20)
#EA2D29
(234,45,41)
#EC423E
(236,66,62)
#EE5753
(238,87,83)
#F06C68
(240,108,104)
#F2817D
(242,129,125)
#F49692
(244,150,146)
#F6ABA7
(246,171,167)
#F8C0BC
(248,192,188)
#FAD5D1
(250,213,209)
#FCEAE6
(252,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E81814 color. Also use rgb(232,24,20) instead hex code.

Text Font Color

.myTextColor { color: #E81814; }

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

This text font color is #E81814.


Background Color

.myBgColor { background-color: #E81814; }

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

This div background color is #E81814.


Border color

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

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

This div border color is #E81814.


Opacity

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

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

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

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

This text has shadow with #E81814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E81814 on black background.


Color preview on white background

This text has color #E81814 on white background.



Black color preview on #E81814 background

This text has black color on #E81814 background.


White color preview on #E81814 background

This text has white color on #E81814 background.