Shades of Bright Red #971534
Tints of Bright Red #971534
RGB
CMYK
RGB Variations
Color information
#971534 (or 0x971534) is known color: Bright Red. HEX triplet: 97, 15 and 34. RGB value is (151,21,52). Sum of RGB (Red+Green+Blue) = 151+21+52=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #971534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971534 is #68EACB. Grayscale: #3F3F3F. Windows color (decimal): -6875852 or 3413399. OLE color: 3413399.
HSL color Cylindrical-coordinate representation of color #971534: hue angle of 345.69º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971534 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 21 | 52 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.41 |
| HSL | 345.69º | 0.76% | 0.34% | - |
| HSV(B) | 345.69º | 0.86% | 0.59% | - |
| XYZ | 13.65 | 7.36 | 3.95 | - |
| YUV | 63.4 | 121.57 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 21 | 52 | 0 | 0.86 | 0.66 | 0.41 | 345.69 | 0.76 | 0.34 |
| Hex | 97 | 15 | 34 | 0 | 56 | 42 | 29 | 15A | 4C | 22 |
| Octal | 227 | 25 | 64 | 0 | 126 | 102 | 51 | 532 | 114 | 42 |
| Binary | 10010111 | 10101 | 110100 | 0 | 1010110 | 1000010 | 101001 | 101011010 | 1001100 | 100010 |
Color Harmonies of #971534
Complementary color
Monochromatic Colors of #971534
Black with #971534
Text Example
Text Example
White with #971534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971534; }
p { color: rgb(151,21,52); }
H1.HeaderClassName
{
color: #971534;
}
.AnyTagClassName
{
color: #971534;
}
</style>
background-color css
<style>
a { background-color: #971534; }
a { background-color: rgb(151,21,52); }
div.DivClassName
{
background-color: #971534;
}
.BgClassName
{
background-color: #971534;
}
</style>
border-color css
<style>
span { border-color: #971534; }
span { border-color: rgb(151,21,52); }
td.TdClassName
{
border-color: #971534;
}
.TagClassName
{
border-color: #971534;
}
</style>