COLOR #E24228

HEX: #E24228
RGB: (226,66,40)

Color info

#E24228 contains mainly red color. Web safe color of #E24228 is #CC3333 (or #C33).

RGB color model

#E24228 color RGB value is (226,66,40).

  • red value is 226;
  • green value is 66;
  • blue value is 40.
RGB:
(226,66,40)
(89%,26%,16%)

RGB channels and saturation

R 226 of 255 = 89%
G 66 of 255 = 26%
B 40 of 255 = 16%

226
66
40

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

Portions of RGB colors in percentages

R + G + B =
226 + 66 + 40 = 332 (100%)
R 226 of 332 ~ 68.07%
G 66 of 332 ~ 19.88%
B 40 of 332 ~ 12.05%

%68.07
%19.88
%12.05

CMYK color model

#E24228 color CMYK value is (0,71,82,11).

  • cyan value is 0.00%
  • magenta value is 70.80%
  • yellow value is 82.30%
  • key color value is 11.37%
CMYK:
(0,71,82,11)
C0M71Y82K11 
(0%,71%,82%,11%)
(0.00/0.71/0.82/0.11)	

CMYK percentages

%0
%70.8
%82.3
%11.37

Codes

Color #E24228 in popluar color models

E24228
RGB2266640
HSL76.23%52.16%
HSB/HSV82.30%88.63%
CMYK0.00%70.80%82.30%
11.37%

Color #E24228 in popluar number systems.

HEXE24228
Decimal2266640
Binary111000101000010101000
Octal34210250

Shades and tints

Shades of #E24228

#E24228
(226,66,40)
#CE3C25
(206,60,37)
#BA3622
(186,54,34)
#A6301F
(166,48,31)
#922A1C
(146,42,28)
#7E2419
(126,36,25)
#6A1E16
(106,30,22)
#561813
(86,24,19)
#421210
(66,18,16)
#2E0C0D
(46,12,13)
#1A060A
(26,6,10)
#000000
(0,0,0)

Tints of #E24228

#E24228
(226,66,40)
#E4533B
(228,83,59)
#E6644E
(230,100,78)
#E87561
(232,117,97)
#EA8674
(234,134,116)
#EC9787
(236,151,135)
#EEA89A
(238,168,154)
#F0B9AD
(240,185,173)
#F2CAC0
(242,202,192)
#F4DBD3
(244,219,211)
#F6ECE6
(246,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E24228 color. Also use rgb(226,66,40) instead hex code.

Text Font Color

.myTextColor { color: #E24228; }

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

This text font color is #E24228.


Background Color

.myBgColor { background-color: #E24228; }

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

This div background color is #E24228.


Border color

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

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

This div border color is #E24228.


Opacity

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

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

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

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

This text has shadow with #E24228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E24228 on black background.


Color preview on white background

This text has color #E24228 on white background.



Black color preview on #E24228 background

This text has black color on #E24228 background.


White color preview on #E24228 background

This text has white color on #E24228 background.