Shades of Bright Red #971B3E
Tints of Bright Red #971B3E
RGB
CMYK
RGB Variations
Color information
#971B3E (or 0x971B3E) is known color: Bright Red. HEX triplet: 97, 1B and 3E. RGB value is (151,27,62). Sum of RGB (Red+Green+Blue) = 151+27+62=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #971B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971B3E is #68E4C1. Grayscale: #444444. Windows color (decimal): -6874306 or 4070295. OLE color: 4070295.
HSL color Cylindrical-coordinate representation of color #971B3E: hue angle of 343.06º 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 #971B3E is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 27 | 62 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.41 |
| HSL | 343.06º | 0.7% | 0.35% | - |
| HSV(B) | 343.06º | 0.82% | 0.59% | - |
| XYZ | 14.02 | 7.71 | 5.31 | - |
| YUV | 68.07 | 124.58 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 62 | 0 | 0.82 | 0.59 | 0.41 | 343.06 | 0.7 | 0.35 |
| Hex | 97 | 1B | 3E | 0 | 52 | 3B | 29 | 157 | 46 | 23 |
| Octal | 227 | 33 | 76 | 0 | 122 | 73 | 51 | 527 | 106 | 43 |
| Binary | 10010111 | 11011 | 111110 | 0 | 1010010 | 111011 | 101001 | 101010111 | 1000110 | 100011 |
Color Harmonies of #971B3E
Complementary color
Monochromatic Colors of #971B3E
Black with #971B3E
Text Example
Text Example
White with #971B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971B3E; }
p { color: rgb(151,27,62); }
H1.HeaderClassName
{
color: #971B3E;
}
.AnyTagClassName
{
color: #971B3E;
}
</style>
background-color css
<style>
a { background-color: #971B3E; }
a { background-color: rgb(151,27,62); }
div.DivClassName
{
background-color: #971B3E;
}
.BgClassName
{
background-color: #971B3E;
}
</style>
border-color css
<style>
span { border-color: #971B3E; }
span { border-color: rgb(151,27,62); }
td.TdClassName
{
border-color: #971B3E;
}
.TagClassName
{
border-color: #971B3E;
}
</style>