Shades of Dark Red #970C00
Tints of Dark Red #970C00
RGB
CMYK
RGB Variations
Color information
#970C00 (or 0x970C00) is known color: Dark Red. HEX triplet: 97, 0C and 00. RGB value is (151,12,0). Sum of RGB (Red+Green+Blue) = 151+12+0=163 (21% of max value = 765). Red value is 151 (59.38% from 255 or 92.64% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 151 - color contains mainly: red. Hex color #970C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970C00 is #68F3FF. Grayscale: #343434. Windows color (decimal): -6878208 or 3223. OLE color: 3223.
HSL color Cylindrical-coordinate representation of color #970C00: hue angle of 4.77º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #970C00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 12 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.41 |
| HSL | 4.77º | 1% | 0.3% | - |
| HSV(B) | 4.77º | 1% | 0.59% | - |
| XYZ | 12.89 | 6.84 | 0.64 | - |
| YUV | 52.19 | 98.55 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 0 | 0 | 0.92 | 1 | 0.41 | 4.77 | 1 | 0.3 |
| Hex | 97 | C | 0 | 0 | 5C | 64 | 29 | 5 | 64 | 1E |
| Octal | 227 | 14 | 0 | 0 | 134 | 144 | 51 | 5 | 144 | 36 |
| Binary | 10010111 | 1100 | 0 | 0 | 1011100 | 1100100 | 101001 | 101 | 1100100 | 11110 |
Color Harmonies of #970C00
Complementary color
Monochromatic Colors of #970C00
Black with #970C00
Text Example
Text Example
White with #970C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970C00; }
p { color: rgb(151,12,0); }
H1.HeaderClassName
{
color: #970C00;
}
.AnyTagClassName
{
color: #970C00;
}
</style>
background-color css
<style>
a { background-color: #970C00; }
a { background-color: rgb(151,12,0); }
div.DivClassName
{
background-color: #970C00;
}
.BgClassName
{
background-color: #970C00;
}
</style>
border-color css
<style>
span { border-color: #970C00; }
span { border-color: rgb(151,12,0); }
td.TdClassName
{
border-color: #970C00;
}
.TagClassName
{
border-color: #970C00;
}
</style>