COLOR #9E2C11

HEX: #9E2C11
RGB: (158,44,17)

Color info

#9E2C11 contains mainly red color. Web safe color of #9E2C11 is #993300 (or #930).

RGB color model

#9E2C11 color RGB value is (158,44,17).

  • red value is 158;
  • green value is 44;
  • blue value is 17.
RGB:
(158,44,17)
(62%,17%,7%)

RGB channels and saturation

R 158 of 255 = 62%
G 44 of 255 = 17%
B 17 of 255 = 7%

158
44
17

R + G + B ~ 29%. #9E2C11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 44 + 17 = 219 (100%)
R 158 of 219 ~ 72.15%
G 44 of 219 ~ 20.09%
B 17 of 219 ~ 7.76%

%72.15
%20.09

CMYK color model

#9E2C11 color CMYK value is (0,72,89,38).

  • cyan value is 0.00%
  • magenta value is 72.15%
  • yellow value is 89.24%
  • key color value is 38.04%
CMYK:
(0,72,89,38)
C0M72Y89K38 
(0%,72%,89%,38%)
(0.00/0.72/0.89/0.38)	

CMYK percentages

%0
%72.15
%89.24
%38.04

Codes

Color #9E2C11 in popluar color models

9E2C11
RGB1584417
HSL11°80.57%34.31%
HSB/HSV11°89.24%61.96%
CMYK0.00%72.15%89.24%
38.04%

Color #9E2C11 in popluar number systems.

HEX9E2C11
Decimal1584417
Binary1001111010110010001
Octal2365421

Shades and tints

Shades of #9E2C11

#9E2C11
(158,44,17)
#902810
(144,40,16)
#82240F
(130,36,15)
#74200E
(116,32,14)
#661C0D
(102,28,13)
#58180C
(88,24,12)
#4A140B
(74,20,11)
#3C100A
(60,16,10)
#2E0C09
(46,12,9)
#200808
(32,8,8)
#120407
(18,4,7)
#000000
(0,0,0)

Tints of #9E2C11

#9E2C11
(158,44,17)
#A63F26
(166,63,38)
#AE523B
(174,82,59)
#B66550
(182,101,80)
#BE7865
(190,120,101)
#C68B7A
(198,139,122)
#CE9E8F
(206,158,143)
#D6B1A4
(214,177,164)
#DEC4B9
(222,196,185)
#E6D7CE
(230,215,206)
#EEEAE3
(238,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E2C11 color. Also use rgb(158,44,17) instead hex code.

Text Font Color

.myTextColor { color: #9E2C11; }

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

This text font color is #9E2C11.


Background Color

.myBgColor { background-color: #9E2C11; }

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

This div background color is #9E2C11.


Border color

.myBorderColor { border: 1px solid #9E2C11; }

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

This div border color is #9E2C11.


Opacity

.myOpacity80 { color: #9E2C11; opacity: 0.8; }

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

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

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

This text has shadow with #9E2C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E2C11 on black background.


Color preview on white background

This text has color #9E2C11 on white background.



Black color preview on #9E2C11 background

This text has black color on #9E2C11 background.


White color preview on #9E2C11 background

This text has white color on #9E2C11 background.