Shades of Dark Red #980F0F
Tints of Dark Red #980F0F
RGB
CMYK
RGB Variations
Color information
#980F0F (or 0x980F0F) is known color: Dark Red. HEX triplet: 98, 0F and 0F. RGB value is (152,15,15). Sum of RGB (Red+Green+Blue) = 152+15+15=182 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.52% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 152 - color contains mainly: red. Hex color #980F0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980F0F is #67F0F0. Grayscale: #383838. Windows color (decimal): -6811889 or 987032. OLE color: 987032.
HSL color Cylindrical-coordinate representation of color #980F0F: hue angle of 0º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F0F is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 15 | 15 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.40 |
| HSL | 0º | 0.82% | 0.33% | - |
| HSV(B) | 0º | 0.9% | 0.6% | - |
| XYZ | 13.21 | 7.05 | 1.12 | - |
| YUV | 55.96 | 104.89 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 15 | 0 | 0.90 | 0.90 | 0.40 | 0 | 0.82 | 0.33 |
| Hex | 98 | F | F | 0 | 5A | 5A | 28 | 0 | 52 | 21 |
| Octal | 230 | 17 | 17 | 0 | 132 | 132 | 50 | 0 | 122 | 41 |
| Binary | 10011000 | 1111 | 1111 | 0 | 1011010 | 1011010 | 101000 | 0 | 1010010 | 100001 |
Color Harmonies of #980F0F
Complementary color
Monochromatic Colors of #980F0F
Black with #980F0F
Text Example
Text Example
White with #980F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980F0F; }
p { color: rgb(152,15,15); }
H1.HeaderClassName
{
color: #980F0F;
}
.AnyTagClassName
{
color: #980F0F;
}
</style>
background-color css
<style>
a { background-color: #980F0F; }
a { background-color: rgb(152,15,15); }
div.DivClassName
{
background-color: #980F0F;
}
.BgClassName
{
background-color: #980F0F;
}
</style>
border-color css
<style>
span { border-color: #980F0F; }
span { border-color: rgb(152,15,15); }
td.TdClassName
{
border-color: #980F0F;
}
.TagClassName
{
border-color: #980F0F;
}
</style>