COLOR #E41511

HEX: #E41511
RGB: (228,21,17)

Color info

#E41511 contains mainly red color. Web safe color of #E41511 is #CC0000 (or #C00).

RGB color model

#E41511 color RGB value is (228,21,17).

  • red value is 228;
  • green value is 21;
  • blue value is 17.
RGB:
(228,21,17)
(89%,8%,7%)

RGB channels and saturation

R 228 of 255 = 89%
G 21 of 255 = 8%
B 17 of 255 = 7%

228
21
17

R + G + B ~ 35%. #E41511 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
228 + 21 + 17 = 266 (100%)
R 228 of 266 ~ 85.71%
G 21 of 266 ~ 7.89%
B 17 of 266 ~ 6.39%

%85.71

CMYK color model

#E41511 color CMYK value is (0,91,93,11).

  • cyan value is 0.00%
  • magenta value is 90.79%
  • yellow value is 92.54%
  • key color value is 10.59%
CMYK:
(0,91,93,11)
C0M91Y93K11 
(0%,91%,93%,11%)
(0.00/0.91/0.93/0.11)	

CMYK percentages

%0
%90.79
%92.54
%10.59

Codes

Color #E41511 in popluar color models

E41511
RGB2282117
HSL86.12%48.04%
HSB/HSV92.54%89.41%
CMYK0.00%90.79%92.54%
10.59%

Color #E41511 in popluar number systems.

HEXE41511
Decimal2282117
Binary111001001010110001
Octal3442521

Shades and tints

Shades of #E41511

#E41511
(228,21,17)
#D01410
(208,20,16)
#BC130F
(188,19,15)
#A8120E
(168,18,14)
#94110D
(148,17,13)
#80100C
(128,16,12)
#6C0F0B
(108,15,11)
#580E0A
(88,14,10)
#440D09
(68,13,9)
#300C08
(48,12,8)
#1C0B07
(28,11,7)
#000000
(0,0,0)

Tints of #E41511

#E41511
(228,21,17)
#E62A26
(230,42,38)
#E83F3B
(232,63,59)
#EA5450
(234,84,80)
#EC6965
(236,105,101)
#EE7E7A
(238,126,122)
#F0938F
(240,147,143)
#F2A8A4
(242,168,164)
#F4BDB9
(244,189,185)
#F6D2CE
(246,210,206)
#F8E7E3
(248,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E41511 color. Also use rgb(228,21,17) instead hex code.

Text Font Color

.myTextColor { color: #E41511; }

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

This text font color is #E41511.


Background Color

.myBgColor { background-color: #E41511; }

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

This div background color is #E41511.


Border color

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

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

This div border color is #E41511.


Opacity

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

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

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

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

This text has shadow with #E41511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E41511 on black background.


Color preview on white background

This text has color #E41511 on white background.



Black color preview on #E41511 background

This text has black color on #E41511 background.


White color preview on #E41511 background

This text has white color on #E41511 background.