Shades of Dark Red #9E1505
Tints of Dark Red #9E1505
RGB
CMYK
RGB Variations
Color information
#9E1505 (or 0x9E1505) is known color: Dark Red. HEX triplet: 9E, 15 and 05. RGB value is (158,21,5). Sum of RGB (Red+Green+Blue) = 158+21+5=184 (24% of max value = 765). Red value is 158 (62.11% from 255 or 85.87% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1505 is #61EAFA. Grayscale: #3C3C3C. Windows color (decimal): -6417147 or 333214. OLE color: 333214.
HSL color Cylindrical-coordinate representation of color #9E1505: hue angle of 6.27º degrees, saturation: 0.94, 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 #9E1505 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 21 | 5 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.38 |
| HSL | 6.27º | 0.94% | 0.32% | - |
| HSV(B) | 6.27º | 0.97% | 0.62% | - |
| XYZ | 14.4 | 7.82 | 0.89 | - |
| YUV | 60.14 | 96.89 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 21 | 5 | 0 | 0.87 | 0.97 | 0.38 | 6.27 | 0.94 | 0.32 |
| Hex | 9E | 15 | 5 | 0 | 57 | 61 | 26 | 6 | 5E | 20 |
| Octal | 236 | 25 | 5 | 0 | 127 | 141 | 46 | 6 | 136 | 40 |
| Binary | 10011110 | 10101 | 101 | 0 | 1010111 | 1100001 | 100110 | 110 | 1011110 | 100000 |
Color Harmonies of #9E1505
Complementary color
Monochromatic Colors of #9E1505
Black with #9E1505
Text Example
Text Example
White with #9E1505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1505; }
p { color: rgb(158,21,5); }
H1.HeaderClassName
{
color: #9E1505;
}
.AnyTagClassName
{
color: #9E1505;
}
</style>
background-color css
<style>
a { background-color: #9E1505; }
a { background-color: rgb(158,21,5); }
div.DivClassName
{
background-color: #9E1505;
}
.BgClassName
{
background-color: #9E1505;
}
</style>
border-color css
<style>
span { border-color: #9E1505; }
span { border-color: rgb(158,21,5); }
td.TdClassName
{
border-color: #9E1505;
}
.TagClassName
{
border-color: #9E1505;
}
</style>