COLOR #9F0000

HEX: #9F0000
RGB: (159,0,0)

Color info

#9F0000 contains only red color. Web safe color of #9F0000 is #990000 (or #900).

RGB color model

#9F0000 color RGB value is (159,0,0).

  • red value is 159;
  • green value is 0;
  • blue value is 0.
RGB:
(159,0,0)
(62%,0%,0%)

RGB channels and saturation

R 159 of 255 = 62%
G 0 of 255 = 0%
B 0 of 255 = 0%

159
0
0

R + G + B ~ 21%. #9F0000 is dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 0 + 0 = 159 (100%)
R 159 of 159 ~ 100%
G 0 of 159 ~ 0%
B 0 of 159 ~ 0%

%100

CMYK color model

#9F0000 color CMYK value is (0,100,100,38).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 37.65%
CMYK:
(0,100,100,38)
C0M100Y100K38 
(0%,100%,100%,38%)
(0.00/1.00/1.00/0.38)	

CMYK percentages

%0
%100
%100
%37.65

Codes

Color #9F0000 in popluar color models

9F0000
RGB15900
HSL100.00%31.18%
HSB/HSV100.00%62.35%
CMYK0.00%100.00%100.00%
37.65%

Color #9F0000 in popluar number systems.

HEX9F0000
Decimal15900
Binary1001111100
Octal23700

Shades and tints

Shades of #9F0000

#9F0000
(159,0,0)
#910000
(145,0,0)
#830000
(131,0,0)
#750000
(117,0,0)
#670000
(103,0,0)
#590000
(89,0,0)
#4B0000
(75,0,0)
#3D0000
(61,0,0)
#2F0000
(47,0,0)
#210000
(33,0,0)
#130000
(19,0,0)
#000000
(0,0,0)

Tints of #9F0000

#9F0000
(159,0,0)
#A71717
(167,23,23)
#AF2E2E
(175,46,46)
#B74545
(183,69,69)
#BF5C5C
(191,92,92)
#C77373
(199,115,115)
#CF8A8A
(207,138,138)
#D7A1A1
(215,161,161)
#DFB8B8
(223,184,184)
#E7CFCF
(231,207,207)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F0000; }

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

This text font color is #9F0000.


Background Color

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

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

This div background color is #9F0000.


Border color

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

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

This div border color is #9F0000.


Opacity

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

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

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

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

This text has shadow with #9F0000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F0000 on black background.


Color preview on white background

This text has color #9F0000 on white background.



Black color preview on #9F0000 background

This text has black color on #9F0000 background.


White color preview on #9F0000 background

This text has white color on #9F0000 background.