Shades of Dark Red #9E0804
Tints of Dark Red #9E0804
RGB
CMYK
RGB Variations
Color information
#9E0804 (or 0x9E0804) is known color: Dark Red. HEX triplet: 9E, 08 and 04. RGB value is (158,8,4). Sum of RGB (Red+Green+Blue) = 158+8+4=170 (22% of max value = 765). Red value is 158 (62.11% from 255 or 92.94% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0804 is #61F7FB. Grayscale: #343434. Windows color (decimal): -6420476 or 264350. OLE color: 264350.
HSL color Cylindrical-coordinate representation of color #9E0804: hue angle of 1.56º degrees, saturation: 0.95, 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 #9E0804 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 4 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.38 |
| HSL | 1.56º | 0.95% | 0.32% | - |
| HSV(B) | 1.56º | 0.97% | 0.62% | - |
| XYZ | 14.21 | 7.45 | 0.8 | - |
| YUV | 52.39 | 100.7 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 4 | 0 | 0.95 | 0.97 | 0.38 | 1.56 | 0.95 | 0.32 |
| Hex | 9E | 8 | 4 | 0 | 5F | 61 | 26 | 2 | 5F | 20 |
| Octal | 236 | 10 | 4 | 0 | 137 | 141 | 46 | 2 | 137 | 40 |
| Binary | 10011110 | 1000 | 100 | 0 | 1011111 | 1100001 | 100110 | 10 | 1011111 | 100000 |
Color Harmonies of #9E0804
Complementary color
Monochromatic Colors of #9E0804
Black with #9E0804
Text Example
Text Example
White with #9E0804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0804; }
p { color: rgb(158,8,4); }
H1.HeaderClassName
{
color: #9E0804;
}
.AnyTagClassName
{
color: #9E0804;
}
</style>
background-color css
<style>
a { background-color: #9E0804; }
a { background-color: rgb(158,8,4); }
div.DivClassName
{
background-color: #9E0804;
}
.BgClassName
{
background-color: #9E0804;
}
</style>
border-color css
<style>
span { border-color: #9E0804; }
span { border-color: rgb(158,8,4); }
td.TdClassName
{
border-color: #9E0804;
}
.TagClassName
{
border-color: #9E0804;
}
</style>