Shades of Dark Red #980F0A
Tints of Dark Red #980F0A
RGB
CMYK
RGB Variations
Color information
#980F0A (or 0x980F0A) is known color: Dark Red. HEX triplet: 98, 0F and 0A. RGB value is (152,15,10). Sum of RGB (Red+Green+Blue) = 152+15+10=177 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.88% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 152 - color contains mainly: red. Hex color #980F0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980F0A is #67F0F5. Grayscale: #373737. Windows color (decimal): -6811894 or 659352. OLE color: 659352.
HSL color Cylindrical-coordinate representation of color #980F0A: hue angle of 2.11º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980F0A is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 15 | 10 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.40 |
| HSL | 2.11º | 0.88% | 0.32% | - |
| HSV(B) | 2.11º | 0.93% | 0.6% | - |
| XYZ | 13.17 | 7.04 | 0.95 | - |
| YUV | 55.39 | 102.39 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 10 | 0 | 0.90 | 0.93 | 0.40 | 2.11 | 0.88 | 0.32 |
| Hex | 98 | F | A | 0 | 5A | 5D | 28 | 2 | 58 | 20 |
| Octal | 230 | 17 | 12 | 0 | 132 | 135 | 50 | 2 | 130 | 40 |
| Binary | 10011000 | 1111 | 1010 | 0 | 1011010 | 1011101 | 101000 | 10 | 1011000 | 100000 |
Color Harmonies of #980F0A
Complementary color
Monochromatic Colors of #980F0A
Black with #980F0A
Text Example
Text Example
White with #980F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980F0A; }
p { color: rgb(152,15,10); }
H1.HeaderClassName
{
color: #980F0A;
}
.AnyTagClassName
{
color: #980F0A;
}
</style>
background-color css
<style>
a { background-color: #980F0A; }
a { background-color: rgb(152,15,10); }
div.DivClassName
{
background-color: #980F0A;
}
.BgClassName
{
background-color: #980F0A;
}
</style>
border-color css
<style>
span { border-color: #980F0A; }
span { border-color: rgb(152,15,10); }
td.TdClassName
{
border-color: #980F0A;
}
.TagClassName
{
border-color: #980F0A;
}
</style>