Shades of Bright Red #97293C
Tints of Bright Red #97293C
RGB
CMYK
RGB Variations
Color information
#97293C (or 0x97293C) is known color: Bright Red. HEX triplet: 97, 29 and 3C. RGB value is (151,41,60). Sum of RGB (Red+Green+Blue) = 151+41+60=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #97293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97293C is #68D6C3. Grayscale: #4C4C4C. Windows color (decimal): -6870724 or 3942807. OLE color: 3942807.
HSL color Cylindrical-coordinate representation of color #97293C: hue angle of 349.64º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97293C is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 41 | 60 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.41 |
| HSL | 349.64º | 0.57% | 0.38% | - |
| HSV(B) | 349.64º | 0.73% | 0.59% | - |
| XYZ | 14.37 | 8.49 | 5.16 | - |
| YUV | 76.06 | 118.94 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 41 | 60 | 0 | 0.73 | 0.60 | 0.41 | 349.64 | 0.57 | 0.38 |
| Hex | 97 | 29 | 3C | 0 | 49 | 3C | 29 | 15E | 39 | 26 |
| Octal | 227 | 51 | 74 | 0 | 111 | 74 | 51 | 536 | 71 | 46 |
| Binary | 10010111 | 101001 | 111100 | 0 | 1001001 | 111100 | 101001 | 101011110 | 111001 | 100110 |
Color Harmonies of #97293C
Complementary color
Monochromatic Colors of #97293C
Black with #97293C
Text Example
Text Example
White with #97293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97293C; }
p { color: rgb(151,41,60); }
H1.HeaderClassName
{
color: #97293C;
}
.AnyTagClassName
{
color: #97293C;
}
</style>
background-color css
<style>
a { background-color: #97293C; }
a { background-color: rgb(151,41,60); }
div.DivClassName
{
background-color: #97293C;
}
.BgClassName
{
background-color: #97293C;
}
</style>
border-color css
<style>
span { border-color: #97293C; }
span { border-color: rgb(151,41,60); }
td.TdClassName
{
border-color: #97293C;
}
.TagClassName
{
border-color: #97293C;
}
</style>