Shades of Flame Red #89292D
Tints of Flame Red #89292D
RGB
CMYK
RGB Variations
Color information
#89292D (or 0x89292D) is known color: Flame Red. HEX triplet: 89, 29 and 2D. RGB value is (137,41,45). Sum of RGB (Red+Green+Blue) = 137+41+45=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #89292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89292D is #76D6D2. Grayscale: #464646. Windows color (decimal): -7788243 or 2959753. OLE color: 2959753.
HSL color Cylindrical-coordinate representation of color #89292D: hue angle of 357.5º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89292D is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 41 | 45 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.46 |
| HSL | 357.5º | 0.54% | 0.35% | - |
| HSV(B) | 357.5º | 0.7% | 0.54% | - |
| XYZ | 11.58 | 7.09 | 3.24 | - |
| YUV | 70.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 45 | 0 | 0.70 | 0.67 | 0.46 | 357.5 | 0.54 | 0.35 |
| Hex | 89 | 29 | 2D | 0 | 46 | 43 | 2E | 166 | 36 | 23 |
| Octal | 211 | 51 | 55 | 0 | 106 | 103 | 56 | 546 | 66 | 43 |
| Binary | 10001001 | 101001 | 101101 | 0 | 1000110 | 1000011 | 101110 | 101100110 | 110110 | 100011 |
Color Harmonies of #89292D
Complementary color
Monochromatic Colors of #89292D
Black with #89292D
Text Example
Text Example
White with #89292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89292D; }
p { color: rgb(137,41,45); }
H1.HeaderClassName
{
color: #89292D;
}
.AnyTagClassName
{
color: #89292D;
}
</style>
background-color css
<style>
a { background-color: #89292D; }
a { background-color: rgb(137,41,45); }
div.DivClassName
{
background-color: #89292D;
}
.BgClassName
{
background-color: #89292D;
}
</style>
border-color css
<style>
span { border-color: #89292D; }
span { border-color: rgb(137,41,45); }
td.TdClassName
{
border-color: #89292D;
}
.TagClassName
{
border-color: #89292D;
}
</style>