Shades of Bright Red #971A1D
Tints of Bright Red #971A1D
RGB
CMYK
RGB Variations
Color information
#971A1D (or 0x971A1D) is known color: Bright Red. HEX triplet: 97, 1A and 1D. RGB value is (151,26,29). Sum of RGB (Red+Green+Blue) = 151+26+29=206 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.30% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 151 - color contains mainly: red. Hex color #971A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971A1D is #68E5E2. Grayscale: #3F3F3F. Windows color (decimal): -6874595 or 1907351. OLE color: 1907351.
HSL color Cylindrical-coordinate representation of color #971A1D: hue angle of 358.56º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971A1D is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 26 | 29 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.41 |
| HSL | 358.56º | 0.71% | 0.35% | - |
| HSV(B) | 358.56º | 0.83% | 0.59% | - |
| XYZ | 13.35 | 7.41 | 1.89 | - |
| YUV | 63.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 29 | 0 | 0.83 | 0.81 | 0.41 | 358.56 | 0.71 | 0.35 |
| Hex | 97 | 1A | 1D | 0 | 53 | 51 | 29 | 167 | 47 | 23 |
| Octal | 227 | 32 | 35 | 0 | 123 | 121 | 51 | 547 | 107 | 43 |
| Binary | 10010111 | 11010 | 11101 | 0 | 1010011 | 1010001 | 101001 | 101100111 | 1000111 | 100011 |
Color Harmonies of #971A1D
Complementary color
Monochromatic Colors of #971A1D
Black with #971A1D
Text Example
Text Example
White with #971A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971A1D; }
p { color: rgb(151,26,29); }
H1.HeaderClassName
{
color: #971A1D;
}
.AnyTagClassName
{
color: #971A1D;
}
</style>
background-color css
<style>
a { background-color: #971A1D; }
a { background-color: rgb(151,26,29); }
div.DivClassName
{
background-color: #971A1D;
}
.BgClassName
{
background-color: #971A1D;
}
</style>
border-color css
<style>
span { border-color: #971A1D; }
span { border-color: rgb(151,26,29); }
td.TdClassName
{
border-color: #971A1D;
}
.TagClassName
{
border-color: #971A1D;
}
</style>