Shades of Dark Red #9F0808
Tints of Dark Red #9F0808
RGB
CMYK
RGB Variations
Color information
#9F0808 (or 0x9F0808) is known color: Dark Red. HEX triplet: 9F, 08 and 08. RGB value is (159,8,8). Sum of RGB (Red+Green+Blue) = 159+8+8=175 (23% of max value = 765). Red value is 159 (62.5% from 255 or 90.86% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0808 is #60F7F7. Grayscale: #353535. Windows color (decimal): -6354936 or 526495. OLE color: 526495.
HSL color Cylindrical-coordinate representation of color #9F0808: hue angle of 0º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0808 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 8 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.38 |
| HSL | 0º | 0.9% | 0.33% | - |
| HSV(B) | 0º | 0.95% | 0.62% | - |
| XYZ | 14.43 | 7.56 | 0.93 | - |
| YUV | 53.15 | 102.53 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 8 | 0 | 0.95 | 0.95 | 0.38 | 0 | 0.9 | 0.33 |
| Hex | 9F | 8 | 8 | 0 | 5F | 5F | 26 | 0 | 5A | 21 |
| Octal | 237 | 10 | 10 | 0 | 137 | 137 | 46 | 0 | 132 | 41 |
| Binary | 10011111 | 1000 | 1000 | 0 | 1011111 | 1011111 | 100110 | 0 | 1011010 | 100001 |
Color Harmonies of #9F0808
Complementary color
Monochromatic Colors of #9F0808
Black with #9F0808
Text Example
Text Example
White with #9F0808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0808; }
p { color: rgb(159,8,8); }
H1.HeaderClassName
{
color: #9F0808;
}
.AnyTagClassName
{
color: #9F0808;
}
</style>
background-color css
<style>
a { background-color: #9F0808; }
a { background-color: rgb(159,8,8); }
div.DivClassName
{
background-color: #9F0808;
}
.BgClassName
{
background-color: #9F0808;
}
</style>
border-color css
<style>
span { border-color: #9F0808; }
span { border-color: rgb(159,8,8); }
td.TdClassName
{
border-color: #9F0808;
}
.TagClassName
{
border-color: #9F0808;
}
</style>