Shades of Dark Red #981903
Tints of Dark Red #981903
RGB
CMYK
RGB Variations
Color information
#981903 (or 0x981903) is known color: Dark Red. HEX triplet: 98, 19 and 03. RGB value is (152,25,3). Sum of RGB (Red+Green+Blue) = 152+25+3=180 (23% of max value = 765). Red value is 152 (59.77% from 255 or 84.44% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 152 - color contains mainly: red. Hex color #981903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981903 is #67E6FC. Grayscale: #3C3C3C. Windows color (decimal): -6809341 or 203160. OLE color: 203160.
HSL color Cylindrical-coordinate representation of color #981903: hue angle of 8.86º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #981903 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 25 | 3 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.40 |
| HSL | 8.86º | 0.96% | 0.3% | - |
| HSV(B) | 8.86º | 0.98% | 0.6% | - |
| XYZ | 13.31 | 7.38 | 0.81 | - |
| YUV | 60.47 | 95.58 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 3 | 0 | 0.84 | 0.98 | 0.40 | 8.86 | 0.96 | 0.3 |
| Hex | 98 | 19 | 3 | 0 | 54 | 62 | 28 | 9 | 60 | 1E |
| Octal | 230 | 31 | 3 | 0 | 124 | 142 | 50 | 11 | 140 | 36 |
| Binary | 10011000 | 11001 | 11 | 0 | 1010100 | 1100010 | 101000 | 1001 | 1100000 | 11110 |
Color Harmonies of #981903
Complementary color
Monochromatic Colors of #981903
Black with #981903
Text Example
Text Example
White with #981903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981903; }
p { color: rgb(152,25,3); }
H1.HeaderClassName
{
color: #981903;
}
.AnyTagClassName
{
color: #981903;
}
</style>
background-color css
<style>
a { background-color: #981903; }
a { background-color: rgb(152,25,3); }
div.DivClassName
{
background-color: #981903;
}
.BgClassName
{
background-color: #981903;
}
</style>
border-color css
<style>
span { border-color: #981903; }
span { border-color: rgb(152,25,3); }
td.TdClassName
{
border-color: #981903;
}
.TagClassName
{
border-color: #981903;
}
</style>