Shades of Bright Red #97242D
Tints of Bright Red #97242D
RGB
CMYK
RGB Variations
Color information
#97242D (or 0x97242D) is known color: Bright Red. HEX triplet: 97, 24 and 2D. RGB value is (151,36,45). Sum of RGB (Red+Green+Blue) = 151+36+45=232 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.09% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 151 - color contains mainly: red. Hex color #97242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97242D is #68DBD2. Grayscale: #474747. Windows color (decimal): -6872019 or 2958487. OLE color: 2958487.
HSL color Cylindrical-coordinate representation of color #97242D: hue angle of 355.3º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #97242D is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 36 | 45 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.41 |
| HSL | 355.3º | 0.61% | 0.37% | - |
| HSV(B) | 355.3º | 0.76% | 0.59% | - |
| XYZ | 13.87 | 8.03 | 3.3 | - |
| YUV | 71.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 36 | 45 | 0 | 0.76 | 0.70 | 0.41 | 355.3 | 0.61 | 0.37 |
| Hex | 97 | 24 | 2D | 0 | 4C | 46 | 29 | 163 | 3D | 25 |
| Octal | 227 | 44 | 55 | 0 | 114 | 106 | 51 | 543 | 75 | 45 |
| Binary | 10010111 | 100100 | 101101 | 0 | 1001100 | 1000110 | 101001 | 101100011 | 111101 | 100101 |
Color Harmonies of #97242D
Complementary color
Monochromatic Colors of #97242D
Black with #97242D
Text Example
Text Example
White with #97242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97242D; }
p { color: rgb(151,36,45); }
H1.HeaderClassName
{
color: #97242D;
}
.AnyTagClassName
{
color: #97242D;
}
</style>
background-color css
<style>
a { background-color: #97242D; }
a { background-color: rgb(151,36,45); }
div.DivClassName
{
background-color: #97242D;
}
.BgClassName
{
background-color: #97242D;
}
</style>
border-color css
<style>
span { border-color: #97242D; }
span { border-color: rgb(151,36,45); }
td.TdClassName
{
border-color: #97242D;
}
.TagClassName
{
border-color: #97242D;
}
</style>