COLOR #E8422D

HEX: #E8422D
RGB: (232,66,45)

Color info

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

RGB color model

#E8422D color RGB value is (232,66,45).

  • red value is 232;
  • green value is 66;
  • blue value is 45.
RGB:
(232,66,45)
(91%,26%,18%)

RGB channels and saturation

R 232 of 255 = 91%
G 66 of 255 = 26%
B 45 of 255 = 18%

232
66
45

R + G + B ~ 45%. #E8422D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
232 + 66 + 45 = 343 (100%)
R 232 of 343 ~ 67.64%
G 66 of 343 ~ 19.24%
B 45 of 343 ~ 13.12%

%67.64
%19.24
%13.12

CMYK color model

#E8422D color CMYK value is (0,72,81,9).

  • cyan value is 0.00%
  • magenta value is 71.55%
  • yellow value is 80.60%
  • key color value is 9.02%
CMYK:
(0,72,81,9)
C0M72Y81K9 
(0%,72%,81%,9%)
(0.00/0.72/0.81/0.09)	

CMYK percentages

%0
%71.55
%80.6
%9.02

Codes

Color #E8422D in popluar color models

E8422D
RGB2326645
HSL80.26%54.31%
HSB/HSV80.60%90.98%
CMYK0.00%71.55%80.60%
9.02%

Color #E8422D in popluar number systems.

HEXE8422D
Decimal2326645
Binary111010001000010101101
Octal35010255

Shades and tints

Shades of #E8422D

#E8422D
(232,66,45)
#D33C29
(211,60,41)
#BE3625
(190,54,37)
#A93021
(169,48,33)
#942A1D
(148,42,29)
#7F2419
(127,36,25)
#6A1E15
(106,30,21)
#551811
(85,24,17)
#40120D
(64,18,13)
#2B0C09
(43,12,9)
#160605
(22,6,5)
#000000
(0,0,0)

Tints of #E8422D

#E8422D
(232,66,45)
#EA5340
(234,83,64)
#EC6453
(236,100,83)
#EE7566
(238,117,102)
#F08679
(240,134,121)
#F2978C
(242,151,140)
#F4A89F
(244,168,159)
#F6B9B2
(246,185,178)
#F8CAC5
(248,202,197)
#FADBD8
(250,219,216)
#FCECEB
(252,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8422D; }

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

This text font color is #E8422D.


Background Color

.myBgColor { background-color: #E8422D; }

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

This div background color is #E8422D.


Border color

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

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

This div border color is #E8422D.


Opacity

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

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

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

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

This text has shadow with #E8422D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8422D on black background.


Color preview on white background

This text has color #E8422D on white background.



Black color preview on #E8422D background

This text has black color on #E8422D background.


White color preview on #E8422D background

This text has white color on #E8422D background.