Shades of Dark Red #9E130D
Tints of Dark Red #9E130D
RGB
CMYK
RGB Variations
Color information
#9E130D (or 0x9E130D) is known color: Dark Red. HEX triplet: 9E, 13 and 0D. RGB value is (158,19,13). Sum of RGB (Red+Green+Blue) = 158+19+13=190 (25% of max value = 765). Red value is 158 (62.11% from 255 or 83.16% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 158 - color contains mainly: red. Hex color #9E130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E130D is #61ECF2. Grayscale: #3C3C3C. Windows color (decimal): -6417651 or 856990. OLE color: 856990.
HSL color Cylindrical-coordinate representation of color #9E130D: hue angle of 2.48º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E130D is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 19 | 13 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.38 |
| HSL | 2.48º | 0.85% | 0.34% | - |
| HSV(B) | 2.48º | 0.92% | 0.62% | - |
| XYZ | 14.41 | 7.76 | 1.12 | - |
| YUV | 59.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 13 | 0 | 0.88 | 0.92 | 0.38 | 2.48 | 0.85 | 0.34 |
| Hex | 9E | 13 | D | 0 | 58 | 5C | 26 | 2 | 55 | 22 |
| Octal | 236 | 23 | 15 | 0 | 130 | 134 | 46 | 2 | 125 | 42 |
| Binary | 10011110 | 10011 | 1101 | 0 | 1011000 | 1011100 | 100110 | 10 | 1010101 | 100010 |
Color Harmonies of #9E130D
Complementary color
Monochromatic Colors of #9E130D
Black with #9E130D
Text Example
Text Example
White with #9E130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E130D; }
p { color: rgb(158,19,13); }
H1.HeaderClassName
{
color: #9E130D;
}
.AnyTagClassName
{
color: #9E130D;
}
</style>
background-color css
<style>
a { background-color: #9E130D; }
a { background-color: rgb(158,19,13); }
div.DivClassName
{
background-color: #9E130D;
}
.BgClassName
{
background-color: #9E130D;
}
</style>
border-color css
<style>
span { border-color: #9E130D; }
span { border-color: rgb(158,19,13); }
td.TdClassName
{
border-color: #9E130D;
}
.TagClassName
{
border-color: #9E130D;
}
</style>