Shades of Dark Red #9E0904
Tints of Dark Red #9E0904
RGB
CMYK
RGB Variations
Color information
#9E0904 (or 0x9E0904) is known color: Dark Red. HEX triplet: 9E, 09 and 04. RGB value is (158,9,4). Sum of RGB (Red+Green+Blue) = 158+9+4=171 (22% of max value = 765). Red value is 158 (62.11% from 255 or 92.40% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0904 is #61F6FB. Grayscale: #353535. Windows color (decimal): -6420220 or 264606. OLE color: 264606.
HSL color Cylindrical-coordinate representation of color #9E0904: hue angle of 1.95º 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 #9E0904 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 9 | 4 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.38 |
| HSL | 1.95º | 0.95% | 0.32% | - |
| HSV(B) | 1.95º | 0.97% | 0.62% | - |
| XYZ | 14.22 | 7.47 | 0.81 | - |
| YUV | 52.98 | 100.36 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 9 | 4 | 0 | 0.94 | 0.97 | 0.38 | 1.95 | 0.95 | 0.32 |
| Hex | 9E | 9 | 4 | 0 | 5E | 61 | 26 | 2 | 5F | 20 |
| Octal | 236 | 11 | 4 | 0 | 136 | 141 | 46 | 2 | 137 | 40 |
| Binary | 10011110 | 1001 | 100 | 0 | 1011110 | 1100001 | 100110 | 10 | 1011111 | 100000 |
Color Harmonies of #9E0904
Complementary color
Monochromatic Colors of #9E0904
Black with #9E0904
Text Example
Text Example
White with #9E0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0904; }
p { color: rgb(158,9,4); }
H1.HeaderClassName
{
color: #9E0904;
}
.AnyTagClassName
{
color: #9E0904;
}
</style>
background-color css
<style>
a { background-color: #9E0904; }
a { background-color: rgb(158,9,4); }
div.DivClassName
{
background-color: #9E0904;
}
.BgClassName
{
background-color: #9E0904;
}
</style>
border-color css
<style>
span { border-color: #9E0904; }
span { border-color: rgb(158,9,4); }
td.TdClassName
{
border-color: #9E0904;
}
.TagClassName
{
border-color: #9E0904;
}
</style>