Shades of Flame Red #89212D
Tints of Flame Red #89212D
RGB
CMYK
RGB Variations
Color information
#89212D (or 0x89212D) is known color: Flame Red. HEX triplet: 89, 21 and 2D. RGB value is (137,33,45). Sum of RGB (Red+Green+Blue) = 137+33+45=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #89212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89212D is #76DED2. Grayscale: #414141. Windows color (decimal): -7790291 or 2957705. OLE color: 2957705.
HSL color Cylindrical-coordinate representation of color #89212D: hue angle of 353.08º 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 #89212D is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 45 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.46 |
| HSL | 353.08º | 0.61% | 0.33% | - |
| HSV(B) | 353.08º | 0.76% | 0.54% | - |
| XYZ | 11.33 | 6.6 | 3.16 | - |
| YUV | 65.46 | 116.46 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 45 | 0 | 0.76 | 0.67 | 0.46 | 353.08 | 0.61 | 0.33 |
| Hex | 89 | 21 | 2D | 0 | 4C | 43 | 2E | 161 | 3D | 21 |
| Octal | 211 | 41 | 55 | 0 | 114 | 103 | 56 | 541 | 75 | 41 |
| Binary | 10001001 | 100001 | 101101 | 0 | 1001100 | 1000011 | 101110 | 101100001 | 111101 | 100001 |
Color Harmonies of #89212D
Complementary color
Monochromatic Colors of #89212D
Black with #89212D
Text Example
Text Example
White with #89212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89212D; }
p { color: rgb(137,33,45); }
H1.HeaderClassName
{
color: #89212D;
}
.AnyTagClassName
{
color: #89212D;
}
</style>
background-color css
<style>
a { background-color: #89212D; }
a { background-color: rgb(137,33,45); }
div.DivClassName
{
background-color: #89212D;
}
.BgClassName
{
background-color: #89212D;
}
</style>
border-color css
<style>
span { border-color: #89212D; }
span { border-color: rgb(137,33,45); }
td.TdClassName
{
border-color: #89212D;
}
.TagClassName
{
border-color: #89212D;
}
</style>