Shades of Dark Red #9F1000
Tints of Dark Red #9F1000
RGB
CMYK
RGB Variations
Color information
#9F1000 (or 0x9F1000) is known color: Dark Red. HEX triplet: 9F, 10 and 00. RGB value is (159,16,0). Sum of RGB (Red+Green+Blue) = 159+16+0=175 (23% of max value = 765). Red value is 159 (62.5% from 255 or 90.86% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1000 is #60EFFF. Grayscale: #393939. Windows color (decimal): -6352896 or 4255. OLE color: 4255.
HSL color Cylindrical-coordinate representation of color #9F1000: hue angle of 6.04º 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 #9F1000 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.38 |
| HSL | 6.04º | 1% | 0.31% | - |
| HSV(B) | 6.04º | 1% | 0.62% | - |
| XYZ | 14.48 | 7.74 | 0.73 | - |
| YUV | 56.93 | 95.88 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 0 | 0 | 0.90 | 1 | 0.38 | 6.04 | 1 | 0.31 |
| Hex | 9F | 10 | 0 | 0 | 5A | 64 | 26 | 6 | 64 | 1F |
| Octal | 237 | 20 | 0 | 0 | 132 | 144 | 46 | 6 | 144 | 37 |
| Binary | 10011111 | 10000 | 0 | 0 | 1011010 | 1100100 | 100110 | 110 | 1100100 | 11111 |
Color Harmonies of #9F1000
Complementary color
Monochromatic Colors of #9F1000
Black with #9F1000
Text Example
Text Example
White with #9F1000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1000; }
p { color: rgb(159,16,0); }
H1.HeaderClassName
{
color: #9F1000;
}
.AnyTagClassName
{
color: #9F1000;
}
</style>
background-color css
<style>
a { background-color: #9F1000; }
a { background-color: rgb(159,16,0); }
div.DivClassName
{
background-color: #9F1000;
}
.BgClassName
{
background-color: #9F1000;
}
</style>
border-color css
<style>
span { border-color: #9F1000; }
span { border-color: rgb(159,16,0); }
td.TdClassName
{
border-color: #9F1000;
}
.TagClassName
{
border-color: #9F1000;
}
</style>