Shades of Dark Red #9F1200
Tints of Dark Red #9F1200
RGB
CMYK
RGB Variations
Color information
#9F1200 (or 0x9F1200) is known color: Dark Red. HEX triplet: 9F, 12 and 00. RGB value is (159,18,0). Sum of RGB (Red+Green+Blue) = 159+18+0=177 (23% of max value = 765). Red value is 159 (62.5% from 255 or 89.83% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1200 is #60EDFF. Grayscale: #3A3A3A. Windows color (decimal): -6352384 or 4767. OLE color: 4767.
HSL color Cylindrical-coordinate representation of color #9F1200: hue angle of 6.79º 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 #9F1200 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.38 |
| HSL | 6.79º | 1% | 0.31% | - |
| HSV(B) | 6.79º | 1% | 0.62% | - |
| XYZ | 14.51 | 7.8 | 0.74 | - |
| YUV | 58.11 | 95.21 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 0 | 0 | 0.89 | 1 | 0.38 | 6.79 | 1 | 0.31 |
| Hex | 9F | 12 | 0 | 0 | 59 | 64 | 26 | 7 | 64 | 1F |
| Octal | 237 | 22 | 0 | 0 | 131 | 144 | 46 | 7 | 144 | 37 |
| Binary | 10011111 | 10010 | 0 | 0 | 1011001 | 1100100 | 100110 | 111 | 1100100 | 11111 |
Color Harmonies of #9F1200
Complementary color
Monochromatic Colors of #9F1200
Black with #9F1200
Text Example
Text Example
White with #9F1200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1200; }
p { color: rgb(159,18,0); }
H1.HeaderClassName
{
color: #9F1200;
}
.AnyTagClassName
{
color: #9F1200;
}
</style>
background-color css
<style>
a { background-color: #9F1200; }
a { background-color: rgb(159,18,0); }
div.DivClassName
{
background-color: #9F1200;
}
.BgClassName
{
background-color: #9F1200;
}
</style>
border-color css
<style>
span { border-color: #9F1200; }
span { border-color: rgb(159,18,0); }
td.TdClassName
{
border-color: #9F1200;
}
.TagClassName
{
border-color: #9F1200;
}
</style>