Shades of Bright Red #971C21
Tints of Bright Red #971C21
RGB
CMYK
RGB Variations
Color information
#971C21 (or 0x971C21) is known color: Bright Red. HEX triplet: 97, 1C and 21. RGB value is (151,28,33). Sum of RGB (Red+Green+Blue) = 151+28+33=212 (28% of max value = 765). Red value is 151 (59.38% from 255 or 71.23% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 151 - color contains mainly: red. Hex color #971C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971C21 is #68E3DE. Grayscale: #414141. Windows color (decimal): -6874079 or 2170007. OLE color: 2170007.
HSL color Cylindrical-coordinate representation of color #971C21: hue angle of 357.56º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971C21 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 28 | 33 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.41 |
| HSL | 357.56º | 0.69% | 0.35% | - |
| HSV(B) | 357.56º | 0.81% | 0.59% | - |
| XYZ | 13.45 | 7.52 | 2.18 | - |
| YUV | 65.35 | 109.75 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 28 | 33 | 0 | 0.81 | 0.78 | 0.41 | 357.56 | 0.69 | 0.35 |
| Hex | 97 | 1C | 21 | 0 | 51 | 4E | 29 | 166 | 45 | 23 |
| Octal | 227 | 34 | 41 | 0 | 121 | 116 | 51 | 546 | 105 | 43 |
| Binary | 10010111 | 11100 | 100001 | 0 | 1010001 | 1001110 | 101001 | 101100110 | 1000101 | 100011 |
Color Harmonies of #971C21
Complementary color
Monochromatic Colors of #971C21
Black with #971C21
Text Example
Text Example
White with #971C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971C21; }
p { color: rgb(151,28,33); }
H1.HeaderClassName
{
color: #971C21;
}
.AnyTagClassName
{
color: #971C21;
}
</style>
background-color css
<style>
a { background-color: #971C21; }
a { background-color: rgb(151,28,33); }
div.DivClassName
{
background-color: #971C21;
}
.BgClassName
{
background-color: #971C21;
}
</style>
border-color css
<style>
span { border-color: #971C21; }
span { border-color: rgb(151,28,33); }
td.TdClassName
{
border-color: #971C21;
}
.TagClassName
{
border-color: #971C21;
}
</style>