Shades of Dark Red #9F0E06
Tints of Dark Red #9F0E06
RGB
CMYK
RGB Variations
Color information
#9F0E06 (or 0x9F0E06) is known color: Dark Red. HEX triplet: 9F, 0E and 06. RGB value is (159,14,6). Sum of RGB (Red+Green+Blue) = 159+14+6=179 (23% of max value = 765). Red value is 159 (62.5% from 255 or 88.83% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0E06 is #60F1F9. Grayscale: #383838. Windows color (decimal): -6353402 or 396959. OLE color: 396959.
HSL color Cylindrical-coordinate representation of color #9F0E06: hue angle of 3.14º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0E06 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 14 | 6 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.38 |
| HSL | 3.14º | 0.93% | 0.32% | - |
| HSV(B) | 3.14º | 0.96% | 0.62% | - |
| XYZ | 14.49 | 7.7 | 0.89 | - |
| YUV | 56.44 | 99.54 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 14 | 6 | 0 | 0.91 | 0.96 | 0.38 | 3.14 | 0.93 | 0.32 |
| Hex | 9F | E | 6 | 0 | 5B | 60 | 26 | 3 | 5D | 20 |
| Octal | 237 | 16 | 6 | 0 | 133 | 140 | 46 | 3 | 135 | 40 |
| Binary | 10011111 | 1110 | 110 | 0 | 1011011 | 1100000 | 100110 | 11 | 1011101 | 100000 |
Color Harmonies of #9F0E06
Complementary color
Monochromatic Colors of #9F0E06
Black with #9F0E06
Text Example
Text Example
White with #9F0E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0E06; }
p { color: rgb(159,14,6); }
H1.HeaderClassName
{
color: #9F0E06;
}
.AnyTagClassName
{
color: #9F0E06;
}
</style>
background-color css
<style>
a { background-color: #9F0E06; }
a { background-color: rgb(159,14,6); }
div.DivClassName
{
background-color: #9F0E06;
}
.BgClassName
{
background-color: #9F0E06;
}
</style>
border-color css
<style>
span { border-color: #9F0E06; }
span { border-color: rgb(159,14,6); }
td.TdClassName
{
border-color: #9F0E06;
}
.TagClassName
{
border-color: #9F0E06;
}
</style>