Shades of Dark Red #970F0F
Tints of Dark Red #970F0F
RGB
CMYK
RGB Variations
Color information
#970F0F (or 0x970F0F) is known color: Dark Red. HEX triplet: 97, 0F and 0F. RGB value is (151,15,15). Sum of RGB (Red+Green+Blue) = 151+15+15=181 (23% of max value = 765). Red value is 151 (59.38% from 255 or 83.43% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 151 - color contains mainly: red. Hex color #970F0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970F0F is #68F0F0. Grayscale: #373737. Windows color (decimal): -6877425 or 987031. OLE color: 987031.
HSL color Cylindrical-coordinate representation of color #970F0F: hue angle of 0º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F0F is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 15 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.41 |
| HSL | 0º | 0.82% | 0.33% | - |
| HSV(B) | 0º | 0.9% | 0.59% | - |
| XYZ | 13.02 | 6.96 | 1.11 | - |
| YUV | 55.66 | 105.06 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 15 | 0 | 0.90 | 0.90 | 0.41 | 0 | 0.82 | 0.33 |
| Hex | 97 | F | F | 0 | 5A | 5A | 29 | 0 | 52 | 21 |
| Octal | 227 | 17 | 17 | 0 | 132 | 132 | 51 | 0 | 122 | 41 |
| Binary | 10010111 | 1111 | 1111 | 0 | 1011010 | 1011010 | 101001 | 0 | 1010010 | 100001 |
Color Harmonies of #970F0F
Complementary color
Monochromatic Colors of #970F0F
Black with #970F0F
Text Example
Text Example
White with #970F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F0F; }
p { color: rgb(151,15,15); }
H1.HeaderClassName
{
color: #970F0F;
}
.AnyTagClassName
{
color: #970F0F;
}
</style>
background-color css
<style>
a { background-color: #970F0F; }
a { background-color: rgb(151,15,15); }
div.DivClassName
{
background-color: #970F0F;
}
.BgClassName
{
background-color: #970F0F;
}
</style>
border-color css
<style>
span { border-color: #970F0F; }
span { border-color: rgb(151,15,15); }
td.TdClassName
{
border-color: #970F0F;
}
.TagClassName
{
border-color: #970F0F;
}
</style>