Shades of Bright Red #971A21
Tints of Bright Red #971A21
RGB
CMYK
RGB Variations
Color information
#971A21 (or 0x971A21) is known color: Bright Red. HEX triplet: 97, 1A and 21. RGB value is (151,26,33). Sum of RGB (Red+Green+Blue) = 151+26+33=210 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.90% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 151 - color contains mainly: red. Hex color #971A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971A21 is #68E5DE. Grayscale: #404040. Windows color (decimal): -6874591 or 2169495. OLE color: 2169495.
HSL color Cylindrical-coordinate representation of color #971A21: hue angle of 356.64º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971A21 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 26 | 33 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.41 |
| HSL | 356.64º | 0.71% | 0.35% | - |
| HSV(B) | 356.64º | 0.83% | 0.59% | - |
| XYZ | 13.41 | 7.43 | 2.17 | - |
| YUV | 64.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 33 | 0 | 0.83 | 0.78 | 0.41 | 356.64 | 0.71 | 0.35 |
| Hex | 97 | 1A | 21 | 0 | 53 | 4E | 29 | 165 | 47 | 23 |
| Octal | 227 | 32 | 41 | 0 | 123 | 116 | 51 | 545 | 107 | 43 |
| Binary | 10010111 | 11010 | 100001 | 0 | 1010011 | 1001110 | 101001 | 101100101 | 1000111 | 100011 |
Color Harmonies of #971A21
Complementary color
Monochromatic Colors of #971A21
Black with #971A21
Text Example
Text Example
White with #971A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971A21; }
p { color: rgb(151,26,33); }
H1.HeaderClassName
{
color: #971A21;
}
.AnyTagClassName
{
color: #971A21;
}
</style>
background-color css
<style>
a { background-color: #971A21; }
a { background-color: rgb(151,26,33); }
div.DivClassName
{
background-color: #971A21;
}
.BgClassName
{
background-color: #971A21;
}
</style>
border-color css
<style>
span { border-color: #971A21; }
span { border-color: rgb(151,26,33); }
td.TdClassName
{
border-color: #971A21;
}
.TagClassName
{
border-color: #971A21;
}
</style>