Shades of Bright Red #971237
Tints of Bright Red #971237
RGB
CMYK
RGB Variations
Color information
#971237 (or 0x971237) is known color: Bright Red. HEX triplet: 97, 12 and 37. RGB value is (151,18,55). Sum of RGB (Red+Green+Blue) = 151+18+55=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #971237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971237 is #68EDC8. Grayscale: #3D3D3D. Windows color (decimal): -6876617 or 3609239. OLE color: 3609239.
HSL color Cylindrical-coordinate representation of color #971237: hue angle of 343.31º 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 #971237 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 18 | 55 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.41 |
| HSL | 343.31º | 0.79% | 0.33% | - |
| HSV(B) | 343.31º | 0.88% | 0.59% | - |
| XYZ | 13.67 | 7.29 | 4.3 | - |
| YUV | 61.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 55 | 0 | 0.88 | 0.64 | 0.41 | 343.31 | 0.79 | 0.33 |
| Hex | 97 | 12 | 37 | 0 | 58 | 40 | 29 | 157 | 4F | 21 |
| Octal | 227 | 22 | 67 | 0 | 130 | 100 | 51 | 527 | 117 | 41 |
| Binary | 10010111 | 10010 | 110111 | 0 | 1011000 | 1000000 | 101001 | 101010111 | 1001111 | 100001 |
Color Harmonies of #971237
Complementary color
Monochromatic Colors of #971237
Black with #971237
Text Example
Text Example
White with #971237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971237; }
p { color: rgb(151,18,55); }
H1.HeaderClassName
{
color: #971237;
}
.AnyTagClassName
{
color: #971237;
}
</style>
background-color css
<style>
a { background-color: #971237; }
a { background-color: rgb(151,18,55); }
div.DivClassName
{
background-color: #971237;
}
.BgClassName
{
background-color: #971237;
}
</style>
border-color css
<style>
span { border-color: #971237; }
span { border-color: rgb(151,18,55); }
td.TdClassName
{
border-color: #971237;
}
.TagClassName
{
border-color: #971237;
}
</style>