Shades of Dark Red #981202
Tints of Dark Red #981202
RGB
CMYK
RGB Variations
Color information
#981202 (or 0x981202) is known color: Dark Red. HEX triplet: 98, 12 and 02. RGB value is (152,18,2). Sum of RGB (Red+Green+Blue) = 152+18+2=172 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.37% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 152 - color contains mainly: red. Hex color #981202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981202 is #67EDFD. Grayscale: #383838. Windows color (decimal): -6811134 or 135832. OLE color: 135832.
HSL color Cylindrical-coordinate representation of color #981202: hue angle of 6.4º 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 #981202 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 18 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.40 |
| HSL | 6.4º | 0.97% | 0.3% | - |
| HSV(B) | 6.4º | 0.99% | 0.6% | - |
| XYZ | 13.18 | 7.11 | 0.74 | - |
| YUV | 56.24 | 97.39 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 2 | 0 | 0.88 | 0.99 | 0.40 | 6.4 | 0.97 | 0.3 |
| Hex | 98 | 12 | 2 | 0 | 58 | 63 | 28 | 6 | 61 | 1E |
| Octal | 230 | 22 | 2 | 0 | 130 | 143 | 50 | 6 | 141 | 36 |
| Binary | 10011000 | 10010 | 10 | 0 | 1011000 | 1100011 | 101000 | 110 | 1100001 | 11110 |
Color Harmonies of #981202
Complementary color
Monochromatic Colors of #981202
Black with #981202
Text Example
Text Example
White with #981202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981202; }
p { color: rgb(152,18,2); }
H1.HeaderClassName
{
color: #981202;
}
.AnyTagClassName
{
color: #981202;
}
</style>
background-color css
<style>
a { background-color: #981202; }
a { background-color: rgb(152,18,2); }
div.DivClassName
{
background-color: #981202;
}
.BgClassName
{
background-color: #981202;
}
</style>
border-color css
<style>
span { border-color: #981202; }
span { border-color: rgb(152,18,2); }
td.TdClassName
{
border-color: #981202;
}
.TagClassName
{
border-color: #981202;
}
</style>