COLOR #E80800

HEX: #E80800
RGB: (232,8,0)

Color info

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

RGB color model

#E80800 color RGB value is (232,8,0).

  • red value is 232;
  • green value is 8;
  • blue value is 0.
RGB:
(232,8,0)
(91%,3%,0%)

RGB channels and saturation

R 232 of 255 = 91%
G 8 of 255 = 3%
B 0 of 255 = 0%

232
8
0

R + G + B ~ 31%. #E80800 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
232 + 8 + 0 = 240 (100%)
R 232 of 240 ~ 96.67%
G 8 of 240 ~ 3.33%
B 0 of 240 ~ 0%

%96.67

CMYK color model

#E80800 color CMYK value is (0,97,100,9).

  • cyan value is 0.00%
  • magenta value is 96.55%
  • yellow value is 100.00%
  • key color value is 9.02%
CMYK:
(0,97,100,9)
C0M97Y100K9 
(0%,97%,100%,9%)
(0.00/0.97/1.00/0.09)	

CMYK percentages

%0
%96.55
%100
%9.02

Codes

Color #E80800 in popluar color models

E80800
RGB23280
HSL100.00%45.49%
HSB/HSV100.00%90.98%
CMYK0.00%96.55%100.00%
9.02%

Color #E80800 in popluar number systems.

HEXE80800
Decimal23280
Binary1110100010000
Octal350100

Shades and tints

Shades of #E80800

#E80800
(232,8,0)
#D30800
(211,8,0)
#BE0800
(190,8,0)
#A90800
(169,8,0)
#940800
(148,8,0)
#7F0800
(127,8,0)
#6A0800
(106,8,0)
#550800
(85,8,0)
#400800
(64,8,0)
#2B0800
(43,8,0)
#160800
(22,8,0)
#000000
(0,0,0)

Tints of #E80800

#E80800
(232,8,0)
#EA1E17
(234,30,23)
#EC342E
(236,52,46)
#EE4A45
(238,74,69)
#F0605C
(240,96,92)
#F27673
(242,118,115)
#F48C8A
(244,140,138)
#F6A2A1
(246,162,161)
#F8B8B8
(248,184,184)
#FACECF
(250,206,207)
#FCE4E6
(252,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E80800 color. Also use rgb(232,8,0) instead hex code.

Text Font Color

.myTextColor { color: #E80800; }

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

This text font color is #E80800.


Background Color

.myBgColor { background-color: #E80800; }

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

This div background color is #E80800.


Border color

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

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

This div border color is #E80800.


Opacity

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

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

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

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

This text has shadow with #E80800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E80800 on black background.


Color preview on white background

This text has color #E80800 on white background.



Black color preview on #E80800 background

This text has black color on #E80800 background.


White color preview on #E80800 background

This text has white color on #E80800 background.