Shades of Dark Red #9E1305
Tints of Dark Red #9E1305
RGB
CMYK
RGB Variations
Color information
#9E1305 (or 0x9E1305) is known color: Dark Red. HEX triplet: 9E, 13 and 05. RGB value is (158,19,5). Sum of RGB (Red+Green+Blue) = 158+19+5=182 (24% of max value = 765). Red value is 158 (62.11% from 255 or 86.81% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1305 is #61ECFA. Grayscale: #3B3B3B. Windows color (decimal): -6417659 or 332702. OLE color: 332702.
HSL color Cylindrical-coordinate representation of color #9E1305: hue angle of 5.49º 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 #9E1305 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 19 | 5 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.38 |
| HSL | 5.49º | 0.94% | 0.32% | - |
| HSV(B) | 5.49º | 0.97% | 0.62% | - |
| XYZ | 14.36 | 7.75 | 0.88 | - |
| YUV | 58.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 5 | 0 | 0.88 | 0.97 | 0.38 | 5.49 | 0.94 | 0.32 |
| Hex | 9E | 13 | 5 | 0 | 58 | 61 | 26 | 5 | 5E | 20 |
| Octal | 236 | 23 | 5 | 0 | 130 | 141 | 46 | 5 | 136 | 40 |
| Binary | 10011110 | 10011 | 101 | 0 | 1011000 | 1100001 | 100110 | 101 | 1011110 | 100000 |
Color Harmonies of #9E1305
Complementary color
Monochromatic Colors of #9E1305
Black with #9E1305
Text Example
Text Example
White with #9E1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1305; }
p { color: rgb(158,19,5); }
H1.HeaderClassName
{
color: #9E1305;
}
.AnyTagClassName
{
color: #9E1305;
}
</style>
background-color css
<style>
a { background-color: #9E1305; }
a { background-color: rgb(158,19,5); }
div.DivClassName
{
background-color: #9E1305;
}
.BgClassName
{
background-color: #9E1305;
}
</style>
border-color css
<style>
span { border-color: #9E1305; }
span { border-color: rgb(158,19,5); }
td.TdClassName
{
border-color: #9E1305;
}
.TagClassName
{
border-color: #9E1305;
}
</style>