Shades of Dark Red #9E1709
Tints of Dark Red #9E1709
RGB
CMYK
RGB Variations
Color information
#9E1709 (or 0x9E1709) is known color: Dark Red. HEX triplet: 9E, 17 and 09. RGB value is (158,23,9). Sum of RGB (Red+Green+Blue) = 158+23+9=190 (25% of max value = 765). Red value is 158 (62.11% from 255 or 83.16% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1709 is #61E8F6. Grayscale: #3D3D3D. Windows color (decimal): -6416631 or 595870. OLE color: 595870.
HSL color Cylindrical-coordinate representation of color #9E1709: hue angle of 5.64º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E1709 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 9 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.38 |
| HSL | 5.64º | 0.89% | 0.33% | - |
| HSV(B) | 5.64º | 0.94% | 0.62% | - |
| XYZ | 14.46 | 7.9 | 1.02 | - |
| YUV | 61.77 | 98.23 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 9 | 0 | 0.85 | 0.94 | 0.38 | 5.64 | 0.89 | 0.33 |
| Hex | 9E | 17 | 9 | 0 | 55 | 5E | 26 | 6 | 59 | 21 |
| Octal | 236 | 27 | 11 | 0 | 125 | 136 | 46 | 6 | 131 | 41 |
| Binary | 10011110 | 10111 | 1001 | 0 | 1010101 | 1011110 | 100110 | 110 | 1011001 | 100001 |
Color Harmonies of #9E1709
Complementary color
Monochromatic Colors of #9E1709
Black with #9E1709
Text Example
Text Example
White with #9E1709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1709; }
p { color: rgb(158,23,9); }
H1.HeaderClassName
{
color: #9E1709;
}
.AnyTagClassName
{
color: #9E1709;
}
</style>
background-color css
<style>
a { background-color: #9E1709; }
a { background-color: rgb(158,23,9); }
div.DivClassName
{
background-color: #9E1709;
}
.BgClassName
{
background-color: #9E1709;
}
</style>
border-color css
<style>
span { border-color: #9E1709; }
span { border-color: rgb(158,23,9); }
td.TdClassName
{
border-color: #9E1709;
}
.TagClassName
{
border-color: #9E1709;
}
</style>