Shades of Bright Red #971D38
Tints of Bright Red #971D38
RGB
CMYK
RGB Variations
Color information
#971D38 (or 0x971D38) is known color: Bright Red. HEX triplet: 97, 1D and 38. RGB value is (151,29,56). Sum of RGB (Red+Green+Blue) = 151+29+56=236 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.98% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 151 - color contains mainly: red. Hex color #971D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971D38 is #68E2C7. Grayscale: #444444. Windows color (decimal): -6873800 or 3677591. OLE color: 3677591.
HSL color Cylindrical-coordinate representation of color #971D38: hue angle of 346.72º degrees, saturation: 0.68, 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 #971D38 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 29 | 56 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.41 |
| HSL | 346.72º | 0.68% | 0.35% | - |
| HSV(B) | 346.72º | 0.81% | 0.59% | - |
| XYZ | 13.92 | 7.74 | 4.5 | - |
| YUV | 68.56 | 120.92 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 56 | 0 | 0.81 | 0.63 | 0.41 | 346.72 | 0.68 | 0.35 |
| Hex | 97 | 1D | 38 | 0 | 51 | 3F | 29 | 15B | 44 | 23 |
| Octal | 227 | 35 | 70 | 0 | 121 | 77 | 51 | 533 | 104 | 43 |
| Binary | 10010111 | 11101 | 111000 | 0 | 1010001 | 111111 | 101001 | 101011011 | 1000100 | 100011 |
Color Harmonies of #971D38
Complementary color
Monochromatic Colors of #971D38
Black with #971D38
Text Example
Text Example
White with #971D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971D38; }
p { color: rgb(151,29,56); }
H1.HeaderClassName
{
color: #971D38;
}
.AnyTagClassName
{
color: #971D38;
}
</style>
background-color css
<style>
a { background-color: #971D38; }
a { background-color: rgb(151,29,56); }
div.DivClassName
{
background-color: #971D38;
}
.BgClassName
{
background-color: #971D38;
}
</style>
border-color css
<style>
span { border-color: #971D38; }
span { border-color: rgb(151,29,56); }
td.TdClassName
{
border-color: #971D38;
}
.TagClassName
{
border-color: #971D38;
}
</style>