Shades of Dark Red #990E0A
Tints of Dark Red #990E0A
RGB
CMYK
RGB Variations
Color information
#990E0A (or 0x990E0A) is known color: Dark Red. HEX triplet: 99, 0E and 0A. RGB value is (153,14,10). Sum of RGB (Red+Green+Blue) = 153+14+10=177 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.44% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 153 - color contains mainly: red. Hex color #990E0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990E0A is #66F1F5. Grayscale: #373737. Windows color (decimal): -6746614 or 659097. OLE color: 659097.
HSL color Cylindrical-coordinate representation of color #990E0A: hue angle of 1.68º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990E0A is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 10 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.4 |
| HSL | 1.68º | 0.88% | 0.32% | - |
| HSV(B) | 1.68º | 0.93% | 0.6% | - |
| XYZ | 13.35 | 7.11 | 0.96 | - |
| YUV | 55.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 10 | 0 | 0.91 | 0.93 | 0.4 | 1.68 | 0.88 | 0.32 |
| Hex | 99 | E | A | 0 | 5B | 5D | 28 | 2 | 58 | 20 |
| Octal | 231 | 16 | 12 | 0 | 133 | 135 | 50 | 2 | 130 | 40 |
| Binary | 10011001 | 1110 | 1010 | 0 | 1011011 | 1011101 | 101000 | 10 | 1011000 | 100000 |
Color Harmonies of #990E0A
Complementary color
Monochromatic Colors of #990E0A
Black with #990E0A
Text Example
Text Example
White with #990E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E0A; }
p { color: rgb(153,14,10); }
H1.HeaderClassName
{
color: #990E0A;
}
.AnyTagClassName
{
color: #990E0A;
}
</style>
background-color css
<style>
a { background-color: #990E0A; }
a { background-color: rgb(153,14,10); }
div.DivClassName
{
background-color: #990E0A;
}
.BgClassName
{
background-color: #990E0A;
}
</style>
border-color css
<style>
span { border-color: #990E0A; }
span { border-color: rgb(153,14,10); }
td.TdClassName
{
border-color: #990E0A;
}
.TagClassName
{
border-color: #990E0A;
}
</style>