Shades of Dark Red #981102
Tints of Dark Red #981102
RGB
CMYK
RGB Variations
Color information
#981102 (or 0x981102) is known color: Dark Red. HEX triplet: 98, 11 and 02. RGB value is (152,17,2). Sum of RGB (Red+Green+Blue) = 152+17+2=171 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.89% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 152 - color contains mainly: red. Hex color #981102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981102 is #67EEFD. Grayscale: #373737. Windows color (decimal): -6811390 or 135576. OLE color: 135576.
HSL color Cylindrical-coordinate representation of color #981102: hue angle of 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 #981102 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.40 |
| HSL | 6º | 0.97% | 0.3% | - |
| HSV(B) | 6º | 0.99% | 0.6% | - |
| XYZ | 13.16 | 7.08 | 0.73 | - |
| YUV | 55.66 | 97.73 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 2 | 0 | 0.89 | 0.99 | 0.40 | 6 | 0.97 | 0.3 |
| Hex | 98 | 11 | 2 | 0 | 59 | 63 | 28 | 6 | 61 | 1E |
| Octal | 230 | 21 | 2 | 0 | 131 | 143 | 50 | 6 | 141 | 36 |
| Binary | 10011000 | 10001 | 10 | 0 | 1011001 | 1100011 | 101000 | 110 | 1100001 | 11110 |
Color Harmonies of #981102
Complementary color
Monochromatic Colors of #981102
Black with #981102
Text Example
Text Example
White with #981102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981102; }
p { color: rgb(152,17,2); }
H1.HeaderClassName
{
color: #981102;
}
.AnyTagClassName
{
color: #981102;
}
</style>
background-color css
<style>
a { background-color: #981102; }
a { background-color: rgb(152,17,2); }
div.DivClassName
{
background-color: #981102;
}
.BgClassName
{
background-color: #981102;
}
</style>
border-color css
<style>
span { border-color: #981102; }
span { border-color: rgb(152,17,2); }
td.TdClassName
{
border-color: #981102;
}
.TagClassName
{
border-color: #981102;
}
</style>