Shades of Flame Red #89252C
Tints of Flame Red #89252C
RGB
CMYK
RGB Variations
Color information
#89252C (or 0x89252C) is known color: Flame Red. HEX triplet: 89, 25 and 2C. RGB value is (137,37,44). Sum of RGB (Red+Green+Blue) = 137+37+44=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #89252C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89252C is #76DAD3. Grayscale: #434343. Windows color (decimal): -7789268 or 2893193. OLE color: 2893193.
HSL color Cylindrical-coordinate representation of color #89252C: hue angle of 355.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89252C is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 37 | 44 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.46 |
| HSL | 355.8º | 0.57% | 0.34% | - |
| HSV(B) | 355.8º | 0.73% | 0.54% | - |
| XYZ | 11.43 | 6.82 | 3.1 | - |
| YUV | 67.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 44 | 0 | 0.73 | 0.68 | 0.46 | 355.8 | 0.57 | 0.34 |
| Hex | 89 | 25 | 2C | 0 | 49 | 44 | 2E | 164 | 39 | 22 |
| Octal | 211 | 45 | 54 | 0 | 111 | 104 | 56 | 544 | 71 | 42 |
| Binary | 10001001 | 100101 | 101100 | 0 | 1001001 | 1000100 | 101110 | 101100100 | 111001 | 100010 |
Color Harmonies of #89252C
Complementary color
Monochromatic Colors of #89252C
Black with #89252C
Text Example
Text Example
White with #89252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89252C; }
p { color: rgb(137,37,44); }
H1.HeaderClassName
{
color: #89252C;
}
.AnyTagClassName
{
color: #89252C;
}
</style>
background-color css
<style>
a { background-color: #89252C; }
a { background-color: rgb(137,37,44); }
div.DivClassName
{
background-color: #89252C;
}
.BgClassName
{
background-color: #89252C;
}
</style>
border-color css
<style>
span { border-color: #89252C; }
span { border-color: rgb(137,37,44); }
td.TdClassName
{
border-color: #89252C;
}
.TagClassName
{
border-color: #89252C;
}
</style>