Shades of Bright Red #972330
Tints of Bright Red #972330
RGB
CMYK
RGB Variations
Color information
#972330 (or 0x972330) is known color: Bright Red. HEX triplet: 97, 23 and 30. RGB value is (151,35,48). Sum of RGB (Red+Green+Blue) = 151+35+48=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #972330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972330 is #68DCCF. Grayscale: #474747. Windows color (decimal): -6872272 or 3154839. OLE color: 3154839.
HSL color Cylindrical-coordinate representation of color #972330: hue angle of 353.28º 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 #972330 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 35 | 48 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.41 |
| HSL | 353.28º | 0.62% | 0.36% | - |
| HSV(B) | 353.28º | 0.77% | 0.59% | - |
| XYZ | 13.9 | 7.99 | 3.61 | - |
| YUV | 71.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 35 | 48 | 0 | 0.77 | 0.68 | 0.41 | 353.28 | 0.62 | 0.36 |
| Hex | 97 | 23 | 30 | 0 | 4D | 44 | 29 | 161 | 3E | 24 |
| Octal | 227 | 43 | 60 | 0 | 115 | 104 | 51 | 541 | 76 | 44 |
| Binary | 10010111 | 100011 | 110000 | 0 | 1001101 | 1000100 | 101001 | 101100001 | 111110 | 100100 |
Color Harmonies of #972330
Complementary color
Monochromatic Colors of #972330
Black with #972330
Text Example
Text Example
White with #972330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972330; }
p { color: rgb(151,35,48); }
H1.HeaderClassName
{
color: #972330;
}
.AnyTagClassName
{
color: #972330;
}
</style>
background-color css
<style>
a { background-color: #972330; }
a { background-color: rgb(151,35,48); }
div.DivClassName
{
background-color: #972330;
}
.BgClassName
{
background-color: #972330;
}
</style>
border-color css
<style>
span { border-color: #972330; }
span { border-color: rgb(151,35,48); }
td.TdClassName
{
border-color: #972330;
}
.TagClassName
{
border-color: #972330;
}
</style>