Shades of Bright Red #971232
Tints of Bright Red #971232
RGB
CMYK
RGB Variations
Color information
#971232 (or 0x971232) is known color: Bright Red. HEX triplet: 97, 12 and 32. RGB value is (151,18,50). Sum of RGB (Red+Green+Blue) = 151+18+50=219 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.95% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 151 - color contains mainly: red. Hex color #971232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971232 is #68EDCD. Grayscale: #3D3D3D. Windows color (decimal): -6876622 or 3281559. OLE color: 3281559.
HSL color Cylindrical-coordinate representation of color #971232: hue angle of 345.56º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971232 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 18 | 50 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.41 |
| HSL | 345.56º | 0.79% | 0.33% | - |
| HSV(B) | 345.56º | 0.88% | 0.59% | - |
| XYZ | 13.55 | 7.24 | 3.7 | - |
| YUV | 61.42 | 121.56 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 50 | 0 | 0.88 | 0.67 | 0.41 | 345.56 | 0.79 | 0.33 |
| Hex | 97 | 12 | 32 | 0 | 58 | 43 | 29 | 15A | 4F | 21 |
| Octal | 227 | 22 | 62 | 0 | 130 | 103 | 51 | 532 | 117 | 41 |
| Binary | 10010111 | 10010 | 110010 | 0 | 1011000 | 1000011 | 101001 | 101011010 | 1001111 | 100001 |
Color Harmonies of #971232
Complementary color
Monochromatic Colors of #971232
Black with #971232
Text Example
Text Example
White with #971232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971232; }
p { color: rgb(151,18,50); }
H1.HeaderClassName
{
color: #971232;
}
.AnyTagClassName
{
color: #971232;
}
</style>
background-color css
<style>
a { background-color: #971232; }
a { background-color: rgb(151,18,50); }
div.DivClassName
{
background-color: #971232;
}
.BgClassName
{
background-color: #971232;
}
</style>
border-color css
<style>
span { border-color: #971232; }
span { border-color: rgb(151,18,50); }
td.TdClassName
{
border-color: #971232;
}
.TagClassName
{
border-color: #971232;
}
</style>