Shades of Dark Red #980D0A
Tints of Dark Red #980D0A
RGB
CMYK
RGB Variations
Color information
#980D0A (or 0x980D0A) is known color: Dark Red. HEX triplet: 98, 0D and 0A. RGB value is (152,13,10). Sum of RGB (Red+Green+Blue) = 152+13+10=175 (23% of max value = 765). Red value is 152 (59.77% from 255 or 86.86% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 152 - color contains mainly: red. Hex color #980D0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980D0A is #67F2F5. Grayscale: #363636. Windows color (decimal): -6812406 or 658840. OLE color: 658840.
HSL color Cylindrical-coordinate representation of color #980D0A: hue angle of 1.27º 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 #980D0A is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 10 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.40 |
| HSL | 1.27º | 0.88% | 0.32% | - |
| HSV(B) | 1.27º | 0.93% | 0.6% | - |
| XYZ | 13.15 | 6.99 | 0.94 | - |
| YUV | 54.22 | 103.05 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 10 | 0 | 0.91 | 0.93 | 0.40 | 1.27 | 0.88 | 0.32 |
| Hex | 98 | D | A | 0 | 5B | 5D | 28 | 1 | 58 | 20 |
| Octal | 230 | 15 | 12 | 0 | 133 | 135 | 50 | 1 | 130 | 40 |
| Binary | 10011000 | 1101 | 1010 | 0 | 1011011 | 1011101 | 101000 | 1 | 1011000 | 100000 |
Color Harmonies of #980D0A
Complementary color
Monochromatic Colors of #980D0A
Black with #980D0A
Text Example
Text Example
White with #980D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D0A; }
p { color: rgb(152,13,10); }
H1.HeaderClassName
{
color: #980D0A;
}
.AnyTagClassName
{
color: #980D0A;
}
</style>
background-color css
<style>
a { background-color: #980D0A; }
a { background-color: rgb(152,13,10); }
div.DivClassName
{
background-color: #980D0A;
}
.BgClassName
{
background-color: #980D0A;
}
</style>
border-color css
<style>
span { border-color: #980D0A; }
span { border-color: rgb(152,13,10); }
td.TdClassName
{
border-color: #980D0A;
}
.TagClassName
{
border-color: #980D0A;
}
</style>