Shades of Dark Red #980D08
Tints of Dark Red #980D08
RGB
CMYK
RGB Variations
Color information
#980D08 (or 0x980D08) is known color: Dark Red. HEX triplet: 98, 0D and 08. RGB value is (152,13,8). Sum of RGB (Red+Green+Blue) = 152+13+8=173 (22% of max value = 765). Red value is 152 (59.77% from 255 or 87.86% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 152 - color contains mainly: red. Hex color #980D08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980D08 is #67F2F7. Grayscale: #363636. Windows color (decimal): -6812408 or 527768. OLE color: 527768.
HSL color Cylindrical-coordinate representation of color #980D08: hue angle of 2.08º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980D08 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 8 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.40 |
| HSL | 2.08º | 0.9% | 0.31% | - |
| HSV(B) | 2.08º | 0.95% | 0.6% | - |
| XYZ | 13.14 | 6.98 | 0.88 | - |
| YUV | 53.99 | 102.05 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 8 | 0 | 0.91 | 0.95 | 0.40 | 2.08 | 0.9 | 0.31 |
| Hex | 98 | D | 8 | 0 | 5B | 5F | 28 | 2 | 5A | 1F |
| Octal | 230 | 15 | 10 | 0 | 133 | 137 | 50 | 2 | 132 | 37 |
| Binary | 10011000 | 1101 | 1000 | 0 | 1011011 | 1011111 | 101000 | 10 | 1011010 | 11111 |
Color Harmonies of #980D08
Complementary color
Monochromatic Colors of #980D08
Black with #980D08
Text Example
Text Example
White with #980D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D08; }
p { color: rgb(152,13,8); }
H1.HeaderClassName
{
color: #980D08;
}
.AnyTagClassName
{
color: #980D08;
}
</style>
background-color css
<style>
a { background-color: #980D08; }
a { background-color: rgb(152,13,8); }
div.DivClassName
{
background-color: #980D08;
}
.BgClassName
{
background-color: #980D08;
}
</style>
border-color css
<style>
span { border-color: #980D08; }
span { border-color: rgb(152,13,8); }
td.TdClassName
{
border-color: #980D08;
}
.TagClassName
{
border-color: #980D08;
}
</style>