Shades of Flame Red #89192A
Tints of Flame Red #89192A
RGB
CMYK
RGB Variations
Color information
#89192A (or 0x89192A) is known color: Flame Red. HEX triplet: 89, 19 and 2A. RGB value is (137,25,42). Sum of RGB (Red+Green+Blue) = 137+25+42=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #89192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89192A is #76E6D5. Grayscale: #3C3C3C. Windows color (decimal): -7792342 or 2759049. OLE color: 2759049.
HSL color Cylindrical-coordinate representation of color #89192A: hue angle of 350.89º degrees, saturation: 0.69, 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 #89192A is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 42 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.46 |
| HSL | 350.89º | 0.69% | 0.32% | - |
| HSV(B) | 350.89º | 0.82% | 0.54% | - |
| XYZ | 11.08 | 6.18 | 2.8 | - |
| YUV | 60.43 | 117.61 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 42 | 0 | 0.82 | 0.69 | 0.46 | 350.89 | 0.69 | 0.32 |
| Hex | 89 | 19 | 2A | 0 | 52 | 45 | 2E | 15F | 45 | 20 |
| Octal | 211 | 31 | 52 | 0 | 122 | 105 | 56 | 537 | 105 | 40 |
| Binary | 10001001 | 11001 | 101010 | 0 | 1010010 | 1000101 | 101110 | 101011111 | 1000101 | 100000 |
Color Harmonies of #89192A
Complementary color
Monochromatic Colors of #89192A
Black with #89192A
Text Example
Text Example
White with #89192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89192A; }
p { color: rgb(137,25,42); }
H1.HeaderClassName
{
color: #89192A;
}
.AnyTagClassName
{
color: #89192A;
}
</style>
background-color css
<style>
a { background-color: #89192A; }
a { background-color: rgb(137,25,42); }
div.DivClassName
{
background-color: #89192A;
}
.BgClassName
{
background-color: #89192A;
}
</style>
border-color css
<style>
span { border-color: #89192A; }
span { border-color: rgb(137,25,42); }
td.TdClassName
{
border-color: #89192A;
}
.TagClassName
{
border-color: #89192A;
}
</style>