Shades of Flame Red #892122
Tints of Flame Red #892122
RGB
CMYK
RGB Variations
Color information
#892122 (or 0x892122) is known color: Flame Red. HEX triplet: 89, 21 and 22. RGB value is (137,33,34). Sum of RGB (Red+Green+Blue) = 137+33+34=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #892122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892122 is #76DEDD. Grayscale: #404040. Windows color (decimal): -7790302 or 2236809. OLE color: 2236809.
HSL color Cylindrical-coordinate representation of color #892122: hue angle of 359.42º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892122 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 34 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.46 |
| HSL | 359.42º | 0.61% | 0.33% | - |
| HSV(B) | 359.42º | 0.76% | 0.54% | - |
| XYZ | 11.15 | 6.52 | 2.18 | - |
| YUV | 64.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 34 | 0 | 0.76 | 0.75 | 0.46 | 359.42 | 0.61 | 0.33 |
| Hex | 89 | 21 | 22 | 0 | 4C | 4B | 2E | 167 | 3D | 21 |
| Octal | 211 | 41 | 42 | 0 | 114 | 113 | 56 | 547 | 75 | 41 |
| Binary | 10001001 | 100001 | 100010 | 0 | 1001100 | 1001011 | 101110 | 101100111 | 111101 | 100001 |
Color Harmonies of #892122
Complementary color
Monochromatic Colors of #892122
Black with #892122
Text Example
Text Example
White with #892122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892122; }
p { color: rgb(137,33,34); }
H1.HeaderClassName
{
color: #892122;
}
.AnyTagClassName
{
color: #892122;
}
</style>
background-color css
<style>
a { background-color: #892122; }
a { background-color: rgb(137,33,34); }
div.DivClassName
{
background-color: #892122;
}
.BgClassName
{
background-color: #892122;
}
</style>
border-color css
<style>
span { border-color: #892122; }
span { border-color: rgb(137,33,34); }
td.TdClassName
{
border-color: #892122;
}
.TagClassName
{
border-color: #892122;
}
</style>