Shades of Dark Red #9E130B
Tints of Dark Red #9E130B
RGB
CMYK
RGB Variations
Color information
#9E130B (or 0x9E130B) is known color: Dark Red. HEX triplet: 9E, 13 and 0B. RGB value is (158,19,11). Sum of RGB (Red+Green+Blue) = 158+19+11=188 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.04% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 158 - color contains mainly: red. Hex color #9E130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E130B is #61ECF4. Grayscale: #3B3B3B. Windows color (decimal): -6417653 or 725918. OLE color: 725918.
HSL color Cylindrical-coordinate representation of color #9E130B: hue angle of 3.27º 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 #9E130B is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 19 | 11 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.38 |
| HSL | 3.27º | 0.87% | 0.33% | - |
| HSV(B) | 3.27º | 0.93% | 0.62% | - |
| XYZ | 14.39 | 7.76 | 1.06 | - |
| YUV | 59.65 | 100.55 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 11 | 0 | 0.88 | 0.93 | 0.38 | 3.27 | 0.87 | 0.33 |
| Hex | 9E | 13 | B | 0 | 58 | 5D | 26 | 3 | 57 | 21 |
| Octal | 236 | 23 | 13 | 0 | 130 | 135 | 46 | 3 | 127 | 41 |
| Binary | 10011110 | 10011 | 1011 | 0 | 1011000 | 1011101 | 100110 | 11 | 1010111 | 100001 |
Color Harmonies of #9E130B
Complementary color
Monochromatic Colors of #9E130B
Black with #9E130B
Text Example
Text Example
White with #9E130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E130B; }
p { color: rgb(158,19,11); }
H1.HeaderClassName
{
color: #9E130B;
}
.AnyTagClassName
{
color: #9E130B;
}
</style>
background-color css
<style>
a { background-color: #9E130B; }
a { background-color: rgb(158,19,11); }
div.DivClassName
{
background-color: #9E130B;
}
.BgClassName
{
background-color: #9E130B;
}
</style>
border-color css
<style>
span { border-color: #9E130B; }
span { border-color: rgb(158,19,11); }
td.TdClassName
{
border-color: #9E130B;
}
.TagClassName
{
border-color: #9E130B;
}
</style>