Shades of Dark Red #9F1602
Tints of Dark Red #9F1602
RGB
CMYK
RGB Variations
Color information
#9F1602 (or 0x9F1602) is known color: Dark Red. HEX triplet: 9F, 16 and 02. RGB value is (159,22,2). Sum of RGB (Red+Green+Blue) = 159+22+2=183 (24% of max value = 765). Red value is 159 (62.5% from 255 or 86.89% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1602 is #60E9FD. Grayscale: #3C3C3C. Windows color (decimal): -6351358 or 136863. OLE color: 136863.
HSL color Cylindrical-coordinate representation of color #9F1602: hue angle of 7.64º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F1602 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 22 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.38 |
| HSL | 7.64º | 0.98% | 0.32% | - |
| HSV(B) | 7.64º | 0.99% | 0.62% | - |
| XYZ | 14.6 | 7.95 | 0.82 | - |
| YUV | 60.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 2 | 0 | 0.86 | 0.99 | 0.38 | 7.64 | 0.98 | 0.32 |
| Hex | 9F | 16 | 2 | 0 | 56 | 63 | 26 | 8 | 62 | 20 |
| Octal | 237 | 26 | 2 | 0 | 126 | 143 | 46 | 10 | 142 | 40 |
| Binary | 10011111 | 10110 | 10 | 0 | 1010110 | 1100011 | 100110 | 1000 | 1100010 | 100000 |
Color Harmonies of #9F1602
Complementary color
Monochromatic Colors of #9F1602
Black with #9F1602
Text Example
Text Example
White with #9F1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1602; }
p { color: rgb(159,22,2); }
H1.HeaderClassName
{
color: #9F1602;
}
.AnyTagClassName
{
color: #9F1602;
}
</style>
background-color css
<style>
a { background-color: #9F1602; }
a { background-color: rgb(159,22,2); }
div.DivClassName
{
background-color: #9F1602;
}
.BgClassName
{
background-color: #9F1602;
}
</style>
border-color css
<style>
span { border-color: #9F1602; }
span { border-color: rgb(159,22,2); }
td.TdClassName
{
border-color: #9F1602;
}
.TagClassName
{
border-color: #9F1602;
}
</style>