Shades of Dark Red #980C01
Tints of Dark Red #980C01
RGB
CMYK
RGB Variations
Color information
#980C01 (or 0x980C01) is known color: Dark Red. HEX triplet: 98, 0C and 01. RGB value is (152,12,1). Sum of RGB (Red+Green+Blue) = 152+12+1=165 (21% of max value = 765). Red value is 152 (59.77% from 255 or 92.12% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 152 - color contains mainly: red. Hex color #980C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980C01 is #67F3FE. Grayscale: #343434. Windows color (decimal): -6812671 or 68760. OLE color: 68760.
HSL color Cylindrical-coordinate representation of color #980C01: hue angle of 4.37º degrees, saturation: 0.99, 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 #980C01 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 12 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.40 |
| HSL | 4.37º | 0.99% | 0.3% | - |
| HSV(B) | 4.37º | 0.99% | 0.6% | - |
| XYZ | 13.09 | 6.94 | 0.68 | - |
| YUV | 52.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 1 | 0 | 0.92 | 0.99 | 0.40 | 4.37 | 0.99 | 0.3 |
| Hex | 98 | C | 1 | 0 | 5C | 63 | 28 | 4 | 63 | 1E |
| Octal | 230 | 14 | 1 | 0 | 134 | 143 | 50 | 4 | 143 | 36 |
| Binary | 10011000 | 1100 | 1 | 0 | 1011100 | 1100011 | 101000 | 100 | 1100011 | 11110 |
Color Harmonies of #980C01
Complementary color
Monochromatic Colors of #980C01
Black with #980C01
Text Example
Text Example
White with #980C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980C01; }
p { color: rgb(152,12,1); }
H1.HeaderClassName
{
color: #980C01;
}
.AnyTagClassName
{
color: #980C01;
}
</style>
background-color css
<style>
a { background-color: #980C01; }
a { background-color: rgb(152,12,1); }
div.DivClassName
{
background-color: #980C01;
}
.BgClassName
{
background-color: #980C01;
}
</style>
border-color css
<style>
span { border-color: #980C01; }
span { border-color: rgb(152,12,1); }
td.TdClassName
{
border-color: #980C01;
}
.TagClassName
{
border-color: #980C01;
}
</style>