COLOR #9E2C14

HEX: #9E2C14
RGB: (158,44,20)

Color info

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

RGB color model

#9E2C14 color RGB value is (158,44,20).

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

RGB channels and saturation

R 158 of 255 = 62%
G 44 of 255 = 17%
B 20 of 255 = 8%

158
44
20

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

Portions of RGB colors in percentages

R + G + B =
158 + 44 + 20 = 222 (100%)
R 158 of 222 ~ 71.17%
G 44 of 222 ~ 19.82%
B 20 of 222 ~ 9.01%

%71.17
%19.82

CMYK color model

#9E2C14 color CMYK value is (0,72,87,38).

  • cyan value is 0.00%
  • magenta value is 72.15%
  • yellow value is 87.34%
  • key color value is 38.04%
CMYK:
(0,72,87,38)
C0M72Y87K38 
(0%,72%,87%,38%)
(0.00/0.72/0.87/0.38)	

CMYK percentages

%0
%72.15
%87.34
%38.04

Codes

Color #9E2C14 in popluar color models

9E2C14
RGB1584420
HSL10°77.53%34.90%
HSB/HSV10°87.34%61.96%
CMYK0.00%72.15%87.34%
38.04%

Color #9E2C14 in popluar number systems.

HEX9E2C14
Decimal1584420
Binary1001111010110010100
Octal2365424

Shades and tints

Shades of #9E2C14

#9E2C14
(158,44,20)
#902813
(144,40,19)
#822412
(130,36,18)
#742011
(116,32,17)
#661C10
(102,28,16)
#58180F
(88,24,15)
#4A140E
(74,20,14)
#3C100D
(60,16,13)
#2E0C0C
(46,12,12)
#20080B
(32,8,11)
#12040A
(18,4,10)
#000000
(0,0,0)

Tints of #9E2C14

#9E2C14
(158,44,20)
#A63F29
(166,63,41)
#AE523E
(174,82,62)
#B66553
(182,101,83)
#BE7868
(190,120,104)
#C68B7D
(198,139,125)
#CE9E92
(206,158,146)
#D6B1A7
(214,177,167)
#DEC4BC
(222,196,188)
#E6D7D1
(230,215,209)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E2C14; }

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

This text font color is #9E2C14.


Background Color

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

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

This div background color is #9E2C14.


Border color

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

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

This div border color is #9E2C14.


Opacity

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

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

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

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

This text has shadow with #9E2C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E2C14 on black background.


Color preview on white background

This text has color #9E2C14 on white background.



Black color preview on #9E2C14 background

This text has black color on #9E2C14 background.


White color preview on #9E2C14 background

This text has white color on #9E2C14 background.