Shades of Flame Red #89212A
Tints of Flame Red #89212A
RGB
CMYK
RGB Variations
Color information
#89212A (or 0x89212A) is known color: Flame Red. HEX triplet: 89, 21 and 2A. RGB value is (137,33,42). Sum of RGB (Red+Green+Blue) = 137+33+42=212 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.62% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 137 - color contains mainly: red. Hex color #89212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89212A is #76DED5. Grayscale: #414141. Windows color (decimal): -7790294 or 2761097. OLE color: 2761097.
HSL color Cylindrical-coordinate representation of color #89212A: hue angle of 354.81º 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 #89212A is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 42 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.46 |
| HSL | 354.81º | 0.61% | 0.33% | - |
| HSV(B) | 354.81º | 0.76% | 0.54% | - |
| XYZ | 11.28 | 6.57 | 2.86 | - |
| YUV | 65.12 | 114.96 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 42 | 0 | 0.76 | 0.69 | 0.46 | 354.81 | 0.61 | 0.33 |
| Hex | 89 | 21 | 2A | 0 | 4C | 45 | 2E | 163 | 3D | 21 |
| Octal | 211 | 41 | 52 | 0 | 114 | 105 | 56 | 543 | 75 | 41 |
| Binary | 10001001 | 100001 | 101010 | 0 | 1001100 | 1000101 | 101110 | 101100011 | 111101 | 100001 |
Color Harmonies of #89212A
Complementary color
Monochromatic Colors of #89212A
Black with #89212A
Text Example
Text Example
White with #89212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89212A; }
p { color: rgb(137,33,42); }
H1.HeaderClassName
{
color: #89212A;
}
.AnyTagClassName
{
color: #89212A;
}
</style>
background-color css
<style>
a { background-color: #89212A; }
a { background-color: rgb(137,33,42); }
div.DivClassName
{
background-color: #89212A;
}
.BgClassName
{
background-color: #89212A;
}
</style>
border-color css
<style>
span { border-color: #89212A; }
span { border-color: rgb(137,33,42); }
td.TdClassName
{
border-color: #89212A;
}
.TagClassName
{
border-color: #89212A;
}
</style>