Shades of Bright Red #972021
Tints of Bright Red #972021
RGB
CMYK
RGB Variations
Color information
#972021 (or 0x972021) is known color: Bright Red. HEX triplet: 97, 20 and 21. RGB value is (151,32,33). Sum of RGB (Red+Green+Blue) = 151+32+33=216 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.91% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 151 - color contains mainly: red. Hex color #972021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972021 is #68DFDE. Grayscale: #434343. Windows color (decimal): -6873055 or 2171031. OLE color: 2171031.
HSL color Cylindrical-coordinate representation of color #972021: hue angle of 359.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972021 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 32 | 33 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.41 |
| HSL | 359.5º | 0.65% | 0.36% | - |
| HSV(B) | 359.5º | 0.79% | 0.59% | - |
| XYZ | 13.55 | 7.72 | 2.22 | - |
| YUV | 67.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 32 | 33 | 0 | 0.79 | 0.78 | 0.41 | 359.5 | 0.65 | 0.36 |
| Hex | 97 | 20 | 21 | 0 | 4F | 4E | 29 | 167 | 41 | 24 |
| Octal | 227 | 40 | 41 | 0 | 117 | 116 | 51 | 547 | 101 | 44 |
| Binary | 10010111 | 100000 | 100001 | 0 | 1001111 | 1001110 | 101001 | 101100111 | 1000001 | 100100 |
Color Harmonies of #972021
Complementary color
Monochromatic Colors of #972021
Black with #972021
Text Example
Text Example
White with #972021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972021; }
p { color: rgb(151,32,33); }
H1.HeaderClassName
{
color: #972021;
}
.AnyTagClassName
{
color: #972021;
}
</style>
background-color css
<style>
a { background-color: #972021; }
a { background-color: rgb(151,32,33); }
div.DivClassName
{
background-color: #972021;
}
.BgClassName
{
background-color: #972021;
}
</style>
border-color css
<style>
span { border-color: #972021; }
span { border-color: rgb(151,32,33); }
td.TdClassName
{
border-color: #972021;
}
.TagClassName
{
border-color: #972021;
}
</style>