Shades of Bright Red #971637
Tints of Bright Red #971637
RGB
CMYK
RGB Variations
Color information
#971637 (or 0x971637) is known color: Bright Red. HEX triplet: 97, 16 and 37. RGB value is (151,22,55). Sum of RGB (Red+Green+Blue) = 151+22+55=228 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.23% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 151 - color contains mainly: red. Hex color #971637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971637 is #68E9C8. Grayscale: #404040. Windows color (decimal): -6875593 or 3610263. OLE color: 3610263.
HSL color Cylindrical-coordinate representation of color #971637: hue angle of 344.65º 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 #971637 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 22 | 55 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.41 |
| HSL | 344.65º | 0.75% | 0.34% | - |
| HSV(B) | 344.65º | 0.85% | 0.59% | - |
| XYZ | 13.74 | 7.43 | 4.32 | - |
| YUV | 64.33 | 122.74 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 22 | 55 | 0 | 0.85 | 0.64 | 0.41 | 344.65 | 0.75 | 0.34 |
| Hex | 97 | 16 | 37 | 0 | 55 | 40 | 29 | 159 | 4B | 22 |
| Octal | 227 | 26 | 67 | 0 | 125 | 100 | 51 | 531 | 113 | 42 |
| Binary | 10010111 | 10110 | 110111 | 0 | 1010101 | 1000000 | 101001 | 101011001 | 1001011 | 100010 |
Color Harmonies of #971637
Complementary color
Monochromatic Colors of #971637
Black with #971637
Text Example
Text Example
White with #971637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971637; }
p { color: rgb(151,22,55); }
H1.HeaderClassName
{
color: #971637;
}
.AnyTagClassName
{
color: #971637;
}
</style>
background-color css
<style>
a { background-color: #971637; }
a { background-color: rgb(151,22,55); }
div.DivClassName
{
background-color: #971637;
}
.BgClassName
{
background-color: #971637;
}
</style>
border-color css
<style>
span { border-color: #971637; }
span { border-color: rgb(151,22,55); }
td.TdClassName
{
border-color: #971637;
}
.TagClassName
{
border-color: #971637;
}
</style>