Shades of Dark Red #971800
Tints of Dark Red #971800
RGB
CMYK
RGB Variations
Color information
#971800 (or 0x971800) is known color: Dark Red. HEX triplet: 97, 18 and 00. RGB value is (151,24,0). Sum of RGB (Red+Green+Blue) = 151+24+0=175 (23% of max value = 765). Red value is 151 (59.38% from 255 or 86.29% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 151 - color contains mainly: red. Hex color #971800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971800 is #68E7FF. Grayscale: #3B3B3B. Windows color (decimal): -6875136 or 6295. OLE color: 6295.
HSL color Cylindrical-coordinate representation of color #971800: hue angle of 9.54º 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 #971800 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 24 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.41 |
| HSL | 9.54º | 1% | 0.3% | - |
| HSV(B) | 9.54º | 1% | 0.59% | - |
| XYZ | 13.09 | 7.23 | 0.71 | - |
| YUV | 59.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 24 | 0 | 0 | 0.84 | 1 | 0.41 | 9.54 | 1 | 0.3 |
| Hex | 97 | 18 | 0 | 0 | 54 | 64 | 29 | A | 64 | 1E |
| Octal | 227 | 30 | 0 | 0 | 124 | 144 | 51 | 12 | 144 | 36 |
| Binary | 10010111 | 11000 | 0 | 0 | 1010100 | 1100100 | 101001 | 1010 | 1100100 | 11110 |
Color Harmonies of #971800
Complementary color
Monochromatic Colors of #971800
Black with #971800
Text Example
Text Example
White with #971800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971800; }
p { color: rgb(151,24,0); }
H1.HeaderClassName
{
color: #971800;
}
.AnyTagClassName
{
color: #971800;
}
</style>
background-color css
<style>
a { background-color: #971800; }
a { background-color: rgb(151,24,0); }
div.DivClassName
{
background-color: #971800;
}
.BgClassName
{
background-color: #971800;
}
</style>
border-color css
<style>
span { border-color: #971800; }
span { border-color: rgb(151,24,0); }
td.TdClassName
{
border-color: #971800;
}
.TagClassName
{
border-color: #971800;
}
</style>