Shades of Dark Red #991C01
Tints of Dark Red #991C01
RGB
CMYK
RGB Variations
Color information
#991C01 (or 0x991C01) is known color: Dark Red. HEX triplet: 99, 1C and 01. RGB value is (153,28,1). Sum of RGB (Red+Green+Blue) = 153+28+1=182 (24% of max value = 765). Red value is 153 (60.16% from 255 or 84.07% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 153 - color contains mainly: red. Hex color #991C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991C01 is #66E3FE. Grayscale: #3E3E3E. Windows color (decimal): -6743039 or 72857. OLE color: 72857.
HSL color Cylindrical-coordinate representation of color #991C01: hue angle of 10.66º 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 #991C01 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 28 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.4 |
| HSL | 10.66º | 0.99% | 0.3% | - |
| HSV(B) | 10.66º | 0.99% | 0.6% | - |
| XYZ | 13.56 | 7.61 | 0.78 | - |
| YUV | 62.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 28 | 1 | 0 | 0.82 | 0.99 | 0.4 | 10.66 | 0.99 | 0.3 |
| Hex | 99 | 1C | 1 | 0 | 52 | 63 | 28 | B | 63 | 1E |
| Octal | 231 | 34 | 1 | 0 | 122 | 143 | 50 | 13 | 143 | 36 |
| Binary | 10011001 | 11100 | 1 | 0 | 1010010 | 1100011 | 101000 | 1011 | 1100011 | 11110 |
Color Harmonies of #991C01
Complementary color
Monochromatic Colors of #991C01
Black with #991C01
Text Example
Text Example
White with #991C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991C01; }
p { color: rgb(153,28,1); }
H1.HeaderClassName
{
color: #991C01;
}
.AnyTagClassName
{
color: #991C01;
}
</style>
background-color css
<style>
a { background-color: #991C01; }
a { background-color: rgb(153,28,1); }
div.DivClassName
{
background-color: #991C01;
}
.BgClassName
{
background-color: #991C01;
}
</style>
border-color css
<style>
span { border-color: #991C01; }
span { border-color: rgb(153,28,1); }
td.TdClassName
{
border-color: #991C01;
}
.TagClassName
{
border-color: #991C01;
}
</style>