Shades of Dark Red #990200
Tints of Dark Red #990200
RGB
CMYK
RGB Variations
Color information
#990200 (or 0x990200) is known color: Dark Red. HEX triplet: 99, 02 and 00. RGB value is (153,2,0). Sum of RGB (Red+Green+Blue) = 153+2+0=155 (20% of max value = 765). Red value is 153 (60.16% from 255 or 98.71% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 153 - color contains mainly: red. Hex color #990200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990200 is #66FDFF. Grayscale: #2F2F2F. Windows color (decimal): -6749696 or 665. OLE color: 665.
HSL color Cylindrical-coordinate representation of color #990200: hue angle of 0.78º 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 #990200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.4 |
| HSL | 0.78º | 1% | 0.3% | - |
| HSV(B) | 0.78º | 1% | 0.6% | - |
| XYZ | 13.16 | 6.82 | 0.62 | - |
| YUV | 46.92 | 101.53 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 0 | 0 | 0.99 | 1 | 0.4 | 0.78 | 1 | 0.3 |
| Hex | 99 | 2 | 0 | 0 | 63 | 64 | 28 | 1 | 64 | 1E |
| Octal | 231 | 2 | 0 | 0 | 143 | 144 | 50 | 1 | 144 | 36 |
| Binary | 10011001 | 10 | 0 | 0 | 1100011 | 1100100 | 101000 | 1 | 1100100 | 11110 |
Color Harmonies of #990200
Complementary color
Monochromatic Colors of #990200
Black with #990200
Text Example
Text Example
White with #990200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990200; }
p { color: rgb(153,2,0); }
H1.HeaderClassName
{
color: #990200;
}
.AnyTagClassName
{
color: #990200;
}
</style>
background-color css
<style>
a { background-color: #990200; }
a { background-color: rgb(153,2,0); }
div.DivClassName
{
background-color: #990200;
}
.BgClassName
{
background-color: #990200;
}
</style>
border-color css
<style>
span { border-color: #990200; }
span { border-color: rgb(153,2,0); }
td.TdClassName
{
border-color: #990200;
}
.TagClassName
{
border-color: #990200;
}
</style>