COLOR #E41E22

HEX: #E41E22
RGB: (228,30,34)

Color info

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

RGB color model

#E41E22 color RGB value is (228,30,34).

  • red value is 228;
  • green value is 30;
  • blue value is 34.
RGB:
(228,30,34)
(89%,12%,13%)

RGB channels and saturation

R 228 of 255 = 89%
G 30 of 255 = 12%
B 34 of 255 = 13%

228
30
34

R + G + B ~ 38%. #E41E22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
228 + 30 + 34 = 292 (100%)
R 228 of 292 ~ 78.08%
G 30 of 292 ~ 10.27%
B 34 of 292 ~ 11.64%

%78.08
%10.27
%11.64

CMYK color model

#E41E22 color CMYK value is (0,87,85,11).

  • cyan value is 0.00%
  • magenta value is 86.84%
  • yellow value is 85.09%
  • key color value is 10.59%
CMYK:
(0,87,85,11)
C0M87Y85K11 
(0%,87%,85%,11%)
(0.00/0.87/0.85/0.11)	

CMYK percentages

%0
%86.84
%85.09
%10.59

Codes

Color #E41E22 in popluar color models

E41E22
RGB2283034
HSL359°78.57%50.59%
HSB/HSV359°86.84%89.41%
CMYK0.00%86.84%85.09%
10.59%

Color #E41E22 in popluar number systems.

HEXE41E22
Decimal2283034
Binary1110010011110100010
Octal3443642

Shades and tints

Shades of #E41E22

#E41E22
(228,30,34)
#D01C1F
(208,28,31)
#BC1A1C
(188,26,28)
#A81819
(168,24,25)
#941616
(148,22,22)
#801413
(128,20,19)
#6C1210
(108,18,16)
#58100D
(88,16,13)
#440E0A
(68,14,10)
#300C07
(48,12,7)
#1C0A04
(28,10,4)
#000000
(0,0,0)

Tints of #E41E22

#E41E22
(228,30,34)
#E63236
(230,50,54)
#E8464A
(232,70,74)
#EA5A5E
(234,90,94)
#EC6E72
(236,110,114)
#EE8286
(238,130,134)
#F0969A
(240,150,154)
#F2AAAE
(242,170,174)
#F4BEC2
(244,190,194)
#F6D2D6
(246,210,214)
#F8E6EA
(248,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E41E22 color. Also use rgb(228,30,34) instead hex code.

Text Font Color

.myTextColor { color: #E41E22; }

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

This text font color is #E41E22.


Background Color

.myBgColor { background-color: #E41E22; }

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

This div background color is #E41E22.


Border color

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

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

This div border color is #E41E22.


Opacity

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

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

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

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

This text has shadow with #E41E22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E41E22 on black background.


Color preview on white background

This text has color #E41E22 on white background.



Black color preview on #E41E22 background

This text has black color on #E41E22 background.


White color preview on #E41E22 background

This text has white color on #E41E22 background.