Shades of Bright Red #97172D
Tints of Bright Red #97172D
RGB
CMYK
RGB Variations
Color information
#97172D (or 0x97172D) is known color: Bright Red. HEX triplet: 97, 17 and 2D. RGB value is (151,23,45). Sum of RGB (Red+Green+Blue) = 151+23+45=219 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.95% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 151 - color contains mainly: red. Hex color #97172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97172D is #68E8D2. Grayscale: #3F3F3F. Windows color (decimal): -6875347 or 2955159. OLE color: 2955159.
HSL color Cylindrical-coordinate representation of color #97172D: hue angle of 349.69º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #97172D is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 23 | 45 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.41 |
| HSL | 349.69º | 0.74% | 0.34% | - |
| HSV(B) | 349.69º | 0.85% | 0.59% | - |
| XYZ | 13.54 | 7.38 | 3.19 | - |
| YUV | 63.78 | 117.41 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 23 | 45 | 0 | 0.85 | 0.70 | 0.41 | 349.69 | 0.74 | 0.34 |
| Hex | 97 | 17 | 2D | 0 | 55 | 46 | 29 | 15E | 4A | 22 |
| Octal | 227 | 27 | 55 | 0 | 125 | 106 | 51 | 536 | 112 | 42 |
| Binary | 10010111 | 10111 | 101101 | 0 | 1010101 | 1000110 | 101001 | 101011110 | 1001010 | 100010 |
Color Harmonies of #97172D
Complementary color
Monochromatic Colors of #97172D
Black with #97172D
Text Example
Text Example
White with #97172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97172D; }
p { color: rgb(151,23,45); }
H1.HeaderClassName
{
color: #97172D;
}
.AnyTagClassName
{
color: #97172D;
}
</style>
background-color css
<style>
a { background-color: #97172D; }
a { background-color: rgb(151,23,45); }
div.DivClassName
{
background-color: #97172D;
}
.BgClassName
{
background-color: #97172D;
}
</style>
border-color css
<style>
span { border-color: #97172D; }
span { border-color: rgb(151,23,45); }
td.TdClassName
{
border-color: #97172D;
}
.TagClassName
{
border-color: #97172D;
}
</style>