COLOR #E24744

HEX: #E24744
RGB: (226,71,68)

Color info

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

RGB color model

#E24744 color RGB value is (226,71,68).

  • red value is 226;
  • green value is 71;
  • blue value is 68.
RGB:
(226,71,68)
(89%,28%,27%)

RGB channels and saturation

R 226 of 255 = 89%
G 71 of 255 = 28%
B 68 of 255 = 27%

226
71
68

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

Portions of RGB colors in percentages

R + G + B =
226 + 71 + 68 = 365 (100%)
R 226 of 365 ~ 61.92%
G 71 of 365 ~ 19.45%
B 68 of 365 ~ 18.63%

%61.92
%19.45
%18.63

CMYK color model

#E24744 color CMYK value is (0,69,70,11).

  • cyan value is 0.00%
  • magenta value is 68.58%
  • yellow value is 69.91%
  • key color value is 11.37%
CMYK:
(0,69,70,11)
C0M69Y70K11 
(0%,69%,70%,11%)
(0.00/0.69/0.70/0.11)	

CMYK percentages

%0
%68.58
%69.91
%11.37

Codes

Color #E24744 in popluar color models

E24744
RGB2267168
HSL73.15%57.65%
HSB/HSV69.91%88.63%
CMYK0.00%68.58%69.91%
11.37%

Color #E24744 in popluar number systems.

HEXE24744
Decimal2267168
Binary1110001010001111000100
Octal342107104

Shades and tints

Shades of #E24744

#E24744
(226,71,68)
#CE413E
(206,65,62)
#BA3B38
(186,59,56)
#A63532
(166,53,50)
#922F2C
(146,47,44)
#7E2926
(126,41,38)
#6A2320
(106,35,32)
#561D1A
(86,29,26)
#421714
(66,23,20)
#2E110E
(46,17,14)
#1A0B08
(26,11,8)
#000000
(0,0,0)

Tints of #E24744

#E24744
(226,71,68)
#E45755
(228,87,85)
#E66766
(230,103,102)
#E87777
(232,119,119)
#EA8788
(234,135,136)
#EC9799
(236,151,153)
#EEA7AA
(238,167,170)
#F0B7BB
(240,183,187)
#F2C7CC
(242,199,204)
#F4D7DD
(244,215,221)
#F6E7EE
(246,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E24744 color. Also use rgb(226,71,68) instead hex code.

Text Font Color

.myTextColor { color: #E24744; }

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

This text font color is #E24744.


Background Color

.myBgColor { background-color: #E24744; }

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

This div background color is #E24744.


Border color

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

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

This div border color is #E24744.


Opacity

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

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

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

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

This text has shadow with #E24744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E24744 on black background.


Color preview on white background

This text has color #E24744 on white background.



Black color preview on #E24744 background

This text has black color on #E24744 background.


White color preview on #E24744 background

This text has white color on #E24744 background.