Shades of Flame Red #89181E
Tints of Flame Red #89181E
RGB
CMYK
RGB Variations
Color information
#89181E (or 0x89181E) is known color: Flame Red. HEX triplet: 89, 18 and 1E. RGB value is (137,24,30). Sum of RGB (Red+Green+Blue) = 137+24+30=191 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.73% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 137 - color contains mainly: red. Hex color #89181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89181E is #76E7E1. Grayscale: #3A3A3A. Windows color (decimal): -7792610 or 1972361. OLE color: 1972361.
HSL color Cylindrical-coordinate representation of color #89181E: hue angle of 356.81º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89181E is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 30 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.46 |
| HSL | 356.81º | 0.7% | 0.32% | - |
| HSV(B) | 356.81º | 0.82% | 0.54% | - |
| XYZ | 10.88 | 6.07 | 1.83 | - |
| YUV | 58.47 | 111.94 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 30 | 0 | 0.82 | 0.78 | 0.46 | 356.81 | 0.7 | 0.32 |
| Hex | 89 | 18 | 1E | 0 | 52 | 4E | 2E | 165 | 46 | 20 |
| Octal | 211 | 30 | 36 | 0 | 122 | 116 | 56 | 545 | 106 | 40 |
| Binary | 10001001 | 11000 | 11110 | 0 | 1010010 | 1001110 | 101110 | 101100101 | 1000110 | 100000 |
Color Harmonies of #89181E
Complementary color
Monochromatic Colors of #89181E
Black with #89181E
Text Example
Text Example
White with #89181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89181E; }
p { color: rgb(137,24,30); }
H1.HeaderClassName
{
color: #89181E;
}
.AnyTagClassName
{
color: #89181E;
}
</style>
background-color css
<style>
a { background-color: #89181E; }
a { background-color: rgb(137,24,30); }
div.DivClassName
{
background-color: #89181E;
}
.BgClassName
{
background-color: #89181E;
}
</style>
border-color css
<style>
span { border-color: #89181E; }
span { border-color: rgb(137,24,30); }
td.TdClassName
{
border-color: #89181E;
}
.TagClassName
{
border-color: #89181E;
}
</style>