Shades of Dark Red #990300
Tints of Dark Red #990300
RGB
CMYK
RGB Variations
Color information
#990300 (or 0x990300) is known color: Dark Red. HEX triplet: 99, 03 and 00. RGB value is (153,3,0). Sum of RGB (Red+Green+Blue) = 153+3+0=156 (20% of max value = 765). Red value is 153 (60.16% from 255 or 98.08% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 153 - color contains mainly: red. Hex color #990300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990300 is #66FCFF. Grayscale: #2F2F2F. Windows color (decimal): -6749440 or 921. OLE color: 921.
HSL color Cylindrical-coordinate representation of color #990300: hue angle of 1.18º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990300 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.4 |
| HSL | 1.18º | 1% | 0.3% | - |
| HSV(B) | 1.18º | 1% | 0.6% | - |
| XYZ | 13.17 | 6.84 | 0.63 | - |
| YUV | 47.51 | 101.2 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 0 | 0 | 0.98 | 1 | 0.4 | 1.18 | 1 | 0.3 |
| Hex | 99 | 3 | 0 | 0 | 62 | 64 | 28 | 1 | 64 | 1E |
| Octal | 231 | 3 | 0 | 0 | 142 | 144 | 50 | 1 | 144 | 36 |
| Binary | 10011001 | 11 | 0 | 0 | 1100010 | 1100100 | 101000 | 1 | 1100100 | 11110 |
Color Harmonies of #990300
Complementary color
Monochromatic Colors of #990300
Black with #990300
Text Example
Text Example
White with #990300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990300; }
p { color: rgb(153,3,0); }
H1.HeaderClassName
{
color: #990300;
}
.AnyTagClassName
{
color: #990300;
}
</style>
background-color css
<style>
a { background-color: #990300; }
a { background-color: rgb(153,3,0); }
div.DivClassName
{
background-color: #990300;
}
.BgClassName
{
background-color: #990300;
}
</style>
border-color css
<style>
span { border-color: #990300; }
span { border-color: rgb(153,3,0); }
td.TdClassName
{
border-color: #990300;
}
.TagClassName
{
border-color: #990300;
}
</style>