Shades of Bright Red #971A3A
Tints of Bright Red #971A3A
RGB
CMYK
RGB Variations
Color information
#971A3A (or 0x971A3A) is known color: Bright Red. HEX triplet: 97, 1A and 3A. RGB value is (151,26,58). Sum of RGB (Red+Green+Blue) = 151+26+58=235 (31% of max value = 765). Red value is 151 (59.38% from 255 or 64.26% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 151 - color contains mainly: red. Hex color #971A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971A3A is #68E5C5. Grayscale: #434343. Windows color (decimal): -6874566 or 3807895. OLE color: 3807895.
HSL color Cylindrical-coordinate representation of color #971A3A: hue angle of 344.64º 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 #971A3A is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 26 | 58 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.41 |
| HSL | 344.64º | 0.71% | 0.35% | - |
| HSV(B) | 344.64º | 0.83% | 0.59% | - |
| XYZ | 13.9 | 7.62 | 4.74 | - |
| YUV | 67.02 | 122.91 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 58 | 0 | 0.83 | 0.62 | 0.41 | 344.64 | 0.71 | 0.35 |
| Hex | 97 | 1A | 3A | 0 | 53 | 3E | 29 | 159 | 47 | 23 |
| Octal | 227 | 32 | 72 | 0 | 123 | 76 | 51 | 531 | 107 | 43 |
| Binary | 10010111 | 11010 | 111010 | 0 | 1010011 | 111110 | 101001 | 101011001 | 1000111 | 100011 |
Color Harmonies of #971A3A
Complementary color
Monochromatic Colors of #971A3A
Black with #971A3A
Text Example
Text Example
White with #971A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971A3A; }
p { color: rgb(151,26,58); }
H1.HeaderClassName
{
color: #971A3A;
}
.AnyTagClassName
{
color: #971A3A;
}
</style>
background-color css
<style>
a { background-color: #971A3A; }
a { background-color: rgb(151,26,58); }
div.DivClassName
{
background-color: #971A3A;
}
.BgClassName
{
background-color: #971A3A;
}
</style>
border-color css
<style>
span { border-color: #971A3A; }
span { border-color: rgb(151,26,58); }
td.TdClassName
{
border-color: #971A3A;
}
.TagClassName
{
border-color: #971A3A;
}
</style>