COLOR #E2170E

HEX: #E2170E
RGB: (226,23,14)

Color info

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

RGB color model

#E2170E color RGB value is (226,23,14).

  • red value is 226;
  • green value is 23;
  • blue value is 14.
RGB:
(226,23,14)
(89%,9%,5%)

RGB channels and saturation

R 226 of 255 = 89%
G 23 of 255 = 9%
B 14 of 255 = 5%

226
23
14

R + G + B ~ 34%. #E2170E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
226 + 23 + 14 = 263 (100%)
R 226 of 263 ~ 85.93%
G 23 of 263 ~ 8.75%
B 14 of 263 ~ 5.32%

%85.93

CMYK color model

#E2170E color CMYK value is (0,90,94,11).

  • cyan value is 0.00%
  • magenta value is 89.82%
  • yellow value is 93.81%
  • key color value is 11.37%
CMYK:
(0,90,94,11)
C0M90Y94K11 
(0%,90%,94%,11%)
(0.00/0.90/0.94/0.11)	

CMYK percentages

%0
%89.82
%93.81
%11.37

Codes

Color #E2170E in popluar color models

E2170E
RGB2262314
HSL88.33%47.06%
HSB/HSV93.81%88.63%
CMYK0.00%89.82%93.81%
11.37%

Color #E2170E in popluar number systems.

HEXE2170E
Decimal2262314
Binary11100010101111110
Octal3422716

Shades and tints

Shades of #E2170E

#E2170E
(226,23,14)
#CE150D
(206,21,13)
#BA130C
(186,19,12)
#A6110B
(166,17,11)
#920F0A
(146,15,10)
#7E0D09
(126,13,9)
#6A0B08
(106,11,8)
#560907
(86,9,7)
#420706
(66,7,6)
#2E0505
(46,5,5)
#1A0304
(26,3,4)
#000000
(0,0,0)

Tints of #E2170E

#E2170E
(226,23,14)
#E42C23
(228,44,35)
#E64138
(230,65,56)
#E8564D
(232,86,77)
#EA6B62
(234,107,98)
#EC8077
(236,128,119)
#EE958C
(238,149,140)
#F0AAA1
(240,170,161)
#F2BFB6
(242,191,182)
#F4D4CB
(244,212,203)
#F6E9E0
(246,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2170E color. Also use rgb(226,23,14) instead hex code.

Text Font Color

.myTextColor { color: #E2170E; }

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

This text font color is #E2170E.


Background Color

.myBgColor { background-color: #E2170E; }

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

This div background color is #E2170E.


Border color

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

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

This div border color is #E2170E.


Opacity

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

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

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

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

This text has shadow with #E2170E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2170E on black background.


Color preview on white background

This text has color #E2170E on white background.



Black color preview on #E2170E background

This text has black color on #E2170E background.


White color preview on #E2170E background

This text has white color on #E2170E background.