Shades of Flame Red #89181F
Tints of Flame Red #89181F
RGB
CMYK
RGB Variations
Color information
#89181F (or 0x89181F) is known color: Flame Red. HEX triplet: 89, 18 and 1F. RGB value is (137,24,31). Sum of RGB (Red+Green+Blue) = 137+24+31=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #89181F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89181F is #76E7E0. Grayscale: #3A3A3A. Windows color (decimal): -7792609 or 2037897. OLE color: 2037897.
HSL color Cylindrical-coordinate representation of color #89181F: hue angle of 356.28º 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 #89181F is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 31 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.46 |
| HSL | 356.28º | 0.7% | 0.32% | - |
| HSV(B) | 356.28º | 0.82% | 0.54% | - |
| XYZ | 10.89 | 6.07 | 1.89 | - |
| YUV | 58.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 31 | 0 | 0.82 | 0.77 | 0.46 | 356.28 | 0.7 | 0.32 |
| Hex | 89 | 18 | 1F | 0 | 52 | 4D | 2E | 164 | 46 | 20 |
| Octal | 211 | 30 | 37 | 0 | 122 | 115 | 56 | 544 | 106 | 40 |
| Binary | 10001001 | 11000 | 11111 | 0 | 1010010 | 1001101 | 101110 | 101100100 | 1000110 | 100000 |
Color Harmonies of #89181F
Complementary color
Monochromatic Colors of #89181F
Black with #89181F
Text Example
Text Example
White with #89181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89181F; }
p { color: rgb(137,24,31); }
H1.HeaderClassName
{
color: #89181F;
}
.AnyTagClassName
{
color: #89181F;
}
</style>
background-color css
<style>
a { background-color: #89181F; }
a { background-color: rgb(137,24,31); }
div.DivClassName
{
background-color: #89181F;
}
.BgClassName
{
background-color: #89181F;
}
</style>
border-color css
<style>
span { border-color: #89181F; }
span { border-color: rgb(137,24,31); }
td.TdClassName
{
border-color: #89181F;
}
.TagClassName
{
border-color: #89181F;
}
</style>