Shades of Dark Red #990C02
Tints of Dark Red #990C02
RGB
CMYK
RGB Variations
Color information
#990C02 (or 0x990C02) is known color: Dark Red. HEX triplet: 99, 0C and 02. RGB value is (153,12,2). Sum of RGB (Red+Green+Blue) = 153+12+2=167 (22% of max value = 765). Red value is 153 (60.16% from 255 or 91.62% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 153 - color contains mainly: red. Hex color #990C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990C02 is #66F3FD. Grayscale: #353535. Windows color (decimal): -6747134 or 134297. OLE color: 134297.
HSL color Cylindrical-coordinate representation of color #990C02: hue angle of 3.97º 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 #990C02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 12 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.4 |
| HSL | 3.97º | 0.97% | 0.3% | - |
| HSV(B) | 3.97º | 0.99% | 0.6% | - |
| XYZ | 13.28 | 7.04 | 0.72 | - |
| YUV | 53.02 | 99.21 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 2 | 0 | 0.92 | 0.99 | 0.4 | 3.97 | 0.97 | 0.3 |
| Hex | 99 | C | 2 | 0 | 5C | 63 | 28 | 4 | 61 | 1E |
| Octal | 231 | 14 | 2 | 0 | 134 | 143 | 50 | 4 | 141 | 36 |
| Binary | 10011001 | 1100 | 10 | 0 | 1011100 | 1100011 | 101000 | 100 | 1100001 | 11110 |
Color Harmonies of #990C02
Complementary color
Monochromatic Colors of #990C02
Black with #990C02
Text Example
Text Example
White with #990C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990C02; }
p { color: rgb(153,12,2); }
H1.HeaderClassName
{
color: #990C02;
}
.AnyTagClassName
{
color: #990C02;
}
</style>
background-color css
<style>
a { background-color: #990C02; }
a { background-color: rgb(153,12,2); }
div.DivClassName
{
background-color: #990C02;
}
.BgClassName
{
background-color: #990C02;
}
</style>
border-color css
<style>
span { border-color: #990C02; }
span { border-color: rgb(153,12,2); }
td.TdClassName
{
border-color: #990C02;
}
.TagClassName
{
border-color: #990C02;
}
</style>