Shades of Bright Red #971529
Tints of Bright Red #971529
RGB
CMYK
RGB Variations
Color information
#971529 (or 0x971529) is known color: Bright Red. HEX triplet: 97, 15 and 29. RGB value is (151,21,41). Sum of RGB (Red+Green+Blue) = 151+21+41=213 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.89% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 151 - color contains mainly: red. Hex color #971529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971529 is #68EAD6. Grayscale: #3E3E3E. Windows color (decimal): -6875863 or 2692503. OLE color: 2692503.
HSL color Cylindrical-coordinate representation of color #971529: hue angle of 350.77º 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 #971529 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 21 | 41 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.41 |
| HSL | 350.77º | 0.76% | 0.34% | - |
| HSV(B) | 350.77º | 0.86% | 0.59% | - |
| XYZ | 13.43 | 7.28 | 2.79 | - |
| YUV | 62.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 21 | 41 | 0 | 0.86 | 0.73 | 0.41 | 350.77 | 0.76 | 0.34 |
| Hex | 97 | 15 | 29 | 0 | 56 | 49 | 29 | 15F | 4C | 22 |
| Octal | 227 | 25 | 51 | 0 | 126 | 111 | 51 | 537 | 114 | 42 |
| Binary | 10010111 | 10101 | 101001 | 0 | 1010110 | 1001001 | 101001 | 101011111 | 1001100 | 100010 |
Color Harmonies of #971529
Complementary color
Monochromatic Colors of #971529
Black with #971529
Text Example
Text Example
White with #971529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971529; }
p { color: rgb(151,21,41); }
H1.HeaderClassName
{
color: #971529;
}
.AnyTagClassName
{
color: #971529;
}
</style>
background-color css
<style>
a { background-color: #971529; }
a { background-color: rgb(151,21,41); }
div.DivClassName
{
background-color: #971529;
}
.BgClassName
{
background-color: #971529;
}
</style>
border-color css
<style>
span { border-color: #971529; }
span { border-color: rgb(151,21,41); }
td.TdClassName
{
border-color: #971529;
}
.TagClassName
{
border-color: #971529;
}
</style>