COLOR #E24D2E

HEX: #E24D2E
RGB: (226,77,46)

Color info

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

RGB color model

#E24D2E color RGB value is (226,77,46).

  • red value is 226;
  • green value is 77;
  • blue value is 46.
RGB:
(226,77,46)
(89%,30%,18%)

RGB channels and saturation

R 226 of 255 = 89%
G 77 of 255 = 30%
B 46 of 255 = 18%

226
77
46

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

Portions of RGB colors in percentages

R + G + B =
226 + 77 + 46 = 349 (100%)
R 226 of 349 ~ 64.76%
G 77 of 349 ~ 22.06%
B 46 of 349 ~ 13.18%

%64.76
%22.06
%13.18

CMYK color model

#E24D2E color CMYK value is (0,66,80,11).

  • cyan value is 0.00%
  • magenta value is 65.93%
  • yellow value is 79.65%
  • key color value is 11.37%
CMYK:
(0,66,80,11)
C0M66Y80K11 
(0%,66%,80%,11%)
(0.00/0.66/0.80/0.11)	

CMYK percentages

%0
%65.93
%79.65
%11.37

Codes

Color #E24D2E in popluar color models

E24D2E
RGB2267746
HSL10°75.63%53.33%
HSB/HSV10°79.65%88.63%
CMYK0.00%65.93%79.65%
11.37%

Color #E24D2E in popluar number systems.

HEXE24D2E
Decimal2267746
Binary111000101001101101110
Octal34211556

Shades and tints

Shades of #E24D2E

#E24D2E
(226,77,46)
#CE462A
(206,70,42)
#BA3F26
(186,63,38)
#A63822
(166,56,34)
#92311E
(146,49,30)
#7E2A1A
(126,42,26)
#6A2316
(106,35,22)
#561C12
(86,28,18)
#42150E
(66,21,14)
#2E0E0A
(46,14,10)
#1A0706
(26,7,6)
#000000
(0,0,0)

Tints of #E24D2E

#E24D2E
(226,77,46)
#E45D41
(228,93,65)
#E66D54
(230,109,84)
#E87D67
(232,125,103)
#EA8D7A
(234,141,122)
#EC9D8D
(236,157,141)
#EEADA0
(238,173,160)
#F0BDB3
(240,189,179)
#F2CDC6
(242,205,198)
#F4DDD9
(244,221,217)
#F6EDEC
(246,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E24D2E color. Also use rgb(226,77,46) instead hex code.

Text Font Color

.myTextColor { color: #E24D2E; }

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

This text font color is #E24D2E.


Background Color

.myBgColor { background-color: #E24D2E; }

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

This div background color is #E24D2E.


Border color

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

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

This div border color is #E24D2E.


Opacity

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

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

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

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

This text has shadow with #E24D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E24D2E on black background.


Color preview on white background

This text has color #E24D2E on white background.



Black color preview on #E24D2E background

This text has black color on #E24D2E background.


White color preview on #E24D2E background

This text has white color on #E24D2E background.