COLOR #E2210D

HEX: #E2210D
RGB: (226,33,13)

Color info

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

RGB color model

#E2210D color RGB value is (226,33,13).

  • red value is 226;
  • green value is 33;
  • blue value is 13.
RGB:
(226,33,13)
(89%,13%,5%)

RGB channels and saturation

R 226 of 255 = 89%
G 33 of 255 = 13%
B 13 of 255 = 5%

226
33
13

R + G + B ~ 36%. #E2210D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
226 + 33 + 13 = 272 (100%)
R 226 of 272 ~ 83.09%
G 33 of 272 ~ 12.13%
B 13 of 272 ~ 4.78%

%83.09
%12.13

CMYK color model

#E2210D color CMYK value is (0,85,94,11).

  • cyan value is 0.00%
  • magenta value is 85.40%
  • yellow value is 94.25%
  • key color value is 11.37%
CMYK:
(0,85,94,11)
C0M85Y94K11 
(0%,85%,94%,11%)
(0.00/0.85/0.94/0.11)	

CMYK percentages

%0
%85.4
%94.25
%11.37

Codes

Color #E2210D in popluar color models

E2210D
RGB2263313
HSL89.12%46.86%
HSB/HSV94.25%88.63%
CMYK0.00%85.40%94.25%
11.37%

Color #E2210D in popluar number systems.

HEXE2210D
Decimal2263313
Binary111000101000011101
Octal3424115

Shades and tints

Shades of #E2210D

#E2210D
(226,33,13)
#CE1E0C
(206,30,12)
#BA1B0B
(186,27,11)
#A6180A
(166,24,10)
#921509
(146,21,9)
#7E1208
(126,18,8)
#6A0F07
(106,15,7)
#560C06
(86,12,6)
#420905
(66,9,5)
#2E0604
(46,6,4)
#1A0303
(26,3,3)
#000000
(0,0,0)

Tints of #E2210D

#E2210D
(226,33,13)
#E43523
(228,53,35)
#E64939
(230,73,57)
#E85D4F
(232,93,79)
#EA7165
(234,113,101)
#EC857B
(236,133,123)
#EE9991
(238,153,145)
#F0ADA7
(240,173,167)
#F2C1BD
(242,193,189)
#F4D5D3
(244,213,211)
#F6E9E9
(246,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2210D color. Also use rgb(226,33,13) instead hex code.

Text Font Color

.myTextColor { color: #E2210D; }

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

This text font color is #E2210D.


Background Color

.myBgColor { background-color: #E2210D; }

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

This div background color is #E2210D.


Border color

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

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

This div border color is #E2210D.


Opacity

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

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

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

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

This text has shadow with #E2210D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2210D on black background.


Color preview on white background

This text has color #E2210D on white background.



Black color preview on #E2210D background

This text has black color on #E2210D background.


White color preview on #E2210D background

This text has white color on #E2210D background.