COLOR #E80000

HEX: #E80000
RGB: (232,0,0)

Color info

#E80000 contains only red color. Web safe color of #E80000 is #FF0000 (or #F00).

RGB color model

#E80000 color RGB value is (232,0,0).

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

RGB channels and saturation

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

232
0
0

R + G + B ~ 30%. #E80000 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
232 + 0 + 0 = 232 (100%)
R 232 of 232 ~ 100%
G 0 of 232 ~ 0%
B 0 of 232 ~ 0%

%100

CMYK color model

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

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

CMYK percentages

%0
%100
%100
%9.02

Codes

Color #E80000 in popluar color models

E80000
RGB23200
HSL100.00%45.49%
HSB/HSV100.00%90.98%
CMYK0.00%100.00%100.00%
9.02%

Color #E80000 in popluar number systems.

HEXE80000
Decimal23200
Binary1110100000
Octal35000

Shades and tints

Shades of #E80000

#E80000
(232,0,0)
#D30000
(211,0,0)
#BE0000
(190,0,0)
#A90000
(169,0,0)
#940000
(148,0,0)
#7F0000
(127,0,0)
#6A0000
(106,0,0)
#550000
(85,0,0)
#400000
(64,0,0)
#2B0000
(43,0,0)
#160000
(22,0,0)
#000000
(0,0,0)

Tints of #E80000

#E80000
(232,0,0)
#EA1717
(234,23,23)
#EC2E2E
(236,46,46)
#EE4545
(238,69,69)
#F05C5C
(240,92,92)
#F27373
(242,115,115)
#F48A8A
(244,138,138)
#F6A1A1
(246,161,161)
#F8B8B8
(248,184,184)
#FACFCF
(250,207,207)
#FCE6E6
(252,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E80000; }

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

This text font color is #E80000.


Background Color

.myBgColor { background-color: #E80000; }

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

This div background color is #E80000.


Border color

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

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

This div border color is #E80000.


Opacity

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

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

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

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

This text has shadow with #E80000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E80000 on black background.


Color preview on white background

This text has color #E80000 on white background.



Black color preview on #E80000 background

This text has black color on #E80000 background.


White color preview on #E80000 background

This text has white color on #E80000 background.