Shades of Bright Red #972130
Tints of Bright Red #972130
RGB
CMYK
RGB Variations
Color information
#972130 (or 0x972130) is known color: Bright Red. HEX triplet: 97, 21 and 30. RGB value is (151,33,48). Sum of RGB (Red+Green+Blue) = 151+33+48=232 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.09% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 151 - color contains mainly: red. Hex color #972130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972130 is #68DECF. Grayscale: #464646. Windows color (decimal): -6872784 or 3154327. OLE color: 3154327.
HSL color Cylindrical-coordinate representation of color #972130: hue angle of 352.37º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972130 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 33 | 48 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.41 |
| HSL | 352.37º | 0.64% | 0.36% | - |
| HSV(B) | 352.37º | 0.78% | 0.59% | - |
| XYZ | 13.84 | 7.88 | 3.59 | - |
| YUV | 69.99 | 115.59 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 33 | 48 | 0 | 0.78 | 0.68 | 0.41 | 352.37 | 0.64 | 0.36 |
| Hex | 97 | 21 | 30 | 0 | 4E | 44 | 29 | 160 | 40 | 24 |
| Octal | 227 | 41 | 60 | 0 | 116 | 104 | 51 | 540 | 100 | 44 |
| Binary | 10010111 | 100001 | 110000 | 0 | 1001110 | 1000100 | 101001 | 101100000 | 1000000 | 100100 |
Color Harmonies of #972130
Complementary color
Monochromatic Colors of #972130
Black with #972130
Text Example
Text Example
White with #972130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972130; }
p { color: rgb(151,33,48); }
H1.HeaderClassName
{
color: #972130;
}
.AnyTagClassName
{
color: #972130;
}
</style>
background-color css
<style>
a { background-color: #972130; }
a { background-color: rgb(151,33,48); }
div.DivClassName
{
background-color: #972130;
}
.BgClassName
{
background-color: #972130;
}
</style>
border-color css
<style>
span { border-color: #972130; }
span { border-color: rgb(151,33,48); }
td.TdClassName
{
border-color: #972130;
}
.TagClassName
{
border-color: #972130;
}
</style>