Shades of Dark Red #970201
Tints of Dark Red #970201
RGB
CMYK
RGB Variations
Color information
#970201 (or 0x970201) is known color: Dark Red. HEX triplet: 97, 02 and 01. RGB value is (151,2,1). Sum of RGB (Red+Green+Blue) = 151+2+1=154 (20% of max value = 765). Red value is 151 (59.38% from 255 or 98.05% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 151 - color contains mainly: red. Hex color #970201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970201 is #68FDFE. Grayscale: #2E2E2E. Windows color (decimal): -6880767 or 66199. OLE color: 66199.
HSL color Cylindrical-coordinate representation of color #970201: hue angle of 0.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970201 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.41 |
| HSL | 0.4º | 0.99% | 0.3% | - |
| HSV(B) | 0.4º | 0.99% | 0.59% | - |
| XYZ | 12.79 | 6.62 | 0.63 | - |
| YUV | 46.44 | 102.36 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 1 | 0 | 0.99 | 0.99 | 0.41 | 0.4 | 0.99 | 0.3 |
| Hex | 97 | 2 | 1 | 0 | 63 | 63 | 29 | 0 | 63 | 1E |
| Octal | 227 | 2 | 1 | 0 | 143 | 143 | 51 | 0 | 143 | 36 |
| Binary | 10010111 | 10 | 1 | 0 | 1100011 | 1100011 | 101001 | 0 | 1100011 | 11110 |
Color Harmonies of #970201
Complementary color
Monochromatic Colors of #970201
Black with #970201
Text Example
Text Example
White with #970201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970201; }
p { color: rgb(151,2,1); }
H1.HeaderClassName
{
color: #970201;
}
.AnyTagClassName
{
color: #970201;
}
</style>
background-color css
<style>
a { background-color: #970201; }
a { background-color: rgb(151,2,1); }
div.DivClassName
{
background-color: #970201;
}
.BgClassName
{
background-color: #970201;
}
</style>
border-color css
<style>
span { border-color: #970201; }
span { border-color: rgb(151,2,1); }
td.TdClassName
{
border-color: #970201;
}
.TagClassName
{
border-color: #970201;
}
</style>