Shades of Dark Red #980701
Tints of Dark Red #980701
RGB
CMYK
RGB Variations
Color information
#980701 (or 0x980701) is known color: Dark Red. HEX triplet: 98, 07 and 01. RGB value is (152,7,1). Sum of RGB (Red+Green+Blue) = 152+7+1=160 (21% of max value = 765). Red value is 152 (59.77% from 255 or 95% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 152 - color contains mainly: red. Hex color #980701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980701 is #67F8FE. Grayscale: #313131. Windows color (decimal): -6813951 or 67480. OLE color: 67480.
HSL color Cylindrical-coordinate representation of color #980701: hue angle of 2.38º 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 #980701 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 7 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.40 |
| HSL | 2.38º | 0.99% | 0.3% | - |
| HSV(B) | 2.38º | 0.99% | 0.6% | - |
| XYZ | 13.03 | 6.83 | 0.66 | - |
| YUV | 49.67 | 100.54 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 1 | 0 | 0.95 | 0.99 | 0.40 | 2.38 | 0.99 | 0.3 |
| Hex | 98 | 7 | 1 | 0 | 5F | 63 | 28 | 2 | 63 | 1E |
| Octal | 230 | 7 | 1 | 0 | 137 | 143 | 50 | 2 | 143 | 36 |
| Binary | 10011000 | 111 | 1 | 0 | 1011111 | 1100011 | 101000 | 10 | 1100011 | 11110 |
Color Harmonies of #980701
Complementary color
Monochromatic Colors of #980701
Black with #980701
Text Example
Text Example
White with #980701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980701; }
p { color: rgb(152,7,1); }
H1.HeaderClassName
{
color: #980701;
}
.AnyTagClassName
{
color: #980701;
}
</style>
background-color css
<style>
a { background-color: #980701; }
a { background-color: rgb(152,7,1); }
div.DivClassName
{
background-color: #980701;
}
.BgClassName
{
background-color: #980701;
}
</style>
border-color css
<style>
span { border-color: #980701; }
span { border-color: rgb(152,7,1); }
td.TdClassName
{
border-color: #980701;
}
.TagClassName
{
border-color: #980701;
}
</style>