Shades of Bright Red #971624
Tints of Bright Red #971624
RGB
CMYK
RGB Variations
Color information
#971624 (or 0x971624) is known color: Bright Red. HEX triplet: 97, 16 and 24. RGB value is (151,22,36). Sum of RGB (Red+Green+Blue) = 151+22+36=209 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.25% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 151 - color contains mainly: red. Hex color #971624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971624 is #68E9DB. Grayscale: #3E3E3E. Windows color (decimal): -6875612 or 2365079. OLE color: 2365079.
HSL color Cylindrical-coordinate representation of color #971624: hue angle of 353.49º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971624 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 22 | 36 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.41 |
| HSL | 353.49º | 0.75% | 0.34% | - |
| HSV(B) | 353.49º | 0.85% | 0.59% | - |
| XYZ | 13.37 | 7.28 | 2.37 | - |
| YUV | 62.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 22 | 36 | 0 | 0.85 | 0.76 | 0.41 | 353.49 | 0.75 | 0.34 |
| Hex | 97 | 16 | 24 | 0 | 55 | 4C | 29 | 161 | 4B | 22 |
| Octal | 227 | 26 | 44 | 0 | 125 | 114 | 51 | 541 | 113 | 42 |
| Binary | 10010111 | 10110 | 100100 | 0 | 1010101 | 1001100 | 101001 | 101100001 | 1001011 | 100010 |
Color Harmonies of #971624
Complementary color
Monochromatic Colors of #971624
Black with #971624
Text Example
Text Example
White with #971624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971624; }
p { color: rgb(151,22,36); }
H1.HeaderClassName
{
color: #971624;
}
.AnyTagClassName
{
color: #971624;
}
</style>
background-color css
<style>
a { background-color: #971624; }
a { background-color: rgb(151,22,36); }
div.DivClassName
{
background-color: #971624;
}
.BgClassName
{
background-color: #971624;
}
</style>
border-color css
<style>
span { border-color: #971624; }
span { border-color: rgb(151,22,36); }
td.TdClassName
{
border-color: #971624;
}
.TagClassName
{
border-color: #971624;
}
</style>