Shades of Dark Red #990F01
Tints of Dark Red #990F01
RGB
CMYK
RGB Variations
Color information
#990F01 (or 0x990F01) is known color: Dark Red. HEX triplet: 99, 0F and 01. RGB value is (153,15,1). Sum of RGB (Red+Green+Blue) = 153+15+1=169 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90.53% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 153 - color contains mainly: red. Hex color #990F01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990F01 is #66F0FE. Grayscale: #363636. Windows color (decimal): -6746367 or 69529. OLE color: 69529.
HSL color Cylindrical-coordinate representation of color #990F01: hue angle of 5.53º degrees, saturation: 0.99, 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 #990F01 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 1 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.4 |
| HSL | 5.53º | 0.99% | 0.3% | - |
| HSV(B) | 5.53º | 0.99% | 0.6% | - |
| XYZ | 13.31 | 7.12 | 0.7 | - |
| YUV | 54.67 | 97.72 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 1 | 0 | 0.90 | 0.99 | 0.4 | 5.53 | 0.99 | 0.3 |
| Hex | 99 | F | 1 | 0 | 5A | 63 | 28 | 6 | 63 | 1E |
| Octal | 231 | 17 | 1 | 0 | 132 | 143 | 50 | 6 | 143 | 36 |
| Binary | 10011001 | 1111 | 1 | 0 | 1011010 | 1100011 | 101000 | 110 | 1100011 | 11110 |
Color Harmonies of #990F01
Complementary color
Monochromatic Colors of #990F01
Black with #990F01
Text Example
Text Example
White with #990F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F01; }
p { color: rgb(153,15,1); }
H1.HeaderClassName
{
color: #990F01;
}
.AnyTagClassName
{
color: #990F01;
}
</style>
background-color css
<style>
a { background-color: #990F01; }
a { background-color: rgb(153,15,1); }
div.DivClassName
{
background-color: #990F01;
}
.BgClassName
{
background-color: #990F01;
}
</style>
border-color css
<style>
span { border-color: #990F01; }
span { border-color: rgb(153,15,1); }
td.TdClassName
{
border-color: #990F01;
}
.TagClassName
{
border-color: #990F01;
}
</style>