COLOR #E41F26

HEX: #E41F26
RGB: (228,31,38)

Color info

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

RGB color model

#E41F26 color RGB value is (228,31,38).

  • red value is 228;
  • green value is 31;
  • blue value is 38.
RGB:
(228,31,38)
(89%,12%,15%)

RGB channels and saturation

R 228 of 255 = 89%
G 31 of 255 = 12%
B 38 of 255 = 15%

228
31
38

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

Portions of RGB colors in percentages

R + G + B =
228 + 31 + 38 = 297 (100%)
R 228 of 297 ~ 76.77%
G 31 of 297 ~ 10.44%
B 38 of 297 ~ 12.79%

%76.77
%10.44
%12.79

CMYK color model

#E41F26 color CMYK value is (0,86,83,11).

  • cyan value is 0.00%
  • magenta value is 86.40%
  • yellow value is 83.33%
  • key color value is 10.59%
CMYK:
(0,86,83,11)
C0M86Y83K11 
(0%,86%,83%,11%)
(0.00/0.86/0.83/0.11)	

CMYK percentages

%0
%86.4
%83.33
%10.59

Codes

Color #E41F26 in popluar color models

E41F26
RGB2283138
HSL358°78.49%50.78%
HSB/HSV358°86.40%89.41%
CMYK0.00%86.40%83.33%
10.59%

Color #E41F26 in popluar number systems.

HEXE41F26
Decimal2283138
Binary1110010011111100110
Octal3443746

Shades and tints

Shades of #E41F26

#E41F26
(228,31,38)
#D01D23
(208,29,35)
#BC1B20
(188,27,32)
#A8191D
(168,25,29)
#94171A
(148,23,26)
#801517
(128,21,23)
#6C1314
(108,19,20)
#581111
(88,17,17)
#440F0E
(68,15,14)
#300D0B
(48,13,11)
#1C0B08
(28,11,8)
#000000
(0,0,0)

Tints of #E41F26

#E41F26
(228,31,38)
#E63339
(230,51,57)
#E8474C
(232,71,76)
#EA5B5F
(234,91,95)
#EC6F72
(236,111,114)
#EE8385
(238,131,133)
#F09798
(240,151,152)
#F2ABAB
(242,171,171)
#F4BFBE
(244,191,190)
#F6D3D1
(246,211,209)
#F8E7E4
(248,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E41F26 color. Also use rgb(228,31,38) instead hex code.

Text Font Color

.myTextColor { color: #E41F26; }

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

This text font color is #E41F26.


Background Color

.myBgColor { background-color: #E41F26; }

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

This div background color is #E41F26.


Border color

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

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

This div border color is #E41F26.


Opacity

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

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

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

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

This text has shadow with #E41F26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E41F26 on black background.


Color preview on white background

This text has color #E41F26 on white background.



Black color preview on #E41F26 background

This text has black color on #E41F26 background.


White color preview on #E41F26 background

This text has white color on #E41F26 background.