Shades of Dark Red #9E100C
Tints of Dark Red #9E100C
RGB
CMYK
RGB Variations
Color information
#9E100C (or 0x9E100C) is known color: Dark Red. HEX triplet: 9E, 10 and 0C. RGB value is (158,16,12). Sum of RGB (Red+Green+Blue) = 158+16+12=186 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.95% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 158 - color contains mainly: red. Hex color #9E100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E100C is #61EFF3. Grayscale: #3A3A3A. Windows color (decimal): -6418420 or 790686. OLE color: 790686.
HSL color Cylindrical-coordinate representation of color #9E100C: hue angle of 1.64º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E100C is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 12 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.38 |
| HSL | 1.64º | 0.86% | 0.33% | - |
| HSV(B) | 1.64º | 0.92% | 0.62% | - |
| XYZ | 14.35 | 7.67 | 1.07 | - |
| YUV | 58 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 12 | 0 | 0.90 | 0.92 | 0.38 | 1.64 | 0.86 | 0.33 |
| Hex | 9E | 10 | C | 0 | 5A | 5C | 26 | 2 | 56 | 21 |
| Octal | 236 | 20 | 14 | 0 | 132 | 134 | 46 | 2 | 126 | 41 |
| Binary | 10011110 | 10000 | 1100 | 0 | 1011010 | 1011100 | 100110 | 10 | 1010110 | 100001 |
Color Harmonies of #9E100C
Complementary color
Monochromatic Colors of #9E100C
Black with #9E100C
Text Example
Text Example
White with #9E100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E100C; }
p { color: rgb(158,16,12); }
H1.HeaderClassName
{
color: #9E100C;
}
.AnyTagClassName
{
color: #9E100C;
}
</style>
background-color css
<style>
a { background-color: #9E100C; }
a { background-color: rgb(158,16,12); }
div.DivClassName
{
background-color: #9E100C;
}
.BgClassName
{
background-color: #9E100C;
}
</style>
border-color css
<style>
span { border-color: #9E100C; }
span { border-color: rgb(158,16,12); }
td.TdClassName
{
border-color: #9E100C;
}
.TagClassName
{
border-color: #9E100C;
}
</style>