Shades of Bright Red #971835
Tints of Bright Red #971835
RGB
CMYK
RGB Variations
Color information
#971835 (or 0x971835) is known color: Bright Red. HEX triplet: 97, 18 and 35. RGB value is (151,24,53). Sum of RGB (Red+Green+Blue) = 151+24+53=228 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.23% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 151 - color contains mainly: red. Hex color #971835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971835 is #68E7CA. Grayscale: #414141. Windows color (decimal): -6875083 or 3479703. OLE color: 3479703.
HSL color Cylindrical-coordinate representation of color #971835: hue angle of 346.3º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971835 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 24 | 53 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.41 |
| HSL | 346.3º | 0.73% | 0.34% | - |
| HSV(B) | 346.3º | 0.84% | 0.59% | - |
| XYZ | 13.73 | 7.49 | 4.09 | - |
| YUV | 65.28 | 121.08 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 24 | 53 | 0 | 0.84 | 0.65 | 0.41 | 346.3 | 0.73 | 0.34 |
| Hex | 97 | 18 | 35 | 0 | 54 | 41 | 29 | 15A | 49 | 22 |
| Octal | 227 | 30 | 65 | 0 | 124 | 101 | 51 | 532 | 111 | 42 |
| Binary | 10010111 | 11000 | 110101 | 0 | 1010100 | 1000001 | 101001 | 101011010 | 1001001 | 100010 |
Color Harmonies of #971835
Complementary color
Monochromatic Colors of #971835
Black with #971835
Text Example
Text Example
White with #971835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971835; }
p { color: rgb(151,24,53); }
H1.HeaderClassName
{
color: #971835;
}
.AnyTagClassName
{
color: #971835;
}
</style>
background-color css
<style>
a { background-color: #971835; }
a { background-color: rgb(151,24,53); }
div.DivClassName
{
background-color: #971835;
}
.BgClassName
{
background-color: #971835;
}
</style>
border-color css
<style>
span { border-color: #971835; }
span { border-color: rgb(151,24,53); }
td.TdClassName
{
border-color: #971835;
}
.TagClassName
{
border-color: #971835;
}
</style>