Shades of Bright Red #971936
Tints of Bright Red #971936
RGB
CMYK
RGB Variations
Color information
#971936 (or 0x971936) is known color: Bright Red. HEX triplet: 97, 19 and 36. RGB value is (151,25,54). Sum of RGB (Red+Green+Blue) = 151+25+54=230 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.65% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 151 - color contains mainly: red. Hex color #971936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971936 is #68E6C9. Grayscale: #414141. Windows color (decimal): -6874826 or 3545495. OLE color: 3545495.
HSL color Cylindrical-coordinate representation of color #971936: hue angle of 346.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971936 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 25 | 54 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.41 |
| HSL | 346.19º | 0.72% | 0.35% | - |
| HSV(B) | 346.19º | 0.83% | 0.59% | - |
| XYZ | 13.78 | 7.54 | 4.22 | - |
| YUV | 65.98 | 121.24 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 54 | 0 | 0.83 | 0.64 | 0.41 | 346.19 | 0.72 | 0.35 |
| Hex | 97 | 19 | 36 | 0 | 53 | 40 | 29 | 15A | 48 | 23 |
| Octal | 227 | 31 | 66 | 0 | 123 | 100 | 51 | 532 | 110 | 43 |
| Binary | 10010111 | 11001 | 110110 | 0 | 1010011 | 1000000 | 101001 | 101011010 | 1001000 | 100011 |
Color Harmonies of #971936
Complementary color
Monochromatic Colors of #971936
Black with #971936
Text Example
Text Example
White with #971936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971936; }
p { color: rgb(151,25,54); }
H1.HeaderClassName
{
color: #971936;
}
.AnyTagClassName
{
color: #971936;
}
</style>
background-color css
<style>
a { background-color: #971936; }
a { background-color: rgb(151,25,54); }
div.DivClassName
{
background-color: #971936;
}
.BgClassName
{
background-color: #971936;
}
</style>
border-color css
<style>
span { border-color: #971936; }
span { border-color: rgb(151,25,54); }
td.TdClassName
{
border-color: #971936;
}
.TagClassName
{
border-color: #971936;
}
</style>