Shades of Bright Red #972D40
Tints of Bright Red #972D40
RGB
CMYK
RGB Variations
Color information
#972D40 (or 0x972D40) is known color: Bright Red. HEX triplet: 97, 2D and 40. RGB value is (151,45,64). Sum of RGB (Red+Green+Blue) = 151+45+64=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #972D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972D40 is #68D2BF. Grayscale: #4E4E4E. Windows color (decimal): -6869696 or 4205975. OLE color: 4205975.
HSL color Cylindrical-coordinate representation of color #972D40: hue angle of 349.25º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #972D40 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 45 | 64 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.41 |
| HSL | 349.25º | 0.54% | 0.38% | - |
| HSV(B) | 349.25º | 0.7% | 0.59% | - |
| XYZ | 14.63 | 8.83 | 5.78 | - |
| YUV | 78.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 64 | 0 | 0.70 | 0.58 | 0.41 | 349.25 | 0.54 | 0.38 |
| Hex | 97 | 2D | 40 | 0 | 46 | 3A | 29 | 15D | 36 | 26 |
| Octal | 227 | 55 | 100 | 0 | 106 | 72 | 51 | 535 | 66 | 46 |
| Binary | 10010111 | 101101 | 1000000 | 0 | 1000110 | 111010 | 101001 | 101011101 | 110110 | 100110 |
Color Harmonies of #972D40
Complementary color
Monochromatic Colors of #972D40
Black with #972D40
Text Example
Text Example
White with #972D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972D40; }
p { color: rgb(151,45,64); }
H1.HeaderClassName
{
color: #972D40;
}
.AnyTagClassName
{
color: #972D40;
}
</style>
background-color css
<style>
a { background-color: #972D40; }
a { background-color: rgb(151,45,64); }
div.DivClassName
{
background-color: #972D40;
}
.BgClassName
{
background-color: #972D40;
}
</style>
border-color css
<style>
span { border-color: #972D40; }
span { border-color: rgb(151,45,64); }
td.TdClassName
{
border-color: #972D40;
}
.TagClassName
{
border-color: #972D40;
}
</style>