Shades of Bright Red #972529
Tints of Bright Red #972529
RGB
CMYK
RGB Variations
Color information
#972529 (or 0x972529) is known color: Bright Red. HEX triplet: 97, 25 and 29. RGB value is (151,37,41). Sum of RGB (Red+Green+Blue) = 151+37+41=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #972529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972529 is #68DAD6. Grayscale: #474747. Windows color (decimal): -6871767 or 2696599. OLE color: 2696599.
HSL color Cylindrical-coordinate representation of color #972529: hue angle of 357.89º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972529 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 37 | 41 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.41 |
| HSL | 357.89º | 0.61% | 0.37% | - |
| HSV(B) | 357.89º | 0.75% | 0.59% | - |
| XYZ | 13.82 | 8.06 | 2.93 | - |
| YUV | 71.54 | 110.77 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 37 | 41 | 0 | 0.75 | 0.73 | 0.41 | 357.89 | 0.61 | 0.37 |
| Hex | 97 | 25 | 29 | 0 | 4B | 49 | 29 | 166 | 3D | 25 |
| Octal | 227 | 45 | 51 | 0 | 113 | 111 | 51 | 546 | 75 | 45 |
| Binary | 10010111 | 100101 | 101001 | 0 | 1001011 | 1001001 | 101001 | 101100110 | 111101 | 100101 |
Color Harmonies of #972529
Complementary color
Monochromatic Colors of #972529
Black with #972529
Text Example
Text Example
White with #972529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972529; }
p { color: rgb(151,37,41); }
H1.HeaderClassName
{
color: #972529;
}
.AnyTagClassName
{
color: #972529;
}
</style>
background-color css
<style>
a { background-color: #972529; }
a { background-color: rgb(151,37,41); }
div.DivClassName
{
background-color: #972529;
}
.BgClassName
{
background-color: #972529;
}
</style>
border-color css
<style>
span { border-color: #972529; }
span { border-color: rgb(151,37,41); }
td.TdClassName
{
border-color: #972529;
}
.TagClassName
{
border-color: #972529;
}
</style>