Shades of Dark Red #991903
Tints of Dark Red #991903
RGB
CMYK
RGB Variations
Color information
#991903 (or 0x991903) is known color: Dark Red. HEX triplet: 99, 19 and 03. RGB value is (153,25,3). Sum of RGB (Red+Green+Blue) = 153+25+3=181 (23% of max value = 765). Red value is 153 (60.16% from 255 or 84.53% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 153 - color contains mainly: red. Hex color #991903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991903 is #66E6FC. Grayscale: #3C3C3C. Windows color (decimal): -6743805 or 203161. OLE color: 203161.
HSL color Cylindrical-coordinate representation of color #991903: hue angle of 8.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #991903 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 25 | 3 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.4 |
| HSL | 8.8º | 0.96% | 0.31% | - |
| HSV(B) | 8.8º | 0.98% | 0.6% | - |
| XYZ | 13.5 | 7.47 | 0.82 | - |
| YUV | 60.76 | 95.41 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 3 | 0 | 0.84 | 0.98 | 0.4 | 8.8 | 0.96 | 0.31 |
| Hex | 99 | 19 | 3 | 0 | 54 | 62 | 28 | 9 | 60 | 1F |
| Octal | 231 | 31 | 3 | 0 | 124 | 142 | 50 | 11 | 140 | 37 |
| Binary | 10011001 | 11001 | 11 | 0 | 1010100 | 1100010 | 101000 | 1001 | 1100000 | 11111 |
Color Harmonies of #991903
Complementary color
Monochromatic Colors of #991903
Black with #991903
Text Example
Text Example
White with #991903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991903; }
p { color: rgb(153,25,3); }
H1.HeaderClassName
{
color: #991903;
}
.AnyTagClassName
{
color: #991903;
}
</style>
background-color css
<style>
a { background-color: #991903; }
a { background-color: rgb(153,25,3); }
div.DivClassName
{
background-color: #991903;
}
.BgClassName
{
background-color: #991903;
}
</style>
border-color css
<style>
span { border-color: #991903; }
span { border-color: rgb(153,25,3); }
td.TdClassName
{
border-color: #991903;
}
.TagClassName
{
border-color: #991903;
}
</style>