Shades of Dark Red #990E00
Tints of Dark Red #990E00
RGB
CMYK
RGB Variations
Color information
#990E00 (or 0x990E00) is known color: Dark Red. HEX triplet: 99, 0E and 00. RGB value is (153,14,0). Sum of RGB (Red+Green+Blue) = 153+14+0=167 (22% of max value = 765). Red value is 153 (60.16% from 255 or 91.62% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 153 - color contains mainly: red. Hex color #990E00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990E00 is #66F1FF. Grayscale: #363636. Windows color (decimal): -6746624 or 3737. OLE color: 3737.
HSL color Cylindrical-coordinate representation of color #990E00: hue angle of 5.49º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990E00 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.4 |
| HSL | 5.49º | 1% | 0.3% | - |
| HSV(B) | 5.49º | 1% | 0.6% | - |
| XYZ | 13.29 | 7.09 | 0.67 | - |
| YUV | 53.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 0 | 0 | 0.91 | 1 | 0.4 | 5.49 | 1 | 0.3 |
| Hex | 99 | E | 0 | 0 | 5B | 64 | 28 | 5 | 64 | 1E |
| Octal | 231 | 16 | 0 | 0 | 133 | 144 | 50 | 5 | 144 | 36 |
| Binary | 10011001 | 1110 | 0 | 0 | 1011011 | 1100100 | 101000 | 101 | 1100100 | 11110 |
Color Harmonies of #990E00
Complementary color
Monochromatic Colors of #990E00
Black with #990E00
Text Example
Text Example
White with #990E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E00; }
p { color: rgb(153,14,0); }
H1.HeaderClassName
{
color: #990E00;
}
.AnyTagClassName
{
color: #990E00;
}
</style>
background-color css
<style>
a { background-color: #990E00; }
a { background-color: rgb(153,14,0); }
div.DivClassName
{
background-color: #990E00;
}
.BgClassName
{
background-color: #990E00;
}
</style>
border-color css
<style>
span { border-color: #990E00; }
span { border-color: rgb(153,14,0); }
td.TdClassName
{
border-color: #990E00;
}
.TagClassName
{
border-color: #990E00;
}
</style>