Shades of Dark Red #990F06
Tints of Dark Red #990F06
RGB
CMYK
RGB Variations
Color information
#990F06 (or 0x990F06) is known color: Dark Red. HEX triplet: 99, 0F and 06. RGB value is (153,15,6). Sum of RGB (Red+Green+Blue) = 153+15+6=174 (23% of max value = 765). Red value is 153 (60.16% from 255 or 87.93% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 153 - color contains mainly: red. Hex color #990F06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990F06 is #66F0F9. Grayscale: #373737. Windows color (decimal): -6746362 or 397209. OLE color: 397209.
HSL color Cylindrical-coordinate representation of color #990F06: hue angle of 3.67º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990F06 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 6 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.4 |
| HSL | 3.67º | 0.92% | 0.31% | - |
| HSV(B) | 3.67º | 0.96% | 0.6% | - |
| XYZ | 13.34 | 7.13 | 0.84 | - |
| YUV | 55.24 | 100.22 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 6 | 0 | 0.90 | 0.96 | 0.4 | 3.67 | 0.92 | 0.31 |
| Hex | 99 | F | 6 | 0 | 5A | 60 | 28 | 4 | 5C | 1F |
| Octal | 231 | 17 | 6 | 0 | 132 | 140 | 50 | 4 | 134 | 37 |
| Binary | 10011001 | 1111 | 110 | 0 | 1011010 | 1100000 | 101000 | 100 | 1011100 | 11111 |
Color Harmonies of #990F06
Complementary color
Monochromatic Colors of #990F06
Black with #990F06
Text Example
Text Example
White with #990F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F06; }
p { color: rgb(153,15,6); }
H1.HeaderClassName
{
color: #990F06;
}
.AnyTagClassName
{
color: #990F06;
}
</style>
background-color css
<style>
a { background-color: #990F06; }
a { background-color: rgb(153,15,6); }
div.DivClassName
{
background-color: #990F06;
}
.BgClassName
{
background-color: #990F06;
}
</style>
border-color css
<style>
span { border-color: #990F06; }
span { border-color: rgb(153,15,6); }
td.TdClassName
{
border-color: #990F06;
}
.TagClassName
{
border-color: #990F06;
}
</style>