COLOR #E8231B

HEX: #E8231B
RGB: (232,35,27)

Color info

#E8231B contains mainly red color. Web safe color of #E8231B is #FF3333 (or #F33).

RGB color model

#E8231B color RGB value is (232,35,27).

  • red value is 232;
  • green value is 35;
  • blue value is 27.
RGB:
(232,35,27)
(91%,14%,11%)

RGB channels and saturation

R 232 of 255 = 91%
G 35 of 255 = 14%
B 27 of 255 = 11%

232
35
27

R + G + B ~ 39%. #E8231B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
232 + 35 + 27 = 294 (100%)
R 232 of 294 ~ 78.91%
G 35 of 294 ~ 11.9%
B 27 of 294 ~ 9.18%

%78.91
%11.9

CMYK color model

#E8231B color CMYK value is (0,85,88,9).

  • cyan value is 0.00%
  • magenta value is 84.91%
  • yellow value is 88.36%
  • key color value is 9.02%
CMYK:
(0,85,88,9)
C0M85Y88K9 
(0%,85%,88%,9%)
(0.00/0.85/0.88/0.09)	

CMYK percentages

%0
%84.91
%88.36
%9.02

Codes

Color #E8231B in popluar color models

E8231B
RGB2323527
HSL81.67%50.78%
HSB/HSV88.36%90.98%
CMYK0.00%84.91%88.36%
9.02%

Color #E8231B in popluar number systems.

HEXE8231B
Decimal2323527
Binary1110100010001111011
Octal3504333

Shades and tints

Shades of #E8231B

#E8231B
(232,35,27)
#D32019
(211,32,25)
#BE1D17
(190,29,23)
#A91A15
(169,26,21)
#941713
(148,23,19)
#7F1411
(127,20,17)
#6A110F
(106,17,15)
#550E0D
(85,14,13)
#400B0B
(64,11,11)
#2B0809
(43,8,9)
#160507
(22,5,7)
#000000
(0,0,0)

Tints of #E8231B

#E8231B
(232,35,27)
#EA372F
(234,55,47)
#EC4B43
(236,75,67)
#EE5F57
(238,95,87)
#F0736B
(240,115,107)
#F2877F
(242,135,127)
#F49B93
(244,155,147)
#F6AFA7
(246,175,167)
#F8C3BB
(248,195,187)
#FAD7CF
(250,215,207)
#FCEBE3
(252,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8231B; }

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

This text font color is #E8231B.


Background Color

.myBgColor { background-color: #E8231B; }

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

This div background color is #E8231B.


Border color

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

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

This div border color is #E8231B.


Opacity

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

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

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

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

This text has shadow with #E8231B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8231B on black background.


Color preview on white background

This text has color #E8231B on white background.



Black color preview on #E8231B background

This text has black color on #E8231B background.


White color preview on #E8231B background

This text has white color on #E8231B background.