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