COLOR #E43211

HEX: #E43211
RGB: (228,50,17)

Color info

#E43211 contains mainly red color. Web safe color of #E43211 is #CC3300 (or #C30).

RGB color model

#E43211 color RGB value is (228,50,17).

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

RGB channels and saturation

R 228 of 255 = 89%
G 50 of 255 = 20%
B 17 of 255 = 7%

228
50
17

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

Portions of RGB colors in percentages

R + G + B =
228 + 50 + 17 = 295 (100%)
R 228 of 295 ~ 77.29%
G 50 of 295 ~ 16.95%
B 17 of 295 ~ 5.76%

%77.29
%16.95

CMYK color model

#E43211 color CMYK value is (0,78,93,11).

  • cyan value is 0.00%
  • magenta value is 78.07%
  • yellow value is 92.54%
  • key color value is 10.59%
CMYK:
(0,78,93,11)
C0M78Y93K11 
(0%,78%,93%,11%)
(0.00/0.78/0.93/0.11)	

CMYK percentages

%0
%78.07
%92.54
%10.59

Codes

Color #E43211 in popluar color models

E43211
RGB2285017
HSL86.12%48.04%
HSB/HSV92.54%89.41%
CMYK0.00%78.07%92.54%
10.59%

Color #E43211 in popluar number systems.

HEXE43211
Decimal2285017
Binary1110010011001010001
Octal3446221

Shades and tints

Shades of #E43211

#E43211
(228,50,17)
#D02E10
(208,46,16)
#BC2A0F
(188,42,15)
#A8260E
(168,38,14)
#94220D
(148,34,13)
#801E0C
(128,30,12)
#6C1A0B
(108,26,11)
#58160A
(88,22,10)
#441209
(68,18,9)
#300E08
(48,14,8)
#1C0A07
(28,10,7)
#000000
(0,0,0)

Tints of #E43211

#E43211
(228,50,17)
#E64426
(230,68,38)
#E8563B
(232,86,59)
#EA6850
(234,104,80)
#EC7A65
(236,122,101)
#EE8C7A
(238,140,122)
#F09E8F
(240,158,143)
#F2B0A4
(242,176,164)
#F4C2B9
(244,194,185)
#F6D4CE
(246,212,206)
#F8E6E3
(248,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E43211; }

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

This text font color is #E43211.


Background Color

.myBgColor { background-color: #E43211; }

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

This div background color is #E43211.


Border color

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

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

This div border color is #E43211.


Opacity

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

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

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

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

This text has shadow with #E43211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E43211 on black background.


Color preview on white background

This text has color #E43211 on white background.



Black color preview on #E43211 background

This text has black color on #E43211 background.


White color preview on #E43211 background

This text has white color on #E43211 background.