COLOR #E8000B

HEX: #E8000B
RGB: (232,0,11)

Color info

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

RGB color model

#E8000B color RGB value is (232,0,11).

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

RGB channels and saturation

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

232
0
11

R + G + B ~ 32%. #E8000B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
232 + 0 + 11 = 243 (100%)
R 232 of 243 ~ 95.47%
G 0 of 243 ~ 0%
B 11 of 243 ~ 4.53%

%95.47

CMYK color model

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

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

CMYK percentages

%0
%100
%95.26
%9.02

Codes

Color #E8000B in popluar color models

E8000B
RGB232011
HSL357°100.00%45.49%
HSB/HSV357°100.00%90.98%
CMYK0.00%100.00%95.26%
9.02%

Color #E8000B in popluar number systems.

HEXE8000B
Decimal232011
Binary1110100001011
Octal350013

Shades and tints

Shades of #E8000B

#E8000B
(232,0,11)
#D3000A
(211,0,10)
#BE0009
(190,0,9)
#A90008
(169,0,8)
#940007
(148,0,7)
#7F0006
(127,0,6)
#6A0005
(106,0,5)
#550004
(85,0,4)
#400003
(64,0,3)
#2B0002
(43,0,2)
#160001
(22,0,1)
#000000
(0,0,0)

Tints of #E8000B

#E8000B
(232,0,11)
#EA1721
(234,23,33)
#EC2E37
(236,46,55)
#EE454D
(238,69,77)
#F05C63
(240,92,99)
#F27379
(242,115,121)
#F48A8F
(244,138,143)
#F6A1A5
(246,161,165)
#F8B8BB
(248,184,187)
#FACFD1
(250,207,209)
#FCE6E7
(252,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8000B; }

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

This text font color is #E8000B.


Background Color

.myBgColor { background-color: #E8000B; }

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

This div background color is #E8000B.


Border color

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

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

This div border color is #E8000B.


Opacity

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

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

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

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

This text has shadow with #E8000B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8000B on black background.


Color preview on white background

This text has color #E8000B on white background.



Black color preview on #E8000B background

This text has black color on #E8000B background.


White color preview on #E8000B background

This text has white color on #E8000B background.