Shades of Bright Red #971D2C
Tints of Bright Red #971D2C
RGB
CMYK
RGB Variations
Color information
#971D2C (or 0x971D2C) is known color: Bright Red. HEX triplet: 97, 1D and 2C. RGB value is (151,29,44). Sum of RGB (Red+Green+Blue) = 151+29+44=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #971D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971D2C is #68E2D3. Grayscale: #434343. Windows color (decimal): -6873812 or 2891159. OLE color: 2891159.
HSL color Cylindrical-coordinate representation of color #971D2C: hue angle of 352.62º degrees, saturation: 0.68, 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 #971D2C is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 29 | 44 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.41 |
| HSL | 352.62º | 0.68% | 0.35% | - |
| HSV(B) | 352.62º | 0.81% | 0.59% | - |
| XYZ | 13.66 | 7.64 | 3.14 | - |
| YUV | 67.19 | 114.92 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 44 | 0 | 0.81 | 0.71 | 0.41 | 352.62 | 0.68 | 0.35 |
| Hex | 97 | 1D | 2C | 0 | 51 | 47 | 29 | 161 | 44 | 23 |
| Octal | 227 | 35 | 54 | 0 | 121 | 107 | 51 | 541 | 104 | 43 |
| Binary | 10010111 | 11101 | 101100 | 0 | 1010001 | 1000111 | 101001 | 101100001 | 1000100 | 100011 |
Color Harmonies of #971D2C
Complementary color
Monochromatic Colors of #971D2C
Black with #971D2C
Text Example
Text Example
White with #971D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971D2C; }
p { color: rgb(151,29,44); }
H1.HeaderClassName
{
color: #971D2C;
}
.AnyTagClassName
{
color: #971D2C;
}
</style>
background-color css
<style>
a { background-color: #971D2C; }
a { background-color: rgb(151,29,44); }
div.DivClassName
{
background-color: #971D2C;
}
.BgClassName
{
background-color: #971D2C;
}
</style>
border-color css
<style>
span { border-color: #971D2C; }
span { border-color: rgb(151,29,44); }
td.TdClassName
{
border-color: #971D2C;
}
.TagClassName
{
border-color: #971D2C;
}
</style>