COLOR #E8002F

HEX: #E8002F
RGB: (232,0,47)

Color info

#E8002F contains mainly red color. Web safe color of #E8002F is #FF0033 (or #F03).

RGB color model

#E8002F color RGB value is (232,0,47).

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

RGB channels and saturation

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

232
0
47

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

Portions of RGB colors in percentages

R + G + B =
232 + 0 + 47 = 279 (100%)
R 232 of 279 ~ 83.15%
G 0 of 279 ~ 0%
B 47 of 279 ~ 16.85%

%83.15
%16.85

CMYK color model

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

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

CMYK percentages

%0
%100
%79.74
%9.02

Codes

Color #E8002F in popluar color models

E8002F
RGB232047
HSL348°100.00%45.49%
HSB/HSV348°100.00%90.98%
CMYK0.00%100.00%79.74%
9.02%

Color #E8002F in popluar number systems.

HEXE8002F
Decimal232047
Binary111010000101111
Octal350057

Shades and tints

Shades of #E8002F

#E8002F
(232,0,47)
#D3002B
(211,0,43)
#BE0027
(190,0,39)
#A90023
(169,0,35)
#94001F
(148,0,31)
#7F001B
(127,0,27)
#6A0017
(106,0,23)
#550013
(85,0,19)
#40000F
(64,0,15)
#2B000B
(43,0,11)
#160007
(22,0,7)
#000000
(0,0,0)

Tints of #E8002F

#E8002F
(232,0,47)
#EA1741
(234,23,65)
#EC2E53
(236,46,83)
#EE4565
(238,69,101)
#F05C77
(240,92,119)
#F27389
(242,115,137)
#F48A9B
(244,138,155)
#F6A1AD
(246,161,173)
#F8B8BF
(248,184,191)
#FACFD1
(250,207,209)
#FCE6E3
(252,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8002F; }

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

This text font color is #E8002F.


Background Color

.myBgColor { background-color: #E8002F; }

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

This div background color is #E8002F.


Border color

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

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

This div border color is #E8002F.


Opacity

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

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

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

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

This text has shadow with #E8002F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8002F on black background.


Color preview on white background

This text has color #E8002F on white background.



Black color preview on #E8002F background

This text has black color on #E8002F background.


White color preview on #E8002F background

This text has white color on #E8002F background.