Shades of Dark Red #981303
Tints of Dark Red #981303
RGB
CMYK
RGB Variations
Color information
#981303 (or 0x981303) is known color: Dark Red. HEX triplet: 98, 13 and 03. RGB value is (152,19,3). Sum of RGB (Red+Green+Blue) = 152+19+3=174 (23% of max value = 765). Red value is 152 (59.77% from 255 or 87.36% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 152 - color contains mainly: red. Hex color #981303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981303 is #67ECFC. Grayscale: #393939. Windows color (decimal): -6810877 or 201624. OLE color: 201624.
HSL color Cylindrical-coordinate representation of color #981303: hue angle of 6.44º 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 #981303 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 3 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.40 |
| HSL | 6.44º | 0.96% | 0.3% | - |
| HSV(B) | 6.44º | 0.98% | 0.6% | - |
| XYZ | 13.2 | 7.15 | 0.77 | - |
| YUV | 56.94 | 97.56 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 3 | 0 | 0.87 | 0.98 | 0.40 | 6.44 | 0.96 | 0.3 |
| Hex | 98 | 13 | 3 | 0 | 57 | 62 | 28 | 6 | 60 | 1E |
| Octal | 230 | 23 | 3 | 0 | 127 | 142 | 50 | 6 | 140 | 36 |
| Binary | 10011000 | 10011 | 11 | 0 | 1010111 | 1100010 | 101000 | 110 | 1100000 | 11110 |
Color Harmonies of #981303
Complementary color
Monochromatic Colors of #981303
Black with #981303
Text Example
Text Example
White with #981303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981303; }
p { color: rgb(152,19,3); }
H1.HeaderClassName
{
color: #981303;
}
.AnyTagClassName
{
color: #981303;
}
</style>
background-color css
<style>
a { background-color: #981303; }
a { background-color: rgb(152,19,3); }
div.DivClassName
{
background-color: #981303;
}
.BgClassName
{
background-color: #981303;
}
</style>
border-color css
<style>
span { border-color: #981303; }
span { border-color: rgb(152,19,3); }
td.TdClassName
{
border-color: #981303;
}
.TagClassName
{
border-color: #981303;
}
</style>