Shades of Dark Red #980F02
Tints of Dark Red #980F02
RGB
CMYK
RGB Variations
Color information
#980F02 (or 0x980F02) is known color: Dark Red. HEX triplet: 98, 0F and 02. RGB value is (152,15,2). Sum of RGB (Red+Green+Blue) = 152+15+2=169 (22% of max value = 765). Red value is 152 (59.77% from 255 or 89.94% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 152 - color contains mainly: red. Hex color #980F02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980F02 is #67F0FD. Grayscale: #363636. Windows color (decimal): -6811902 or 135064. OLE color: 135064.
HSL color Cylindrical-coordinate representation of color #980F02: hue angle of 5.2º 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 #980F02 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 15 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.40 |
| HSL | 5.2º | 0.97% | 0.3% | - |
| HSV(B) | 5.2º | 0.99% | 0.6% | - |
| XYZ | 13.13 | 7.02 | 0.72 | - |
| YUV | 54.48 | 98.39 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 2 | 0 | 0.90 | 0.99 | 0.40 | 5.2 | 0.97 | 0.3 |
| Hex | 98 | F | 2 | 0 | 5A | 63 | 28 | 5 | 61 | 1E |
| Octal | 230 | 17 | 2 | 0 | 132 | 143 | 50 | 5 | 141 | 36 |
| Binary | 10011000 | 1111 | 10 | 0 | 1011010 | 1100011 | 101000 | 101 | 1100001 | 11110 |
Color Harmonies of #980F02
Complementary color
Monochromatic Colors of #980F02
Black with #980F02
Text Example
Text Example
White with #980F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980F02; }
p { color: rgb(152,15,2); }
H1.HeaderClassName
{
color: #980F02;
}
.AnyTagClassName
{
color: #980F02;
}
</style>
background-color css
<style>
a { background-color: #980F02; }
a { background-color: rgb(152,15,2); }
div.DivClassName
{
background-color: #980F02;
}
.BgClassName
{
background-color: #980F02;
}
</style>
border-color css
<style>
span { border-color: #980F02; }
span { border-color: rgb(152,15,2); }
td.TdClassName
{
border-color: #980F02;
}
.TagClassName
{
border-color: #980F02;
}
</style>