Shades of Dark Red #970502
Tints of Dark Red #970502
RGB
CMYK
RGB Variations
Color information
#970502 (or 0x970502) is known color: Dark Red. HEX triplet: 97, 05 and 02. RGB value is (151,5,2). Sum of RGB (Red+Green+Blue) = 151+5+2=158 (20% of max value = 765). Red value is 151 (59.38% from 255 or 95.57% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 151 - color contains mainly: red. Hex color #970502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970502 is #68FAFD. Grayscale: #303030. Windows color (decimal): -6879998 or 132503. OLE color: 132503.
HSL color Cylindrical-coordinate representation of color #970502: hue angle of 1.21º degrees, saturation: 0.97, 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 #970502 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 5 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.41 |
| HSL | 1.21º | 0.97% | 0.3% | - |
| HSV(B) | 1.21º | 0.99% | 0.59% | - |
| XYZ | 12.83 | 6.69 | 0.67 | - |
| YUV | 48.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 2 | 0 | 0.97 | 0.99 | 0.41 | 1.21 | 0.97 | 0.3 |
| Hex | 97 | 5 | 2 | 0 | 61 | 63 | 29 | 1 | 61 | 1E |
| Octal | 227 | 5 | 2 | 0 | 141 | 143 | 51 | 1 | 141 | 36 |
| Binary | 10010111 | 101 | 10 | 0 | 1100001 | 1100011 | 101001 | 1 | 1100001 | 11110 |
Color Harmonies of #970502
Complementary color
Monochromatic Colors of #970502
Black with #970502
Text Example
Text Example
White with #970502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970502; }
p { color: rgb(151,5,2); }
H1.HeaderClassName
{
color: #970502;
}
.AnyTagClassName
{
color: #970502;
}
</style>
background-color css
<style>
a { background-color: #970502; }
a { background-color: rgb(151,5,2); }
div.DivClassName
{
background-color: #970502;
}
.BgClassName
{
background-color: #970502;
}
</style>
border-color css
<style>
span { border-color: #970502; }
span { border-color: rgb(151,5,2); }
td.TdClassName
{
border-color: #970502;
}
.TagClassName
{
border-color: #970502;
}
</style>