Shades of Dark Red #9E120B
Tints of Dark Red #9E120B
RGB
CMYK
RGB Variations
Color information
#9E120B (or 0x9E120B) is known color: Dark Red. HEX triplet: 9E, 12 and 0B. RGB value is (158,18,11). Sum of RGB (Red+Green+Blue) = 158+18+11=187 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.49% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 158 - color contains mainly: red. Hex color #9E120B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E120B is #61EDF4. Grayscale: #3B3B3B. Windows color (decimal): -6417909 or 725662. OLE color: 725662.
HSL color Cylindrical-coordinate representation of color #9E120B: hue angle of 2.86º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E120B is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 18 | 11 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.38 |
| HSL | 2.86º | 0.87% | 0.33% | - |
| HSV(B) | 2.86º | 0.93% | 0.62% | - |
| XYZ | 14.38 | 7.73 | 1.05 | - |
| YUV | 59.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 11 | 0 | 0.89 | 0.93 | 0.38 | 2.86 | 0.87 | 0.33 |
| Hex | 9E | 12 | B | 0 | 59 | 5D | 26 | 3 | 57 | 21 |
| Octal | 236 | 22 | 13 | 0 | 131 | 135 | 46 | 3 | 127 | 41 |
| Binary | 10011110 | 10010 | 1011 | 0 | 1011001 | 1011101 | 100110 | 11 | 1010111 | 100001 |
Color Harmonies of #9E120B
Complementary color
Monochromatic Colors of #9E120B
Black with #9E120B
Text Example
Text Example
White with #9E120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E120B; }
p { color: rgb(158,18,11); }
H1.HeaderClassName
{
color: #9E120B;
}
.AnyTagClassName
{
color: #9E120B;
}
</style>
background-color css
<style>
a { background-color: #9E120B; }
a { background-color: rgb(158,18,11); }
div.DivClassName
{
background-color: #9E120B;
}
.BgClassName
{
background-color: #9E120B;
}
</style>
border-color css
<style>
span { border-color: #9E120B; }
span { border-color: rgb(158,18,11); }
td.TdClassName
{
border-color: #9E120B;
}
.TagClassName
{
border-color: #9E120B;
}
</style>