Shades of Bright Red #972337
Tints of Bright Red #972337
RGB
CMYK
RGB Variations
Color information
#972337 (or 0x972337) is known color: Bright Red. HEX triplet: 97, 23 and 37. RGB value is (151,35,55). Sum of RGB (Red+Green+Blue) = 151+35+55=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #972337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972337 is #68DCC8. Grayscale: #474747. Windows color (decimal): -6872265 or 3613591. OLE color: 3613591.
HSL color Cylindrical-coordinate representation of color #972337: hue angle of 349.66º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972337 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 35 | 55 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.41 |
| HSL | 349.66º | 0.62% | 0.36% | - |
| HSV(B) | 349.66º | 0.77% | 0.59% | - |
| XYZ | 14.05 | 8.06 | 4.43 | - |
| YUV | 71.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 35 | 55 | 0 | 0.77 | 0.64 | 0.41 | 349.66 | 0.62 | 0.36 |
| Hex | 97 | 23 | 37 | 0 | 4D | 40 | 29 | 15E | 3E | 24 |
| Octal | 227 | 43 | 67 | 0 | 115 | 100 | 51 | 536 | 76 | 44 |
| Binary | 10010111 | 100011 | 110111 | 0 | 1001101 | 1000000 | 101001 | 101011110 | 111110 | 100100 |
Color Harmonies of #972337
Complementary color
Monochromatic Colors of #972337
Black with #972337
Text Example
Text Example
White with #972337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972337; }
p { color: rgb(151,35,55); }
H1.HeaderClassName
{
color: #972337;
}
.AnyTagClassName
{
color: #972337;
}
</style>
background-color css
<style>
a { background-color: #972337; }
a { background-color: rgb(151,35,55); }
div.DivClassName
{
background-color: #972337;
}
.BgClassName
{
background-color: #972337;
}
</style>
border-color css
<style>
span { border-color: #972337; }
span { border-color: rgb(151,35,55); }
td.TdClassName
{
border-color: #972337;
}
.TagClassName
{
border-color: #972337;
}
</style>