COLOR #9F0A1F

HEX: #9F0A1F
RGB: (159,10,31)

Color info

#9F0A1F contains mainly red color. Web safe color of #9F0A1F is #990033 (or #903).

RGB color model

#9F0A1F color RGB value is (159,10,31).

  • red value is 159;
  • green value is 10;
  • blue value is 31.
RGB:
(159,10,31)
(62%,4%,12%)

RGB channels and saturation

R 159 of 255 = 62%
G 10 of 255 = 4%
B 31 of 255 = 12%

159
10
31

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

Portions of RGB colors in percentages

R + G + B =
159 + 10 + 31 = 200 (100%)
R 159 of 200 ~ 79.5%
G 10 of 200 ~ 5%
B 31 of 200 ~ 15.5%

%79.5
%15.5

CMYK color model

#9F0A1F color CMYK value is (0,94,81,38).

  • cyan value is 0.00%
  • magenta value is 93.71%
  • yellow value is 80.50%
  • key color value is 37.65%
CMYK:
(0,94,81,38)
C0M94Y81K38 
(0%,94%,81%,38%)
(0.00/0.94/0.81/0.38)	

CMYK percentages

%0
%93.71
%80.5
%37.65

Codes

Color #9F0A1F in popluar color models

9F0A1F
RGB1591031
HSL352°88.17%33.14%
HSB/HSV352°93.71%62.35%
CMYK0.00%93.71%80.50%
37.65%

Color #9F0A1F in popluar number systems.

HEX9F0A1F
Decimal1591031
Binary10011111101011111
Octal2371237

Shades and tints

Shades of #9F0A1F

#9F0A1F
(159,10,31)
#910A1D
(145,10,29)
#830A1B
(131,10,27)
#750A19
(117,10,25)
#670A17
(103,10,23)
#590A15
(89,10,21)
#4B0A13
(75,10,19)
#3D0A11
(61,10,17)
#2F0A0F
(47,10,15)
#210A0D
(33,10,13)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #9F0A1F

#9F0A1F
(159,10,31)
#A72033
(167,32,51)
#AF3647
(175,54,71)
#B74C5B
(183,76,91)
#BF626F
(191,98,111)
#C77883
(199,120,131)
#CF8E97
(207,142,151)
#D7A4AB
(215,164,171)
#DFBABF
(223,186,191)
#E7D0D3
(231,208,211)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F0A1F color. Also use rgb(159,10,31) instead hex code.

Text Font Color

.myTextColor { color: #9F0A1F; }

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

This text font color is #9F0A1F.


Background Color

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

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

This div background color is #9F0A1F.


Border color

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

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

This div border color is #9F0A1F.


Opacity

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

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

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

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

This text has shadow with #9F0A1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F0A1F on black background.


Color preview on white background

This text has color #9F0A1F on white background.



Black color preview on #9F0A1F background

This text has black color on #9F0A1F background.


White color preview on #9F0A1F background

This text has white color on #9F0A1F background.