Shades of Dark Red #981703
Tints of Dark Red #981703
RGB
CMYK
RGB Variations
Color information
#981703 (or 0x981703) is known color: Dark Red. HEX triplet: 98, 17 and 03. RGB value is (152,23,3). Sum of RGB (Red+Green+Blue) = 152+23+3=178 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.39% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 152 - color contains mainly: red. Hex color #981703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981703 is #67E8FC. Grayscale: #3B3B3B. Windows color (decimal): -6809853 or 202648. OLE color: 202648.
HSL color Cylindrical-coordinate representation of color #981703: hue angle of 8.05º 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 #981703 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.40 |
| HSL | 8.05º | 0.96% | 0.3% | - |
| HSV(B) | 8.05º | 0.98% | 0.6% | - |
| XYZ | 13.27 | 7.29 | 0.79 | - |
| YUV | 59.29 | 96.24 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 3 | 0 | 0.85 | 0.98 | 0.40 | 8.05 | 0.96 | 0.3 |
| Hex | 98 | 17 | 3 | 0 | 55 | 62 | 28 | 8 | 60 | 1E |
| Octal | 230 | 27 | 3 | 0 | 125 | 142 | 50 | 10 | 140 | 36 |
| Binary | 10011000 | 10111 | 11 | 0 | 1010101 | 1100010 | 101000 | 1000 | 1100000 | 11110 |
Color Harmonies of #981703
Complementary color
Monochromatic Colors of #981703
Black with #981703
Text Example
Text Example
White with #981703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981703; }
p { color: rgb(152,23,3); }
H1.HeaderClassName
{
color: #981703;
}
.AnyTagClassName
{
color: #981703;
}
</style>
background-color css
<style>
a { background-color: #981703; }
a { background-color: rgb(152,23,3); }
div.DivClassName
{
background-color: #981703;
}
.BgClassName
{
background-color: #981703;
}
</style>
border-color css
<style>
span { border-color: #981703; }
span { border-color: rgb(152,23,3); }
td.TdClassName
{
border-color: #981703;
}
.TagClassName
{
border-color: #981703;
}
</style>