Shades of Bright Red #971B2D
Tints of Bright Red #971B2D
RGB
CMYK
RGB Variations
Color information
#971B2D (or 0x971B2D) is known color: Bright Red. HEX triplet: 97, 1B and 2D. RGB value is (151,27,45). Sum of RGB (Red+Green+Blue) = 151+27+45=223 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.71% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 151 - color contains mainly: red. Hex color #971B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971B2D is #68E4D2. Grayscale: #424242. Windows color (decimal): -6874323 or 2956183. OLE color: 2956183.
HSL color Cylindrical-coordinate representation of color #971B2D: hue angle of 351.29º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #971B2D is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 27 | 45 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.41 |
| HSL | 351.29º | 0.7% | 0.35% | - |
| HSV(B) | 351.29º | 0.82% | 0.59% | - |
| XYZ | 13.63 | 7.55 | 3.22 | - |
| YUV | 66.13 | 116.08 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 45 | 0 | 0.82 | 0.70 | 0.41 | 351.29 | 0.7 | 0.35 |
| Hex | 97 | 1B | 2D | 0 | 52 | 46 | 29 | 15F | 46 | 23 |
| Octal | 227 | 33 | 55 | 0 | 122 | 106 | 51 | 537 | 106 | 43 |
| Binary | 10010111 | 11011 | 101101 | 0 | 1010010 | 1000110 | 101001 | 101011111 | 1000110 | 100011 |
Color Harmonies of #971B2D
Complementary color
Monochromatic Colors of #971B2D
Black with #971B2D
Text Example
Text Example
White with #971B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971B2D; }
p { color: rgb(151,27,45); }
H1.HeaderClassName
{
color: #971B2D;
}
.AnyTagClassName
{
color: #971B2D;
}
</style>
background-color css
<style>
a { background-color: #971B2D; }
a { background-color: rgb(151,27,45); }
div.DivClassName
{
background-color: #971B2D;
}
.BgClassName
{
background-color: #971B2D;
}
</style>
border-color css
<style>
span { border-color: #971B2D; }
span { border-color: rgb(151,27,45); }
td.TdClassName
{
border-color: #971B2D;
}
.TagClassName
{
border-color: #971B2D;
}
</style>