Shades of Dark Red #9E100A
Tints of Dark Red #9E100A
RGB
CMYK
RGB Variations
Color information
#9E100A (or 0x9E100A) is known color: Dark Red. HEX triplet: 9E, 10 and 0A. RGB value is (158,16,10). Sum of RGB (Red+Green+Blue) = 158+16+10=184 (24% of max value = 765). Red value is 158 (62.11% from 255 or 85.87% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 158 - color contains mainly: red. Hex color #9E100A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E100A is #61EFF5. Grayscale: #393939. Windows color (decimal): -6418422 or 659614. OLE color: 659614.
HSL color Cylindrical-coordinate representation of color #9E100A: hue angle of 2.43º 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 #9E100A is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 10 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.38 |
| HSL | 2.43º | 0.88% | 0.33% | - |
| HSV(B) | 2.43º | 0.94% | 0.62% | - |
| XYZ | 14.34 | 7.66 | 1.01 | - |
| YUV | 57.77 | 101.04 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 10 | 0 | 0.90 | 0.94 | 0.38 | 2.43 | 0.88 | 0.33 |
| Hex | 9E | 10 | A | 0 | 5A | 5E | 26 | 2 | 58 | 21 |
| Octal | 236 | 20 | 12 | 0 | 132 | 136 | 46 | 2 | 130 | 41 |
| Binary | 10011110 | 10000 | 1010 | 0 | 1011010 | 1011110 | 100110 | 10 | 1011000 | 100001 |
Color Harmonies of #9E100A
Complementary color
Monochromatic Colors of #9E100A
Black with #9E100A
Text Example
Text Example
White with #9E100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E100A; }
p { color: rgb(158,16,10); }
H1.HeaderClassName
{
color: #9E100A;
}
.AnyTagClassName
{
color: #9E100A;
}
</style>
background-color css
<style>
a { background-color: #9E100A; }
a { background-color: rgb(158,16,10); }
div.DivClassName
{
background-color: #9E100A;
}
.BgClassName
{
background-color: #9E100A;
}
</style>
border-color css
<style>
span { border-color: #9E100A; }
span { border-color: rgb(158,16,10); }
td.TdClassName
{
border-color: #9E100A;
}
.TagClassName
{
border-color: #9E100A;
}
</style>