Shades of Bright Red #971E3C
Tints of Bright Red #971E3C
RGB
CMYK
RGB Variations
Color information
#971E3C (or 0x971E3C) is known color: Bright Red. HEX triplet: 97, 1E and 3C. RGB value is (151,30,60). Sum of RGB (Red+Green+Blue) = 151+30+60=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #971E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971E3C is #68E1C3. Grayscale: #454545. Windows color (decimal): -6873540 or 3939991. OLE color: 3939991.
HSL color Cylindrical-coordinate representation of color #971E3C: hue angle of 345.12º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #971E3C is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 30 | 60 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.41 |
| HSL | 345.12º | 0.67% | 0.35% | - |
| HSV(B) | 345.12º | 0.8% | 0.59% | - |
| XYZ | 14.04 | 7.83 | 5.05 | - |
| YUV | 69.6 | 122.59 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 30 | 60 | 0 | 0.80 | 0.60 | 0.41 | 345.12 | 0.67 | 0.35 |
| Hex | 97 | 1E | 3C | 0 | 50 | 3C | 29 | 159 | 43 | 23 |
| Octal | 227 | 36 | 74 | 0 | 120 | 74 | 51 | 531 | 103 | 43 |
| Binary | 10010111 | 11110 | 111100 | 0 | 1010000 | 111100 | 101001 | 101011001 | 1000011 | 100011 |
Color Harmonies of #971E3C
Complementary color
Monochromatic Colors of #971E3C
Black with #971E3C
Text Example
Text Example
White with #971E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971E3C; }
p { color: rgb(151,30,60); }
H1.HeaderClassName
{
color: #971E3C;
}
.AnyTagClassName
{
color: #971E3C;
}
</style>
background-color css
<style>
a { background-color: #971E3C; }
a { background-color: rgb(151,30,60); }
div.DivClassName
{
background-color: #971E3C;
}
.BgClassName
{
background-color: #971E3C;
}
</style>
border-color css
<style>
span { border-color: #971E3C; }
span { border-color: rgb(151,30,60); }
td.TdClassName
{
border-color: #971E3C;
}
.TagClassName
{
border-color: #971E3C;
}
</style>