Shades of Bright Red #971C2E
Tints of Bright Red #971C2E
RGB
CMYK
RGB Variations
Color information
#971C2E (or 0x971C2E) is known color: Bright Red. HEX triplet: 97, 1C and 2E. RGB value is (151,28,46). Sum of RGB (Red+Green+Blue) = 151+28+46=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #971C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971C2E is #68E3D1. Grayscale: #424242. Windows color (decimal): -6874066 or 3021975. OLE color: 3021975.
HSL color Cylindrical-coordinate representation of color #971C2E: hue angle of 351.22º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971C2E is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 28 | 46 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.41 |
| HSL | 351.22º | 0.69% | 0.35% | - |
| HSV(B) | 351.22º | 0.81% | 0.59% | - |
| XYZ | 13.67 | 7.61 | 3.33 | - |
| YUV | 66.83 | 116.25 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 28 | 46 | 0 | 0.81 | 0.70 | 0.41 | 351.22 | 0.69 | 0.35 |
| Hex | 97 | 1C | 2E | 0 | 51 | 46 | 29 | 15F | 45 | 23 |
| Octal | 227 | 34 | 56 | 0 | 121 | 106 | 51 | 537 | 105 | 43 |
| Binary | 10010111 | 11100 | 101110 | 0 | 1010001 | 1000110 | 101001 | 101011111 | 1000101 | 100011 |
Color Harmonies of #971C2E
Complementary color
Monochromatic Colors of #971C2E
Black with #971C2E
Text Example
Text Example
White with #971C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971C2E; }
p { color: rgb(151,28,46); }
H1.HeaderClassName
{
color: #971C2E;
}
.AnyTagClassName
{
color: #971C2E;
}
</style>
background-color css
<style>
a { background-color: #971C2E; }
a { background-color: rgb(151,28,46); }
div.DivClassName
{
background-color: #971C2E;
}
.BgClassName
{
background-color: #971C2E;
}
</style>
border-color css
<style>
span { border-color: #971C2E; }
span { border-color: rgb(151,28,46); }
td.TdClassName
{
border-color: #971C2E;
}
.TagClassName
{
border-color: #971C2E;
}
</style>