Shades of Bright Red #971B24
Tints of Bright Red #971B24
RGB
CMYK
RGB Variations
Color information
#971B24 (or 0x971B24) is known color: Bright Red. HEX triplet: 97, 1B and 24. RGB value is (151,27,36). Sum of RGB (Red+Green+Blue) = 151+27+36=214 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.56% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 151 - color contains mainly: red. Hex color #971B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971B24 is #68E4DB. Grayscale: #414141. Windows color (decimal): -6874332 or 2366359. OLE color: 2366359.
HSL color Cylindrical-coordinate representation of color #971B24: hue angle of 355.65º 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 #971B24 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 27 | 36 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.41 |
| HSL | 355.65º | 0.7% | 0.35% | - |
| HSV(B) | 355.65º | 0.82% | 0.59% | - |
| XYZ | 13.47 | 7.49 | 2.4 | - |
| YUV | 65.1 | 111.58 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 36 | 0 | 0.82 | 0.76 | 0.41 | 355.65 | 0.7 | 0.35 |
| Hex | 97 | 1B | 24 | 0 | 52 | 4C | 29 | 164 | 46 | 23 |
| Octal | 227 | 33 | 44 | 0 | 122 | 114 | 51 | 544 | 106 | 43 |
| Binary | 10010111 | 11011 | 100100 | 0 | 1010010 | 1001100 | 101001 | 101100100 | 1000110 | 100011 |
Color Harmonies of #971B24
Complementary color
Monochromatic Colors of #971B24
Black with #971B24
Text Example
Text Example
White with #971B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971B24; }
p { color: rgb(151,27,36); }
H1.HeaderClassName
{
color: #971B24;
}
.AnyTagClassName
{
color: #971B24;
}
</style>
background-color css
<style>
a { background-color: #971B24; }
a { background-color: rgb(151,27,36); }
div.DivClassName
{
background-color: #971B24;
}
.BgClassName
{
background-color: #971B24;
}
</style>
border-color css
<style>
span { border-color: #971B24; }
span { border-color: rgb(151,27,36); }
td.TdClassName
{
border-color: #971B24;
}
.TagClassName
{
border-color: #971B24;
}
</style>