Shades of Bright Red #97122D
Tints of Bright Red #97122D
RGB
CMYK
RGB Variations
Color information
#97122D (or 0x97122D) is known color: Bright Red. HEX triplet: 97, 12 and 2D. RGB value is (151,18,45). Sum of RGB (Red+Green+Blue) = 151+18+45=214 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.56% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 151 - color contains mainly: red. Hex color #97122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97122D is #68EDD2. Grayscale: #3C3C3C. Windows color (decimal): -6876627 or 2953879. OLE color: 2953879.
HSL color Cylindrical-coordinate representation of color #97122D: hue angle of 347.82º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #97122D is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 18 | 45 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.41 |
| HSL | 347.82º | 0.79% | 0.33% | - |
| HSV(B) | 347.82º | 0.88% | 0.59% | - |
| XYZ | 13.45 | 7.2 | 3.16 | - |
| YUV | 60.85 | 119.06 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 45 | 0 | 0.88 | 0.70 | 0.41 | 347.82 | 0.79 | 0.33 |
| Hex | 97 | 12 | 2D | 0 | 58 | 46 | 29 | 15C | 4F | 21 |
| Octal | 227 | 22 | 55 | 0 | 130 | 106 | 51 | 534 | 117 | 41 |
| Binary | 10010111 | 10010 | 101101 | 0 | 1011000 | 1000110 | 101001 | 101011100 | 1001111 | 100001 |
Color Harmonies of #97122D
Complementary color
Monochromatic Colors of #97122D
Black with #97122D
Text Example
Text Example
White with #97122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97122D; }
p { color: rgb(151,18,45); }
H1.HeaderClassName
{
color: #97122D;
}
.AnyTagClassName
{
color: #97122D;
}
</style>
background-color css
<style>
a { background-color: #97122D; }
a { background-color: rgb(151,18,45); }
div.DivClassName
{
background-color: #97122D;
}
.BgClassName
{
background-color: #97122D;
}
</style>
border-color css
<style>
span { border-color: #97122D; }
span { border-color: rgb(151,18,45); }
td.TdClassName
{
border-color: #97122D;
}
.TagClassName
{
border-color: #97122D;
}
</style>