COLOR #9E150E

HEX: #9E150E
RGB: (158,21,14)

Color info

#9E150E contains mainly red color. Web safe color of #9E150E is #990000 (or #900).

RGB color model

#9E150E color RGB value is (158,21,14).

  • red value is 158;
  • green value is 21;
  • blue value is 14.
RGB:
(158,21,14)
(62%,8%,5%)

RGB channels and saturation

R 158 of 255 = 62%
G 21 of 255 = 8%
B 14 of 255 = 5%

158
21
14

R + G + B ~ 25%. #9E150E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 21 + 14 = 193 (100%)
R 158 of 193 ~ 81.87%
G 21 of 193 ~ 10.88%
B 14 of 193 ~ 7.25%

%81.87
%10.88

CMYK color model

#9E150E color CMYK value is (0,87,91,38).

  • cyan value is 0.00%
  • magenta value is 86.71%
  • yellow value is 91.14%
  • key color value is 38.04%
CMYK:
(0,87,91,38)
C0M87Y91K38 
(0%,87%,91%,38%)
(0.00/0.87/0.91/0.38)	

CMYK percentages

%0
%86.71
%91.14
%38.04

Codes

Color #9E150E in popluar color models

9E150E
RGB1582114
HSL83.72%33.73%
HSB/HSV91.14%61.96%
CMYK0.00%86.71%91.14%
38.04%

Color #9E150E in popluar number systems.

HEX9E150E
Decimal1582114
Binary10011110101011110
Octal2362516

Shades and tints

Shades of #9E150E

#9E150E
(158,21,14)
#90140D
(144,20,13)
#82130C
(130,19,12)
#74120B
(116,18,11)
#66110A
(102,17,10)
#581009
(88,16,9)
#4A0F08
(74,15,8)
#3C0E07
(60,14,7)
#2E0D06
(46,13,6)
#200C05
(32,12,5)
#120B04
(18,11,4)
#000000
(0,0,0)

Tints of #9E150E

#9E150E
(158,21,14)
#A62A23
(166,42,35)
#AE3F38
(174,63,56)
#B6544D
(182,84,77)
#BE6962
(190,105,98)
#C67E77
(198,126,119)
#CE938C
(206,147,140)
#D6A8A1
(214,168,161)
#DEBDB6
(222,189,182)
#E6D2CB
(230,210,203)
#EEE7E0
(238,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E150E color. Also use rgb(158,21,14) instead hex code.

Text Font Color

.myTextColor { color: #9E150E; }

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

This text font color is #9E150E.


Background Color

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

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

This div background color is #9E150E.


Border color

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

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

This div border color is #9E150E.


Opacity

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

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

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

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

This text has shadow with #9E150E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E150E on black background.


Color preview on white background

This text has color #9E150E on white background.



Black color preview on #9E150E background

This text has black color on #9E150E background.


White color preview on #9E150E background

This text has white color on #9E150E background.