Shades of Bright Red #971C2F
Tints of Bright Red #971C2F
RGB
CMYK
RGB Variations
Color information
#971C2F (or 0x971C2F) is known color: Bright Red. HEX triplet: 97, 1C and 2F. RGB value is (151,28,47). Sum of RGB (Red+Green+Blue) = 151+28+47=226 (29% of max value = 765). Red value is 151 (59.38% from 255 or 66.81% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 151 - color contains mainly: red. Hex color #971C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971C2F is #68E3D0. Grayscale: #424242. Windows color (decimal): -6874065 or 3087511. OLE color: 3087511.
HSL color Cylindrical-coordinate representation of color #971C2F: hue angle of 350.73º 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 #971C2F is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 28 | 47 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.41 |
| HSL | 350.73º | 0.69% | 0.35% | - |
| HSV(B) | 350.73º | 0.81% | 0.59% | - |
| XYZ | 13.69 | 7.62 | 3.44 | - |
| YUV | 66.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 28 | 47 | 0 | 0.81 | 0.69 | 0.41 | 350.73 | 0.69 | 0.35 |
| Hex | 97 | 1C | 2F | 0 | 51 | 45 | 29 | 15F | 45 | 23 |
| Octal | 227 | 34 | 57 | 0 | 121 | 105 | 51 | 537 | 105 | 43 |
| Binary | 10010111 | 11100 | 101111 | 0 | 1010001 | 1000101 | 101001 | 101011111 | 1000101 | 100011 |
Color Harmonies of #971C2F
Complementary color
Monochromatic Colors of #971C2F
Black with #971C2F
Text Example
Text Example
White with #971C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971C2F; }
p { color: rgb(151,28,47); }
H1.HeaderClassName
{
color: #971C2F;
}
.AnyTagClassName
{
color: #971C2F;
}
</style>
background-color css
<style>
a { background-color: #971C2F; }
a { background-color: rgb(151,28,47); }
div.DivClassName
{
background-color: #971C2F;
}
.BgClassName
{
background-color: #971C2F;
}
</style>
border-color css
<style>
span { border-color: #971C2F; }
span { border-color: rgb(151,28,47); }
td.TdClassName
{
border-color: #971C2F;
}
.TagClassName
{
border-color: #971C2F;
}
</style>