Shades of Bright Red #971B22
Tints of Bright Red #971B22
RGB
CMYK
RGB Variations
Color information
#971B22 (or 0x971B22) is known color: Bright Red. HEX triplet: 97, 1B and 22. RGB value is (151,27,34). Sum of RGB (Red+Green+Blue) = 151+27+34=212 (28% of max value = 765). Red value is 151 (59.38% from 255 or 71.23% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 151 - color contains mainly: red. Hex color #971B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971B22 is #68E4DD. Grayscale: #404040. Windows color (decimal): -6874334 or 2235287. OLE color: 2235287.
HSL color Cylindrical-coordinate representation of color #971B22: hue angle of 356.61º 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 #971B22 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 27 | 34 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.41 |
| HSL | 356.61º | 0.7% | 0.35% | - |
| HSV(B) | 356.61º | 0.82% | 0.59% | - |
| XYZ | 13.44 | 7.48 | 2.25 | - |
| YUV | 64.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 34 | 0 | 0.82 | 0.77 | 0.41 | 356.61 | 0.7 | 0.35 |
| Hex | 97 | 1B | 22 | 0 | 52 | 4D | 29 | 165 | 46 | 23 |
| Octal | 227 | 33 | 42 | 0 | 122 | 115 | 51 | 545 | 106 | 43 |
| Binary | 10010111 | 11011 | 100010 | 0 | 1010010 | 1001101 | 101001 | 101100101 | 1000110 | 100011 |
Color Harmonies of #971B22
Complementary color
Monochromatic Colors of #971B22
Black with #971B22
Text Example
Text Example
White with #971B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971B22; }
p { color: rgb(151,27,34); }
H1.HeaderClassName
{
color: #971B22;
}
.AnyTagClassName
{
color: #971B22;
}
</style>
background-color css
<style>
a { background-color: #971B22; }
a { background-color: rgb(151,27,34); }
div.DivClassName
{
background-color: #971B22;
}
.BgClassName
{
background-color: #971B22;
}
</style>
border-color css
<style>
span { border-color: #971B22; }
span { border-color: rgb(151,27,34); }
td.TdClassName
{
border-color: #971B22;
}
.TagClassName
{
border-color: #971B22;
}
</style>