Shades of Bright Red #971135
Tints of Bright Red #971135
RGB
CMYK
RGB Variations
Color information
#971135 (or 0x971135) is known color: Bright Red. HEX triplet: 97, 11 and 35. RGB value is (151,17,53). Sum of RGB (Red+Green+Blue) = 151+17+53=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #971135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971135 is #68EECA. Grayscale: #3D3D3D. Windows color (decimal): -6876875 or 3477911. OLE color: 3477911.
HSL color Cylindrical-coordinate representation of color #971135: hue angle of 343.88º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971135 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 53 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.41 |
| HSL | 343.88º | 0.8% | 0.33% | - |
| HSV(B) | 343.88º | 0.89% | 0.59% | - |
| XYZ | 13.61 | 7.24 | 4.05 | - |
| YUV | 61.17 | 123.39 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 53 | 0 | 0.89 | 0.65 | 0.41 | 343.88 | 0.8 | 0.33 |
| Hex | 97 | 11 | 35 | 0 | 59 | 41 | 29 | 158 | 50 | 21 |
| Octal | 227 | 21 | 65 | 0 | 131 | 101 | 51 | 530 | 120 | 41 |
| Binary | 10010111 | 10001 | 110101 | 0 | 1011001 | 1000001 | 101001 | 101011000 | 1010000 | 100001 |
Color Harmonies of #971135
Complementary color
Monochromatic Colors of #971135
Black with #971135
Text Example
Text Example
White with #971135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971135; }
p { color: rgb(151,17,53); }
H1.HeaderClassName
{
color: #971135;
}
.AnyTagClassName
{
color: #971135;
}
</style>
background-color css
<style>
a { background-color: #971135; }
a { background-color: rgb(151,17,53); }
div.DivClassName
{
background-color: #971135;
}
.BgClassName
{
background-color: #971135;
}
</style>
border-color css
<style>
span { border-color: #971135; }
span { border-color: rgb(151,17,53); }
td.TdClassName
{
border-color: #971135;
}
.TagClassName
{
border-color: #971135;
}
</style>