Shades of Flame Red #89202C
Tints of Flame Red #89202C
RGB
CMYK
RGB Variations
Color information
#89202C (or 0x89202C) is known color: Flame Red. HEX triplet: 89, 20 and 2C. RGB value is (137,32,44). Sum of RGB (Red+Green+Blue) = 137+32+44=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #89202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89202C is #76DFD3. Grayscale: #404040. Windows color (decimal): -7790548 or 2891913. OLE color: 2891913.
HSL color Cylindrical-coordinate representation of color #89202C: hue angle of 353.14º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89202C is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 32 | 44 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.46 |
| HSL | 353.14º | 0.62% | 0.33% | - |
| HSV(B) | 353.14º | 0.77% | 0.54% | - |
| XYZ | 11.29 | 6.53 | 3.05 | - |
| YUV | 64.76 | 116.29 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 44 | 0 | 0.77 | 0.68 | 0.46 | 353.14 | 0.62 | 0.33 |
| Hex | 89 | 20 | 2C | 0 | 4D | 44 | 2E | 161 | 3E | 21 |
| Octal | 211 | 40 | 54 | 0 | 115 | 104 | 56 | 541 | 76 | 41 |
| Binary | 10001001 | 100000 | 101100 | 0 | 1001101 | 1000100 | 101110 | 101100001 | 111110 | 100001 |
Color Harmonies of #89202C
Complementary color
Monochromatic Colors of #89202C
Black with #89202C
Text Example
Text Example
White with #89202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89202C; }
p { color: rgb(137,32,44); }
H1.HeaderClassName
{
color: #89202C;
}
.AnyTagClassName
{
color: #89202C;
}
</style>
background-color css
<style>
a { background-color: #89202C; }
a { background-color: rgb(137,32,44); }
div.DivClassName
{
background-color: #89202C;
}
.BgClassName
{
background-color: #89202C;
}
</style>
border-color css
<style>
span { border-color: #89202C; }
span { border-color: rgb(137,32,44); }
td.TdClassName
{
border-color: #89202C;
}
.TagClassName
{
border-color: #89202C;
}
</style>