COLOR #9E1F01

HEX: #9E1F01
RGB: (158,31,1)

Color info

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

RGB color model

#9E1F01 color RGB value is (158,31,1).

  • red value is 158;
  • green value is 31;
  • blue value is 1.
RGB:
(158,31,1)
(62%,12%,0%)

RGB channels and saturation

R 158 of 255 = 62%
G 31 of 255 = 12%
B 1 of 255 = 0%

158
31
1

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

Portions of RGB colors in percentages

R + G + B =
158 + 31 + 1 = 190 (100%)
R 158 of 190 ~ 83.16%
G 31 of 190 ~ 16.32%
B 1 of 190 ~ 0.53%

%83.16
%16.32

CMYK color model

#9E1F01 color CMYK value is (0,80,99,38).

  • cyan value is 0.00%
  • magenta value is 80.38%
  • yellow value is 99.37%
  • key color value is 38.04%
CMYK:
(0,80,99,38)
C0M80Y99K38 
(0%,80%,99%,38%)
(0.00/0.80/0.99/0.38)	

CMYK percentages

%0
%80.38
%99.37
%38.04

Codes

Color #9E1F01 in popluar color models

9E1F01
RGB158311
HSL11°98.74%31.18%
HSB/HSV11°99.37%61.96%
CMYK0.00%80.38%99.37%
38.04%

Color #9E1F01 in popluar number systems.

HEX9E1F01
Decimal158311
Binary10011110111111
Octal236371

Shades and tints

Shades of #9E1F01

#9E1F01
(158,31,1)
#901D01
(144,29,1)
#821B01
(130,27,1)
#741901
(116,25,1)
#661701
(102,23,1)
#581501
(88,21,1)
#4A1301
(74,19,1)
#3C1101
(60,17,1)
#2E0F01
(46,15,1)
#200D01
(32,13,1)
#120B01
(18,11,1)
#000000
(0,0,0)

Tints of #9E1F01

#9E1F01
(158,31,1)
#A63318
(166,51,24)
#AE472F
(174,71,47)
#B65B46
(182,91,70)
#BE6F5D
(190,111,93)
#C68374
(198,131,116)
#CE978B
(206,151,139)
#D6ABA2
(214,171,162)
#DEBFB9
(222,191,185)
#E6D3D0
(230,211,208)
#EEE7E7
(238,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E1F01 color. Also use rgb(158,31,1) instead hex code.

Text Font Color

.myTextColor { color: #9E1F01; }

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

This text font color is #9E1F01.


Background Color

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

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

This div background color is #9E1F01.


Border color

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

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

This div border color is #9E1F01.


Opacity

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

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

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

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

This text has shadow with #9E1F01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E1F01 on black background.


Color preview on white background

This text has color #9E1F01 on white background.



Black color preview on #9E1F01 background

This text has black color on #9E1F01 background.


White color preview on #9E1F01 background

This text has white color on #9E1F01 background.