Shades of Flame Red #89212C
Tints of Flame Red #89212C
RGB
CMYK
RGB Variations
Color information
#89212C (or 0x89212C) is known color: Flame Red. HEX triplet: 89, 21 and 2C. RGB value is (137,33,44). Sum of RGB (Red+Green+Blue) = 137+33+44=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #89212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89212C is #76DED3. Grayscale: #414141. Windows color (decimal): -7790292 or 2892169. OLE color: 2892169.
HSL color Cylindrical-coordinate representation of color #89212C: hue angle of 353.65º 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 #89212C is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 44 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.46 |
| HSL | 353.65º | 0.61% | 0.33% | - |
| HSV(B) | 353.65º | 0.76% | 0.54% | - |
| XYZ | 11.32 | 6.59 | 3.06 | - |
| YUV | 65.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 44 | 0 | 0.76 | 0.68 | 0.46 | 353.65 | 0.61 | 0.33 |
| Hex | 89 | 21 | 2C | 0 | 4C | 44 | 2E | 162 | 3D | 21 |
| Octal | 211 | 41 | 54 | 0 | 114 | 104 | 56 | 542 | 75 | 41 |
| Binary | 10001001 | 100001 | 101100 | 0 | 1001100 | 1000100 | 101110 | 101100010 | 111101 | 100001 |
Color Harmonies of #89212C
Complementary color
Monochromatic Colors of #89212C
Black with #89212C
Text Example
Text Example
White with #89212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89212C; }
p { color: rgb(137,33,44); }
H1.HeaderClassName
{
color: #89212C;
}
.AnyTagClassName
{
color: #89212C;
}
</style>
background-color css
<style>
a { background-color: #89212C; }
a { background-color: rgb(137,33,44); }
div.DivClassName
{
background-color: #89212C;
}
.BgClassName
{
background-color: #89212C;
}
</style>
border-color css
<style>
span { border-color: #89212C; }
span { border-color: rgb(137,33,44); }
td.TdClassName
{
border-color: #89212C;
}
.TagClassName
{
border-color: #89212C;
}
</style>