Shades of Bright Red #972C41
Tints of Bright Red #972C41
RGB
CMYK
RGB Variations
Color information
#972C41 (or 0x972C41) is known color: Bright Red. HEX triplet: 97, 2C and 41. RGB value is (151,44,65). Sum of RGB (Red+Green+Blue) = 151+44+65=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #972C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972C41 is #68D3BE. Grayscale: #4E4E4E. Windows color (decimal): -6869951 or 4271255. OLE color: 4271255.
HSL color Cylindrical-coordinate representation of color #972C41: hue angle of 348.22º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #972C41 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 44 | 65 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.41 |
| HSL | 348.22º | 0.55% | 0.38% | - |
| HSV(B) | 348.22º | 0.71% | 0.59% | - |
| XYZ | 14.62 | 8.76 | 5.92 | - |
| YUV | 78.39 | 120.45 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 65 | 0 | 0.71 | 0.57 | 0.41 | 348.22 | 0.55 | 0.38 |
| Hex | 97 | 2C | 41 | 0 | 47 | 39 | 29 | 15C | 37 | 26 |
| Octal | 227 | 54 | 101 | 0 | 107 | 71 | 51 | 534 | 67 | 46 |
| Binary | 10010111 | 101100 | 1000001 | 0 | 1000111 | 111001 | 101001 | 101011100 | 110111 | 100110 |
Color Harmonies of #972C41
Complementary color
Monochromatic Colors of #972C41
Black with #972C41
Text Example
Text Example
White with #972C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972C41; }
p { color: rgb(151,44,65); }
H1.HeaderClassName
{
color: #972C41;
}
.AnyTagClassName
{
color: #972C41;
}
</style>
background-color css
<style>
a { background-color: #972C41; }
a { background-color: rgb(151,44,65); }
div.DivClassName
{
background-color: #972C41;
}
.BgClassName
{
background-color: #972C41;
}
</style>
border-color css
<style>
span { border-color: #972C41; }
span { border-color: rgb(151,44,65); }
td.TdClassName
{
border-color: #972C41;
}
.TagClassName
{
border-color: #972C41;
}
</style>