Shades of Bright Red #971E20
Tints of Bright Red #971E20
RGB
CMYK
RGB Variations
Color information
#971E20 (or 0x971E20) is known color: Bright Red. HEX triplet: 97, 1E and 20. RGB value is (151,30,32). Sum of RGB (Red+Green+Blue) = 151+30+32=213 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.89% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 151 - color contains mainly: red. Hex color #971E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971E20 is #68E1DF. Grayscale: #424242. Windows color (decimal): -6873568 or 2104983. OLE color: 2104983.
HSL color Cylindrical-coordinate representation of color #971E20: hue angle of 359.01º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #971E20 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 30 | 32 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.41 |
| HSL | 359.01º | 0.67% | 0.35% | - |
| HSV(B) | 359.01º | 0.8% | 0.59% | - |
| XYZ | 13.49 | 7.61 | 2.12 | - |
| YUV | 66.41 | 108.59 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 30 | 32 | 0 | 0.80 | 0.79 | 0.41 | 359.01 | 0.67 | 0.35 |
| Hex | 97 | 1E | 20 | 0 | 50 | 4F | 29 | 167 | 43 | 23 |
| Octal | 227 | 36 | 40 | 0 | 120 | 117 | 51 | 547 | 103 | 43 |
| Binary | 10010111 | 11110 | 100000 | 0 | 1010000 | 1001111 | 101001 | 101100111 | 1000011 | 100011 |
Color Harmonies of #971E20
Complementary color
Monochromatic Colors of #971E20
Black with #971E20
Text Example
Text Example
White with #971E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971E20; }
p { color: rgb(151,30,32); }
H1.HeaderClassName
{
color: #971E20;
}
.AnyTagClassName
{
color: #971E20;
}
</style>
background-color css
<style>
a { background-color: #971E20; }
a { background-color: rgb(151,30,32); }
div.DivClassName
{
background-color: #971E20;
}
.BgClassName
{
background-color: #971E20;
}
</style>
border-color css
<style>
span { border-color: #971E20; }
span { border-color: rgb(151,30,32); }
td.TdClassName
{
border-color: #971E20;
}
.TagClassName
{
border-color: #971E20;
}
</style>