Shades of Dark Red #991002
Tints of Dark Red #991002
RGB
CMYK
RGB Variations
Color information
#991002 (or 0x991002) is known color: Dark Red. HEX triplet: 99, 10 and 02. RGB value is (153,16,2). Sum of RGB (Red+Green+Blue) = 153+16+2=171 (22% of max value = 765). Red value is 153 (60.16% from 255 or 89.47% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 153 - color contains mainly: red. Hex color #991002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991002 is #66EFFD. Grayscale: #373737. Windows color (decimal): -6746110 or 135321. OLE color: 135321.
HSL color Cylindrical-coordinate representation of color #991002: hue angle of 5.56º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #991002 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 16 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.4 |
| HSL | 5.56º | 0.97% | 0.3% | - |
| HSV(B) | 5.56º | 0.99% | 0.6% | - |
| XYZ | 13.33 | 7.15 | 0.73 | - |
| YUV | 55.37 | 97.89 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 2 | 0 | 0.90 | 0.99 | 0.4 | 5.56 | 0.97 | 0.3 |
| Hex | 99 | 10 | 2 | 0 | 5A | 63 | 28 | 6 | 61 | 1E |
| Octal | 231 | 20 | 2 | 0 | 132 | 143 | 50 | 6 | 141 | 36 |
| Binary | 10011001 | 10000 | 10 | 0 | 1011010 | 1100011 | 101000 | 110 | 1100001 | 11110 |
Color Harmonies of #991002
Complementary color
Monochromatic Colors of #991002
Black with #991002
Text Example
Text Example
White with #991002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991002; }
p { color: rgb(153,16,2); }
H1.HeaderClassName
{
color: #991002;
}
.AnyTagClassName
{
color: #991002;
}
</style>
background-color css
<style>
a { background-color: #991002; }
a { background-color: rgb(153,16,2); }
div.DivClassName
{
background-color: #991002;
}
.BgClassName
{
background-color: #991002;
}
</style>
border-color css
<style>
span { border-color: #991002; }
span { border-color: rgb(153,16,2); }
td.TdClassName
{
border-color: #991002;
}
.TagClassName
{
border-color: #991002;
}
</style>