COLOR #E42427

HEX: #E42427
RGB: (228,36,39)

Color info

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

RGB color model

#E42427 color RGB value is (228,36,39).

  • red value is 228;
  • green value is 36;
  • blue value is 39.
RGB:
(228,36,39)
(89%,14%,15%)

RGB channels and saturation

R 228 of 255 = 89%
G 36 of 255 = 14%
B 39 of 255 = 15%

228
36
39

R + G + B ~ 39%. #E42427 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
228 + 36 + 39 = 303 (100%)
R 228 of 303 ~ 75.25%
G 36 of 303 ~ 11.88%
B 39 of 303 ~ 12.87%

%75.25
%11.88
%12.87

CMYK color model

#E42427 color CMYK value is (0,84,83,11).

  • cyan value is 0.00%
  • magenta value is 84.21%
  • yellow value is 82.89%
  • key color value is 10.59%
CMYK:
(0,84,83,11)
C0M84Y83K11 
(0%,84%,83%,11%)
(0.00/0.84/0.83/0.11)	

CMYK percentages

%0
%84.21
%82.89
%10.59

Codes

Color #E42427 in popluar color models

E42427
RGB2283639
HSL359°78.05%51.76%
HSB/HSV359°84.21%89.41%
CMYK0.00%84.21%82.89%
10.59%

Color #E42427 in popluar number systems.

HEXE42427
Decimal2283639
Binary11100100100100100111
Octal3444447

Shades and tints

Shades of #E42427

#E42427
(228,36,39)
#D02124
(208,33,36)
#BC1E21
(188,30,33)
#A81B1E
(168,27,30)
#94181B
(148,24,27)
#801518
(128,21,24)
#6C1215
(108,18,21)
#580F12
(88,15,18)
#440C0F
(68,12,15)
#30090C
(48,9,12)
#1C0609
(28,6,9)
#000000
(0,0,0)

Tints of #E42427

#E42427
(228,36,39)
#E6373A
(230,55,58)
#E84A4D
(232,74,77)
#EA5D60
(234,93,96)
#EC7073
(236,112,115)
#EE8386
(238,131,134)
#F09699
(240,150,153)
#F2A9AC
(242,169,172)
#F4BCBF
(244,188,191)
#F6CFD2
(246,207,210)
#F8E2E5
(248,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E42427 color. Also use rgb(228,36,39) instead hex code.

Text Font Color

.myTextColor { color: #E42427; }

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

This text font color is #E42427.


Background Color

.myBgColor { background-color: #E42427; }

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

This div background color is #E42427.


Border color

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

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

This div border color is #E42427.


Opacity

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

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

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

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

This text has shadow with #E42427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E42427 on black background.


Color preview on white background

This text has color #E42427 on white background.



Black color preview on #E42427 background

This text has black color on #E42427 background.


White color preview on #E42427 background

This text has white color on #E42427 background.