Shades of Flame Red #89242C
Tints of Flame Red #89242C
RGB
CMYK
RGB Variations
Color information
#89242C (or 0x89242C) is known color: Flame Red. HEX triplet: 89, 24 and 2C. RGB value is (137,36,44). Sum of RGB (Red+Green+Blue) = 137+36+44=217 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.13% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 137 - color contains mainly: red. Hex color #89242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89242C is #76DBD3. Grayscale: #434343. Windows color (decimal): -7789524 or 2892937. OLE color: 2892937.
HSL color Cylindrical-coordinate representation of color #89242C: hue angle of 355.25º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89242C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 36 | 44 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.46 |
| HSL | 355.25º | 0.58% | 0.34% | - |
| HSV(B) | 355.25º | 0.74% | 0.54% | - |
| XYZ | 11.4 | 6.76 | 3.09 | - |
| YUV | 67.11 | 114.96 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 36 | 44 | 0 | 0.74 | 0.68 | 0.46 | 355.25 | 0.58 | 0.34 |
| Hex | 89 | 24 | 2C | 0 | 4A | 44 | 2E | 163 | 3A | 22 |
| Octal | 211 | 44 | 54 | 0 | 112 | 104 | 56 | 543 | 72 | 42 |
| Binary | 10001001 | 100100 | 101100 | 0 | 1001010 | 1000100 | 101110 | 101100011 | 111010 | 100010 |
Color Harmonies of #89242C
Complementary color
Monochromatic Colors of #89242C
Black with #89242C
Text Example
Text Example
White with #89242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89242C; }
p { color: rgb(137,36,44); }
H1.HeaderClassName
{
color: #89242C;
}
.AnyTagClassName
{
color: #89242C;
}
</style>
background-color css
<style>
a { background-color: #89242C; }
a { background-color: rgb(137,36,44); }
div.DivClassName
{
background-color: #89242C;
}
.BgClassName
{
background-color: #89242C;
}
</style>
border-color css
<style>
span { border-color: #89242C; }
span { border-color: rgb(137,36,44); }
td.TdClassName
{
border-color: #89242C;
}
.TagClassName
{
border-color: #89242C;
}
</style>