Shades of Bright Red #97273C
Tints of Bright Red #97273C
RGB
CMYK
RGB Variations
Color information
#97273C (or 0x97273C) is known color: Bright Red. HEX triplet: 97, 27 and 3C. RGB value is (151,39,60). Sum of RGB (Red+Green+Blue) = 151+39+60=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #97273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97273C is #68D8C3. Grayscale: #4A4A4A. Windows color (decimal): -6871236 or 3942295. OLE color: 3942295.
HSL color Cylindrical-coordinate representation of color #97273C: hue angle of 348.75º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #97273C is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 39 | 60 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.41 |
| HSL | 348.75º | 0.59% | 0.37% | - |
| HSV(B) | 348.75º | 0.74% | 0.59% | - |
| XYZ | 14.3 | 8.36 | 5.13 | - |
| YUV | 74.88 | 119.61 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 39 | 60 | 0 | 0.74 | 0.60 | 0.41 | 348.75 | 0.59 | 0.37 |
| Hex | 97 | 27 | 3C | 0 | 4A | 3C | 29 | 15D | 3B | 25 |
| Octal | 227 | 47 | 74 | 0 | 112 | 74 | 51 | 535 | 73 | 45 |
| Binary | 10010111 | 100111 | 111100 | 0 | 1001010 | 111100 | 101001 | 101011101 | 111011 | 100101 |
Color Harmonies of #97273C
Complementary color
Monochromatic Colors of #97273C
Black with #97273C
Text Example
Text Example
White with #97273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97273C; }
p { color: rgb(151,39,60); }
H1.HeaderClassName
{
color: #97273C;
}
.AnyTagClassName
{
color: #97273C;
}
</style>
background-color css
<style>
a { background-color: #97273C; }
a { background-color: rgb(151,39,60); }
div.DivClassName
{
background-color: #97273C;
}
.BgClassName
{
background-color: #97273C;
}
</style>
border-color css
<style>
span { border-color: #97273C; }
span { border-color: rgb(151,39,60); }
td.TdClassName
{
border-color: #97273C;
}
.TagClassName
{
border-color: #97273C;
}
</style>