Shades of Dark Red #980202
Tints of Dark Red #980202
RGB
CMYK
RGB Variations
Color information
#980202 (or 0x980202) is known color: Dark Red. HEX triplet: 98, 02 and 02. RGB value is (152,2,2). Sum of RGB (Red+Green+Blue) = 152+2+2=156 (20% of max value = 765). Red value is 152 (59.77% from 255 or 97.44% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 152 - color contains mainly: red. Hex color #980202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980202 is #67FDFD. Grayscale: #2F2F2F. Windows color (decimal): -6815230 or 131736. OLE color: 131736.
HSL color Cylindrical-coordinate representation of color #980202: hue angle of 0º 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 #980202 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.40 |
| HSL | 0º | 0.97% | 0.3% | - |
| HSV(B) | 0º | 0.99% | 0.6% | - |
| XYZ | 12.98 | 6.72 | 0.67 | - |
| YUV | 46.85 | 102.7 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 2 | 0 | 0.99 | 0.99 | 0.40 | 0 | 0.97 | 0.3 |
| Hex | 98 | 2 | 2 | 0 | 63 | 63 | 28 | 0 | 61 | 1E |
| Octal | 230 | 2 | 2 | 0 | 143 | 143 | 50 | 0 | 141 | 36 |
| Binary | 10011000 | 10 | 10 | 0 | 1100011 | 1100011 | 101000 | 0 | 1100001 | 11110 |
Color Harmonies of #980202
Complementary color
Monochromatic Colors of #980202
Black with #980202
Text Example
Text Example
White with #980202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980202; }
p { color: rgb(152,2,2); }
H1.HeaderClassName
{
color: #980202;
}
.AnyTagClassName
{
color: #980202;
}
</style>
background-color css
<style>
a { background-color: #980202; }
a { background-color: rgb(152,2,2); }
div.DivClassName
{
background-color: #980202;
}
.BgClassName
{
background-color: #980202;
}
</style>
border-color css
<style>
span { border-color: #980202; }
span { border-color: rgb(152,2,2); }
td.TdClassName
{
border-color: #980202;
}
.TagClassName
{
border-color: #980202;
}
</style>