Shades of Flame Red #89282C
Tints of Flame Red #89282C
RGB
CMYK
RGB Variations
Color information
#89282C (or 0x89282C) is known color: Flame Red. HEX triplet: 89, 28 and 2C. RGB value is (137,40,44). Sum of RGB (Red+Green+Blue) = 137+40+44=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #89282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89282C is #76D7D3. Grayscale: #454545. Windows color (decimal): -7788500 or 2893961. OLE color: 2893961.
HSL color Cylindrical-coordinate representation of color #89282C: hue angle of 357.53º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89282C is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 40 | 44 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.46 |
| HSL | 357.53º | 0.55% | 0.35% | - |
| HSV(B) | 357.53º | 0.71% | 0.54% | - |
| XYZ | 11.53 | 7.02 | 3.13 | - |
| YUV | 69.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 44 | 0 | 0.71 | 0.68 | 0.46 | 357.53 | 0.55 | 0.35 |
| Hex | 89 | 28 | 2C | 0 | 47 | 44 | 2E | 166 | 37 | 23 |
| Octal | 211 | 50 | 54 | 0 | 107 | 104 | 56 | 546 | 67 | 43 |
| Binary | 10001001 | 101000 | 101100 | 0 | 1000111 | 1000100 | 101110 | 101100110 | 110111 | 100011 |
Color Harmonies of #89282C
Complementary color
Monochromatic Colors of #89282C
Black with #89282C
Text Example
Text Example
White with #89282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89282C; }
p { color: rgb(137,40,44); }
H1.HeaderClassName
{
color: #89282C;
}
.AnyTagClassName
{
color: #89282C;
}
</style>
background-color css
<style>
a { background-color: #89282C; }
a { background-color: rgb(137,40,44); }
div.DivClassName
{
background-color: #89282C;
}
.BgClassName
{
background-color: #89282C;
}
</style>
border-color css
<style>
span { border-color: #89282C; }
span { border-color: rgb(137,40,44); }
td.TdClassName
{
border-color: #89282C;
}
.TagClassName
{
border-color: #89282C;
}
</style>