Shades of Dark Red #9F0200
Tints of Dark Red #9F0200
RGB
CMYK
RGB Variations
Color information
#9F0200 (or 0x9F0200) is known color: Dark Red. HEX triplet: 9F, 02 and 00. RGB value is (159,2,0). Sum of RGB (Red+Green+Blue) = 159+2+0=161 (21% of max value = 765). Red value is 159 (62.5% from 255 or 98.76% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0200 is #60FDFF. Grayscale: #303030. Windows color (decimal): -6356480 or 671. OLE color: 671.
HSL color Cylindrical-coordinate representation of color #9F0200: hue angle of 0.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F0200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.38 |
| HSL | 0.75º | 1% | 0.31% | - |
| HSV(B) | 0.75º | 1% | 0.62% | - |
| XYZ | 14.32 | 7.41 | 0.68 | - |
| YUV | 48.72 | 100.51 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 0 | 0 | 0.99 | 1 | 0.38 | 0.75 | 1 | 0.31 |
| Hex | 9F | 2 | 0 | 0 | 63 | 64 | 26 | 1 | 64 | 1F |
| Octal | 237 | 2 | 0 | 0 | 143 | 144 | 46 | 1 | 144 | 37 |
| Binary | 10011111 | 10 | 0 | 0 | 1100011 | 1100100 | 100110 | 1 | 1100100 | 11111 |
Color Harmonies of #9F0200
Complementary color
Monochromatic Colors of #9F0200
Black with #9F0200
Text Example
Text Example
White with #9F0200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0200; }
p { color: rgb(159,2,0); }
H1.HeaderClassName
{
color: #9F0200;
}
.AnyTagClassName
{
color: #9F0200;
}
</style>
background-color css
<style>
a { background-color: #9F0200; }
a { background-color: rgb(159,2,0); }
div.DivClassName
{
background-color: #9F0200;
}
.BgClassName
{
background-color: #9F0200;
}
</style>
border-color css
<style>
span { border-color: #9F0200; }
span { border-color: rgb(159,2,0); }
td.TdClassName
{
border-color: #9F0200;
}
.TagClassName
{
border-color: #9F0200;
}
</style>