Shades of Dark Red #9F0905
Tints of Dark Red #9F0905
RGB
CMYK
RGB Variations
Color information
#9F0905 (or 0x9F0905) is known color: Dark Red. HEX triplet: 9F, 09 and 05. RGB value is (159,9,5). Sum of RGB (Red+Green+Blue) = 159+9+5=173 (22% of max value = 765). Red value is 159 (62.5% from 255 or 91.91% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0905 is #60F6FA. Grayscale: #353535. Windows color (decimal): -6354683 or 330143. OLE color: 330143.
HSL color Cylindrical-coordinate representation of color #9F0905: hue angle of 1.56º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0905 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 5 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.38 |
| HSL | 1.56º | 0.94% | 0.32% | - |
| HSV(B) | 1.56º | 0.97% | 0.62% | - |
| XYZ | 14.42 | 7.58 | 0.85 | - |
| YUV | 53.39 | 100.7 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 5 | 0 | 0.94 | 0.97 | 0.38 | 1.56 | 0.94 | 0.32 |
| Hex | 9F | 9 | 5 | 0 | 5E | 61 | 26 | 2 | 5E | 20 |
| Octal | 237 | 11 | 5 | 0 | 136 | 141 | 46 | 2 | 136 | 40 |
| Binary | 10011111 | 1001 | 101 | 0 | 1011110 | 1100001 | 100110 | 10 | 1011110 | 100000 |
Color Harmonies of #9F0905
Complementary color
Monochromatic Colors of #9F0905
Black with #9F0905
Text Example
Text Example
White with #9F0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0905; }
p { color: rgb(159,9,5); }
H1.HeaderClassName
{
color: #9F0905;
}
.AnyTagClassName
{
color: #9F0905;
}
</style>
background-color css
<style>
a { background-color: #9F0905; }
a { background-color: rgb(159,9,5); }
div.DivClassName
{
background-color: #9F0905;
}
.BgClassName
{
background-color: #9F0905;
}
</style>
border-color css
<style>
span { border-color: #9F0905; }
span { border-color: rgb(159,9,5); }
td.TdClassName
{
border-color: #9F0905;
}
.TagClassName
{
border-color: #9F0905;
}
</style>