Shades of Flame Red #89171C
Tints of Flame Red #89171C
RGB
CMYK
RGB Variations
Color information
#89171C (or 0x89171C) is known color: Flame Red. HEX triplet: 89, 17 and 1C. RGB value is (137,23,28). Sum of RGB (Red+Green+Blue) = 137+23+28=188 (24% of max value = 765). Red value is 137 (53.91% from 255 or 72.87% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 137 - color contains mainly: red. Hex color #89171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89171C is #76E8E3. Grayscale: #393939. Windows color (decimal): -7792868 or 1841033. OLE color: 1841033.
HSL color Cylindrical-coordinate representation of color #89171C: hue angle of 357.37º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #89171C is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 23 | 28 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.46 |
| HSL | 357.37º | 0.71% | 0.31% | - |
| HSV(B) | 357.37º | 0.83% | 0.54% | - |
| XYZ | 10.83 | 6.01 | 1.69 | - |
| YUV | 57.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 28 | 0 | 0.83 | 0.80 | 0.46 | 357.37 | 0.71 | 0.31 |
| Hex | 89 | 17 | 1C | 0 | 53 | 50 | 2E | 165 | 47 | 1F |
| Octal | 211 | 27 | 34 | 0 | 123 | 120 | 56 | 545 | 107 | 37 |
| Binary | 10001001 | 10111 | 11100 | 0 | 1010011 | 1010000 | 101110 | 101100101 | 1000111 | 11111 |
Color Harmonies of #89171C
Complementary color
Monochromatic Colors of #89171C
Black with #89171C
Text Example
Text Example
White with #89171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89171C; }
p { color: rgb(137,23,28); }
H1.HeaderClassName
{
color: #89171C;
}
.AnyTagClassName
{
color: #89171C;
}
</style>
background-color css
<style>
a { background-color: #89171C; }
a { background-color: rgb(137,23,28); }
div.DivClassName
{
background-color: #89171C;
}
.BgClassName
{
background-color: #89171C;
}
</style>
border-color css
<style>
span { border-color: #89171C; }
span { border-color: rgb(137,23,28); }
td.TdClassName
{
border-color: #89171C;
}
.TagClassName
{
border-color: #89171C;
}
</style>