Shades of Bright Red #971C2C
Tints of Bright Red #971C2C
RGB
CMYK
RGB Variations
Color information
#971C2C (or 0x971C2C) is known color: Bright Red. HEX triplet: 97, 1C and 2C. RGB value is (151,28,44). Sum of RGB (Red+Green+Blue) = 151+28+44=223 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.71% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 151 - color contains mainly: red. Hex color #971C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971C2C is #68E3D3. Grayscale: #424242. Windows color (decimal): -6874068 or 2890903. OLE color: 2890903.
HSL color Cylindrical-coordinate representation of color #971C2C: hue angle of 352.2º 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 #971C2C is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 28 | 44 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.41 |
| HSL | 352.2º | 0.69% | 0.35% | - |
| HSV(B) | 352.2º | 0.81% | 0.59% | - |
| XYZ | 13.63 | 7.59 | 3.13 | - |
| YUV | 66.6 | 115.25 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 28 | 44 | 0 | 0.81 | 0.71 | 0.41 | 352.2 | 0.69 | 0.35 |
| Hex | 97 | 1C | 2C | 0 | 51 | 47 | 29 | 160 | 45 | 23 |
| Octal | 227 | 34 | 54 | 0 | 121 | 107 | 51 | 540 | 105 | 43 |
| Binary | 10010111 | 11100 | 101100 | 0 | 1010001 | 1000111 | 101001 | 101100000 | 1000101 | 100011 |
Color Harmonies of #971C2C
Complementary color
Monochromatic Colors of #971C2C
Black with #971C2C
Text Example
Text Example
White with #971C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971C2C; }
p { color: rgb(151,28,44); }
H1.HeaderClassName
{
color: #971C2C;
}
.AnyTagClassName
{
color: #971C2C;
}
</style>
background-color css
<style>
a { background-color: #971C2C; }
a { background-color: rgb(151,28,44); }
div.DivClassName
{
background-color: #971C2C;
}
.BgClassName
{
background-color: #971C2C;
}
</style>
border-color css
<style>
span { border-color: #971C2C; }
span { border-color: rgb(151,28,44); }
td.TdClassName
{
border-color: #971C2C;
}
.TagClassName
{
border-color: #971C2C;
}
</style>