Shades of Dark Red #980101
Tints of Dark Red #980101
RGB
CMYK
RGB Variations
Color information
#980101 (or 0x980101) is known color: Dark Red. HEX triplet: 98, 01 and 01. RGB value is (152,1,1). Sum of RGB (Red+Green+Blue) = 152+1+1=154 (20% of max value = 765). Red value is 152 (59.77% from 255 or 98.70% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 152 - color contains mainly: red. Hex color #980101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980101 is #67FEFE. Grayscale: #2E2E2E. Windows color (decimal): -6815487 or 65944. OLE color: 65944.
HSL color Cylindrical-coordinate representation of color #980101: hue angle of 0º 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 #980101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.40 |
| HSL | 0º | 0.99% | 0.3% | - |
| HSV(B) | 0º | 0.99% | 0.6% | - |
| XYZ | 12.97 | 6.7 | 0.64 | - |
| YUV | 46.15 | 102.53 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 1 | 0 | 0.99 | 0.99 | 0.40 | 0 | 0.99 | 0.3 |
| Hex | 98 | 1 | 1 | 0 | 63 | 63 | 28 | 0 | 63 | 1E |
| Octal | 230 | 1 | 1 | 0 | 143 | 143 | 50 | 0 | 143 | 36 |
| Binary | 10011000 | 1 | 1 | 0 | 1100011 | 1100011 | 101000 | 0 | 1100011 | 11110 |
Color Harmonies of #980101
Complementary color
Monochromatic Colors of #980101
Black with #980101
Text Example
Text Example
White with #980101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980101; }
p { color: rgb(152,1,1); }
H1.HeaderClassName
{
color: #980101;
}
.AnyTagClassName
{
color: #980101;
}
</style>
background-color css
<style>
a { background-color: #980101; }
a { background-color: rgb(152,1,1); }
div.DivClassName
{
background-color: #980101;
}
.BgClassName
{
background-color: #980101;
}
</style>
border-color css
<style>
span { border-color: #980101; }
span { border-color: rgb(152,1,1); }
td.TdClassName
{
border-color: #980101;
}
.TagClassName
{
border-color: #980101;
}
</style>