Shades of Flame Red #89161C
Tints of Flame Red #89161C
RGB
CMYK
RGB Variations
Color information
#89161C (or 0x89161C) is known color: Flame Red. HEX triplet: 89, 16 and 1C. RGB value is (137,22,28). Sum of RGB (Red+Green+Blue) = 137+22+28=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #89161C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89161C is #76E9E3. Grayscale: #393939. Windows color (decimal): -7793124 or 1840777. OLE color: 1840777.
HSL color Cylindrical-coordinate representation of color #89161C: hue angle of 356.87º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #89161C is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 22 | 28 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.46 |
| HSL | 356.87º | 0.72% | 0.31% | - |
| HSV(B) | 356.87º | 0.84% | 0.54% | - |
| XYZ | 10.81 | 5.98 | 1.68 | - |
| YUV | 57.07 | 111.6 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 28 | 0 | 0.84 | 0.80 | 0.46 | 356.87 | 0.72 | 0.31 |
| Hex | 89 | 16 | 1C | 0 | 54 | 50 | 2E | 165 | 48 | 1F |
| Octal | 211 | 26 | 34 | 0 | 124 | 120 | 56 | 545 | 110 | 37 |
| Binary | 10001001 | 10110 | 11100 | 0 | 1010100 | 1010000 | 101110 | 101100101 | 1001000 | 11111 |
Color Harmonies of #89161C
Complementary color
Monochromatic Colors of #89161C
Black with #89161C
Text Example
Text Example
White with #89161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89161C; }
p { color: rgb(137,22,28); }
H1.HeaderClassName
{
color: #89161C;
}
.AnyTagClassName
{
color: #89161C;
}
</style>
background-color css
<style>
a { background-color: #89161C; }
a { background-color: rgb(137,22,28); }
div.DivClassName
{
background-color: #89161C;
}
.BgClassName
{
background-color: #89161C;
}
</style>
border-color css
<style>
span { border-color: #89161C; }
span { border-color: rgb(137,22,28); }
td.TdClassName
{
border-color: #89161C;
}
.TagClassName
{
border-color: #89161C;
}
</style>