Shades of Dark Red #9E120A
Tints of Dark Red #9E120A
RGB
CMYK
RGB Variations
Color information
#9E120A (or 0x9E120A) is known color: Dark Red. HEX triplet: 9E, 12 and 0A. RGB value is (158,18,10). Sum of RGB (Red+Green+Blue) = 158+18+10=186 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.95% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 158 - color contains mainly: red. Hex color #9E120A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E120A is #61EDF5. Grayscale: #3B3B3B. Windows color (decimal): -6417910 or 660126. OLE color: 660126.
HSL color Cylindrical-coordinate representation of color #9E120A: hue angle of 3.24º degrees, saturation: 0.88, 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 #9E120A is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 18 | 10 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.38 |
| HSL | 3.24º | 0.88% | 0.33% | - |
| HSV(B) | 3.24º | 0.94% | 0.62% | - |
| XYZ | 14.37 | 7.72 | 1.02 | - |
| YUV | 58.95 | 100.38 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 10 | 0 | 0.89 | 0.94 | 0.38 | 3.24 | 0.88 | 0.33 |
| Hex | 9E | 12 | A | 0 | 59 | 5E | 26 | 3 | 58 | 21 |
| Octal | 236 | 22 | 12 | 0 | 131 | 136 | 46 | 3 | 130 | 41 |
| Binary | 10011110 | 10010 | 1010 | 0 | 1011001 | 1011110 | 100110 | 11 | 1011000 | 100001 |
Color Harmonies of #9E120A
Complementary color
Monochromatic Colors of #9E120A
Black with #9E120A
Text Example
Text Example
White with #9E120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E120A; }
p { color: rgb(158,18,10); }
H1.HeaderClassName
{
color: #9E120A;
}
.AnyTagClassName
{
color: #9E120A;
}
</style>
background-color css
<style>
a { background-color: #9E120A; }
a { background-color: rgb(158,18,10); }
div.DivClassName
{
background-color: #9E120A;
}
.BgClassName
{
background-color: #9E120A;
}
</style>
border-color css
<style>
span { border-color: #9E120A; }
span { border-color: rgb(158,18,10); }
td.TdClassName
{
border-color: #9E120A;
}
.TagClassName
{
border-color: #9E120A;
}
</style>