COLOR #E24A45

HEX: #E24A45
RGB: (226,74,69)

Color info

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

RGB color model

#E24A45 color RGB value is (226,74,69).

  • red value is 226;
  • green value is 74;
  • blue value is 69.
RGB:
(226,74,69)
(89%,29%,27%)

RGB channels and saturation

R 226 of 255 = 89%
G 74 of 255 = 29%
B 69 of 255 = 27%

226
74
69

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

Portions of RGB colors in percentages

R + G + B =
226 + 74 + 69 = 369 (100%)
R 226 of 369 ~ 61.25%
G 74 of 369 ~ 20.05%
B 69 of 369 ~ 18.7%

%61.25
%20.05
%18.7

CMYK color model

#E24A45 color CMYK value is (0,67,69,11).

  • cyan value is 0.00%
  • magenta value is 67.26%
  • yellow value is 69.47%
  • key color value is 11.37%
CMYK:
(0,67,69,11)
C0M67Y69K11 
(0%,67%,69%,11%)
(0.00/0.67/0.69/0.11)	

CMYK percentages

%0
%67.26
%69.47
%11.37

Codes

Color #E24A45 in popluar color models

E24A45
RGB2267469
HSL73.02%57.84%
HSB/HSV69.47%88.63%
CMYK0.00%67.26%69.47%
11.37%

Color #E24A45 in popluar number systems.

HEXE24A45
Decimal2267469
Binary1110001010010101000101
Octal342112105

Shades and tints

Shades of #E24A45

#E24A45
(226,74,69)
#CE443F
(206,68,63)
#BA3E39
(186,62,57)
#A63833
(166,56,51)
#92322D
(146,50,45)
#7E2C27
(126,44,39)
#6A2621
(106,38,33)
#56201B
(86,32,27)
#421A15
(66,26,21)
#2E140F
(46,20,15)
#1A0E09
(26,14,9)
#000000
(0,0,0)

Tints of #E24A45

#E24A45
(226,74,69)
#E45A55
(228,90,85)
#E66A65
(230,106,101)
#E87A75
(232,122,117)
#EA8A85
(234,138,133)
#EC9A95
(236,154,149)
#EEAAA5
(238,170,165)
#F0BAB5
(240,186,181)
#F2CAC5
(242,202,197)
#F4DAD5
(244,218,213)
#F6EAE5
(246,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E24A45 color. Also use rgb(226,74,69) instead hex code.

Text Font Color

.myTextColor { color: #E24A45; }

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

This text font color is #E24A45.


Background Color

.myBgColor { background-color: #E24A45; }

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

This div background color is #E24A45.


Border color

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

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

This div border color is #E24A45.


Opacity

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

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

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

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

This text has shadow with #E24A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E24A45 on black background.


Color preview on white background

This text has color #E24A45 on white background.



Black color preview on #E24A45 background

This text has black color on #E24A45 background.


White color preview on #E24A45 background

This text has white color on #E24A45 background.