Shades of Dark Red #9E1509
Tints of Dark Red #9E1509
RGB
CMYK
RGB Variations
Color information
#9E1509 (or 0x9E1509) is known color: Dark Red. HEX triplet: 9E, 15 and 09. RGB value is (158,21,9). Sum of RGB (Red+Green+Blue) = 158+21+9=188 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.04% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1509 is #61EAF6. Grayscale: #3C3C3C. Windows color (decimal): -6417143 or 595358. OLE color: 595358.
HSL color Cylindrical-coordinate representation of color #9E1509: hue angle of 4.83º 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 #9E1509 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 21 | 9 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.38 |
| HSL | 4.83º | 0.89% | 0.33% | - |
| HSV(B) | 4.83º | 0.94% | 0.62% | - |
| XYZ | 14.42 | 7.83 | 1.01 | - |
| YUV | 60.6 | 98.89 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 21 | 9 | 0 | 0.87 | 0.94 | 0.38 | 4.83 | 0.89 | 0.33 |
| Hex | 9E | 15 | 9 | 0 | 57 | 5E | 26 | 5 | 59 | 21 |
| Octal | 236 | 25 | 11 | 0 | 127 | 136 | 46 | 5 | 131 | 41 |
| Binary | 10011110 | 10101 | 1001 | 0 | 1010111 | 1011110 | 100110 | 101 | 1011001 | 100001 |
Color Harmonies of #9E1509
Complementary color
Monochromatic Colors of #9E1509
Black with #9E1509
Text Example
Text Example
White with #9E1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1509; }
p { color: rgb(158,21,9); }
H1.HeaderClassName
{
color: #9E1509;
}
.AnyTagClassName
{
color: #9E1509;
}
</style>
background-color css
<style>
a { background-color: #9E1509; }
a { background-color: rgb(158,21,9); }
div.DivClassName
{
background-color: #9E1509;
}
.BgClassName
{
background-color: #9E1509;
}
</style>
border-color css
<style>
span { border-color: #9E1509; }
span { border-color: rgb(158,21,9); }
td.TdClassName
{
border-color: #9E1509;
}
.TagClassName
{
border-color: #9E1509;
}
</style>