Shades of Bright Red #971334
Tints of Bright Red #971334
RGB
CMYK
RGB Variations
Color information
#971334 (or 0x971334) is known color: Bright Red. HEX triplet: 97, 13 and 34. RGB value is (151,19,52). Sum of RGB (Red+Green+Blue) = 151+19+52=222 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.02% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 151 - color contains mainly: red. Hex color #971334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971334 is #68ECCB. Grayscale: #3E3E3E. Windows color (decimal): -6876364 or 3412887. OLE color: 3412887.
HSL color Cylindrical-coordinate representation of color #971334: hue angle of 345º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971334 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 19 | 52 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.41 |
| HSL | 345º | 0.78% | 0.33% | - |
| HSV(B) | 345º | 0.87% | 0.59% | - |
| XYZ | 13.62 | 7.29 | 3.94 | - |
| YUV | 62.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 52 | 0 | 0.87 | 0.66 | 0.41 | 345 | 0.78 | 0.33 |
| Hex | 97 | 13 | 34 | 0 | 57 | 42 | 29 | 159 | 4E | 21 |
| Octal | 227 | 23 | 64 | 0 | 127 | 102 | 51 | 531 | 116 | 41 |
| Binary | 10010111 | 10011 | 110100 | 0 | 1010111 | 1000010 | 101001 | 101011001 | 1001110 | 100001 |
Color Harmonies of #971334
Complementary color
Monochromatic Colors of #971334
Black with #971334
Text Example
Text Example
White with #971334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971334; }
p { color: rgb(151,19,52); }
H1.HeaderClassName
{
color: #971334;
}
.AnyTagClassName
{
color: #971334;
}
</style>
background-color css
<style>
a { background-color: #971334; }
a { background-color: rgb(151,19,52); }
div.DivClassName
{
background-color: #971334;
}
.BgClassName
{
background-color: #971334;
}
</style>
border-color css
<style>
span { border-color: #971334; }
span { border-color: rgb(151,19,52); }
td.TdClassName
{
border-color: #971334;
}
.TagClassName
{
border-color: #971334;
}
</style>