Shades of Dark Red #9F0E08
Tints of Dark Red #9F0E08
RGB
CMYK
RGB Variations
Color information
#9F0E08 (or 0x9F0E08) is known color: Dark Red. HEX triplet: 9F, 0E and 08. RGB value is (159,14,8). Sum of RGB (Red+Green+Blue) = 159+14+8=181 (23% of max value = 765). Red value is 159 (62.5% from 255 or 87.85% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0E08 is #60F1F7. Grayscale: #383838. Windows color (decimal): -6353400 or 528031. OLE color: 528031.
HSL color Cylindrical-coordinate representation of color #9F0E08: hue angle of 2.38º 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 #9F0E08 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 14 | 8 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.38 |
| HSL | 2.38º | 0.9% | 0.33% | - |
| HSV(B) | 2.38º | 0.95% | 0.62% | - |
| XYZ | 14.5 | 7.7 | 0.95 | - |
| YUV | 56.67 | 100.54 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 14 | 8 | 0 | 0.91 | 0.95 | 0.38 | 2.38 | 0.9 | 0.33 |
| Hex | 9F | E | 8 | 0 | 5B | 5F | 26 | 2 | 5A | 21 |
| Octal | 237 | 16 | 10 | 0 | 133 | 137 | 46 | 2 | 132 | 41 |
| Binary | 10011111 | 1110 | 1000 | 0 | 1011011 | 1011111 | 100110 | 10 | 1011010 | 100001 |
Color Harmonies of #9F0E08
Complementary color
Monochromatic Colors of #9F0E08
Black with #9F0E08
Text Example
Text Example
White with #9F0E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0E08; }
p { color: rgb(159,14,8); }
H1.HeaderClassName
{
color: #9F0E08;
}
.AnyTagClassName
{
color: #9F0E08;
}
</style>
background-color css
<style>
a { background-color: #9F0E08; }
a { background-color: rgb(159,14,8); }
div.DivClassName
{
background-color: #9F0E08;
}
.BgClassName
{
background-color: #9F0E08;
}
</style>
border-color css
<style>
span { border-color: #9F0E08; }
span { border-color: rgb(159,14,8); }
td.TdClassName
{
border-color: #9F0E08;
}
.TagClassName
{
border-color: #9F0E08;
}
</style>