COLOR #9E1611

HEX: #9E1611
RGB: (158,22,17)

Color info

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

RGB color model

#9E1611 color RGB value is (158,22,17).

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

RGB channels and saturation

R 158 of 255 = 62%
G 22 of 255 = 9%
B 17 of 255 = 7%

158
22
17

R + G + B ~ 26%. #9E1611 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 22 + 17 = 197 (100%)
R 158 of 197 ~ 80.2%
G 22 of 197 ~ 11.17%
B 17 of 197 ~ 8.63%

%80.2
%11.17

CMYK color model

#9E1611 color CMYK value is (0,86,89,38).

  • cyan value is 0.00%
  • magenta value is 86.08%
  • yellow value is 89.24%
  • key color value is 38.04%
CMYK:
(0,86,89,38)
C0M86Y89K38 
(0%,86%,89%,38%)
(0.00/0.86/0.89/0.38)	

CMYK percentages

%0
%86.08
%89.24
%38.04

Codes

Color #9E1611 in popluar color models

9E1611
RGB1582217
HSL80.57%34.31%
HSB/HSV89.24%61.96%
CMYK0.00%86.08%89.24%
38.04%

Color #9E1611 in popluar number systems.

HEX9E1611
Decimal1582217
Binary100111101011010001
Octal2362621

Shades and tints

Shades of #9E1611

#9E1611
(158,22,17)
#901410
(144,20,16)
#82120F
(130,18,15)
#74100E
(116,16,14)
#660E0D
(102,14,13)
#580C0C
(88,12,12)
#4A0A0B
(74,10,11)
#3C080A
(60,8,10)
#2E0609
(46,6,9)
#200408
(32,4,8)
#120207
(18,2,7)
#000000
(0,0,0)

Tints of #9E1611

#9E1611
(158,22,17)
#A62B26
(166,43,38)
#AE403B
(174,64,59)
#B65550
(182,85,80)
#BE6A65
(190,106,101)
#C67F7A
(198,127,122)
#CE948F
(206,148,143)
#D6A9A4
(214,169,164)
#DEBEB9
(222,190,185)
#E6D3CE
(230,211,206)
#EEE8E3
(238,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E1611; }

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

This text font color is #9E1611.


Background Color

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

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

This div background color is #9E1611.


Border color

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

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

This div border color is #9E1611.


Opacity

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

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

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

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

This text has shadow with #9E1611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E1611 on black background.


Color preview on white background

This text has color #9E1611 on white background.



Black color preview on #9E1611 background

This text has black color on #9E1611 background.


White color preview on #9E1611 background

This text has white color on #9E1611 background.