Shades of Flame Red #89171D
Tints of Flame Red #89171D
RGB
CMYK
RGB Variations
Color information
#89171D (or 0x89171D) is known color: Flame Red. HEX triplet: 89, 17 and 1D. RGB value is (137,23,29). Sum of RGB (Red+Green+Blue) = 137+23+29=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #89171D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89171D is #76E8E2. Grayscale: #393939. Windows color (decimal): -7792867 or 1906569. OLE color: 1906569.
HSL color Cylindrical-coordinate representation of color #89171D: hue angle of 356.84º 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 #89171D is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 23 | 29 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.46 |
| HSL | 356.84º | 0.71% | 0.31% | - |
| HSV(B) | 356.84º | 0.83% | 0.54% | - |
| XYZ | 10.84 | 6.02 | 1.75 | - |
| YUV | 57.77 | 111.77 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 29 | 0 | 0.83 | 0.79 | 0.46 | 356.84 | 0.71 | 0.31 |
| Hex | 89 | 17 | 1D | 0 | 53 | 4F | 2E | 165 | 47 | 1F |
| Octal | 211 | 27 | 35 | 0 | 123 | 117 | 56 | 545 | 107 | 37 |
| Binary | 10001001 | 10111 | 11101 | 0 | 1010011 | 1001111 | 101110 | 101100101 | 1000111 | 11111 |
Color Harmonies of #89171D
Complementary color
Monochromatic Colors of #89171D
Black with #89171D
Text Example
Text Example
White with #89171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89171D; }
p { color: rgb(137,23,29); }
H1.HeaderClassName
{
color: #89171D;
}
.AnyTagClassName
{
color: #89171D;
}
</style>
background-color css
<style>
a { background-color: #89171D; }
a { background-color: rgb(137,23,29); }
div.DivClassName
{
background-color: #89171D;
}
.BgClassName
{
background-color: #89171D;
}
</style>
border-color css
<style>
span { border-color: #89171D; }
span { border-color: rgb(137,23,29); }
td.TdClassName
{
border-color: #89171D;
}
.TagClassName
{
border-color: #89171D;
}
</style>