Shades of Bright Red #97193C
Tints of Bright Red #97193C
RGB
CMYK
RGB Variations
Color information
#97193C (or 0x97193C) is known color: Bright Red. HEX triplet: 97, 19 and 3C. RGB value is (151,25,60). Sum of RGB (Red+Green+Blue) = 151+25+60=236 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.98% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 151 - color contains mainly: red. Hex color #97193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97193C is #68E6C3. Grayscale: #424242. Windows color (decimal): -6874820 or 3938711. OLE color: 3938711.
HSL color Cylindrical-coordinate representation of color #97193C: hue angle of 343.33º degrees, saturation: 0.72, 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 #97193C is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 25 | 60 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.41 |
| HSL | 343.33º | 0.72% | 0.35% | - |
| HSV(B) | 343.33º | 0.83% | 0.59% | - |
| XYZ | 13.93 | 7.6 | 5.01 | - |
| YUV | 66.66 | 124.24 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 60 | 0 | 0.83 | 0.60 | 0.41 | 343.33 | 0.72 | 0.35 |
| Hex | 97 | 19 | 3C | 0 | 53 | 3C | 29 | 157 | 48 | 23 |
| Octal | 227 | 31 | 74 | 0 | 123 | 74 | 51 | 527 | 110 | 43 |
| Binary | 10010111 | 11001 | 111100 | 0 | 1010011 | 111100 | 101001 | 101010111 | 1001000 | 100011 |
Color Harmonies of #97193C
Complementary color
Monochromatic Colors of #97193C
Black with #97193C
Text Example
Text Example
White with #97193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97193C; }
p { color: rgb(151,25,60); }
H1.HeaderClassName
{
color: #97193C;
}
.AnyTagClassName
{
color: #97193C;
}
</style>
background-color css
<style>
a { background-color: #97193C; }
a { background-color: rgb(151,25,60); }
div.DivClassName
{
background-color: #97193C;
}
.BgClassName
{
background-color: #97193C;
}
</style>
border-color css
<style>
span { border-color: #97193C; }
span { border-color: rgb(151,25,60); }
td.TdClassName
{
border-color: #97193C;
}
.TagClassName
{
border-color: #97193C;
}
</style>