Shades of Dark Red #970A03
Tints of Dark Red #970A03
RGB
CMYK
RGB Variations
Color information
#970A03 (or 0x970A03) is known color: Dark Red. HEX triplet: 97, 0A and 03. RGB value is (151,10,3). Sum of RGB (Red+Green+Blue) = 151+10+3=164 (21% of max value = 765). Red value is 151 (59.38% from 255 or 92.07% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 151 - color contains mainly: red. Hex color #970A03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970A03 is #68F5FC. Grayscale: #333333. Windows color (decimal): -6878717 or 199319. OLE color: 199319.
HSL color Cylindrical-coordinate representation of color #970A03: hue angle of 2.84º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #970A03 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 10 | 3 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.41 |
| HSL | 2.84º | 0.96% | 0.3% | - |
| HSV(B) | 2.84º | 0.98% | 0.59% | - |
| XYZ | 12.89 | 6.8 | 0.72 | - |
| YUV | 51.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 3 | 0 | 0.93 | 0.98 | 0.41 | 2.84 | 0.96 | 0.3 |
| Hex | 97 | A | 3 | 0 | 5D | 62 | 29 | 3 | 60 | 1E |
| Octal | 227 | 12 | 3 | 0 | 135 | 142 | 51 | 3 | 140 | 36 |
| Binary | 10010111 | 1010 | 11 | 0 | 1011101 | 1100010 | 101001 | 11 | 1100000 | 11110 |
Color Harmonies of #970A03
Complementary color
Monochromatic Colors of #970A03
Black with #970A03
Text Example
Text Example
White with #970A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970A03; }
p { color: rgb(151,10,3); }
H1.HeaderClassName
{
color: #970A03;
}
.AnyTagClassName
{
color: #970A03;
}
</style>
background-color css
<style>
a { background-color: #970A03; }
a { background-color: rgb(151,10,3); }
div.DivClassName
{
background-color: #970A03;
}
.BgClassName
{
background-color: #970A03;
}
</style>
border-color css
<style>
span { border-color: #970A03; }
span { border-color: rgb(151,10,3); }
td.TdClassName
{
border-color: #970A03;
}
.TagClassName
{
border-color: #970A03;
}
</style>