Shades of Dark Red #981002
Tints of Dark Red #981002
RGB
CMYK
RGB Variations
Color information
#981002 (or 0x981002) is known color: Dark Red. HEX triplet: 98, 10 and 02. RGB value is (152,16,2). Sum of RGB (Red+Green+Blue) = 152+16+2=170 (22% of max value = 765). Red value is 152 (59.77% from 255 or 89.41% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 152 - color contains mainly: red. Hex color #981002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981002 is #67EFFD. Grayscale: #373737. Windows color (decimal): -6811646 or 135320. OLE color: 135320.
HSL color Cylindrical-coordinate representation of color #981002: hue angle of 5.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #981002 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.40 |
| HSL | 5.6º | 0.97% | 0.3% | - |
| HSV(B) | 5.6º | 0.99% | 0.6% | - |
| XYZ | 13.15 | 7.05 | 0.73 | - |
| YUV | 55.07 | 98.06 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 2 | 0 | 0.89 | 0.99 | 0.40 | 5.6 | 0.97 | 0.3 |
| Hex | 98 | 10 | 2 | 0 | 59 | 63 | 28 | 6 | 61 | 1E |
| Octal | 230 | 20 | 2 | 0 | 131 | 143 | 50 | 6 | 141 | 36 |
| Binary | 10011000 | 10000 | 10 | 0 | 1011001 | 1100011 | 101000 | 110 | 1100001 | 11110 |
Color Harmonies of #981002
Complementary color
Monochromatic Colors of #981002
Black with #981002
Text Example
Text Example
White with #981002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981002; }
p { color: rgb(152,16,2); }
H1.HeaderClassName
{
color: #981002;
}
.AnyTagClassName
{
color: #981002;
}
</style>
background-color css
<style>
a { background-color: #981002; }
a { background-color: rgb(152,16,2); }
div.DivClassName
{
background-color: #981002;
}
.BgClassName
{
background-color: #981002;
}
</style>
border-color css
<style>
span { border-color: #981002; }
span { border-color: rgb(152,16,2); }
td.TdClassName
{
border-color: #981002;
}
.TagClassName
{
border-color: #981002;
}
</style>