Shades of Dark Red #9F1202
Tints of Dark Red #9F1202
RGB
CMYK
RGB Variations
Color information
#9F1202 (or 0x9F1202) is known color: Dark Red. HEX triplet: 9F, 12 and 02. RGB value is (159,18,2). Sum of RGB (Red+Green+Blue) = 159+18+2=179 (23% of max value = 765). Red value is 159 (62.5% from 255 or 88.83% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1202 is #60EDFD. Grayscale: #3A3A3A. Windows color (decimal): -6352382 or 135839. OLE color: 135839.
HSL color Cylindrical-coordinate representation of color #9F1202: hue angle of 6.11º 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 #9F1202 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.38 |
| HSL | 6.11º | 0.98% | 0.32% | - |
| HSV(B) | 6.11º | 0.99% | 0.62% | - |
| XYZ | 14.53 | 7.81 | 0.8 | - |
| YUV | 58.34 | 96.21 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 2 | 0 | 0.89 | 0.99 | 0.38 | 6.11 | 0.98 | 0.32 |
| Hex | 9F | 12 | 2 | 0 | 59 | 63 | 26 | 6 | 62 | 20 |
| Octal | 237 | 22 | 2 | 0 | 131 | 143 | 46 | 6 | 142 | 40 |
| Binary | 10011111 | 10010 | 10 | 0 | 1011001 | 1100011 | 100110 | 110 | 1100010 | 100000 |
Color Harmonies of #9F1202
Complementary color
Monochromatic Colors of #9F1202
Black with #9F1202
Text Example
Text Example
White with #9F1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1202; }
p { color: rgb(159,18,2); }
H1.HeaderClassName
{
color: #9F1202;
}
.AnyTagClassName
{
color: #9F1202;
}
</style>
background-color css
<style>
a { background-color: #9F1202; }
a { background-color: rgb(159,18,2); }
div.DivClassName
{
background-color: #9F1202;
}
.BgClassName
{
background-color: #9F1202;
}
</style>
border-color css
<style>
span { border-color: #9F1202; }
span { border-color: rgb(159,18,2); }
td.TdClassName
{
border-color: #9F1202;
}
.TagClassName
{
border-color: #9F1202;
}
</style>