Shades of Flame Red #89181B
Tints of Flame Red #89181B
RGB
CMYK
RGB Variations
Color information
#89181B (or 0x89181B) is known color: Flame Red. HEX triplet: 89, 18 and 1B. RGB value is (137,24,27). Sum of RGB (Red+Green+Blue) = 137+24+27=188 (24% of max value = 765). Red value is 137 (53.91% from 255 or 72.87% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 137 - color contains mainly: red. Hex color #89181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89181B is #76E7E4. Grayscale: #3A3A3A. Windows color (decimal): -7792613 or 1775753. OLE color: 1775753.
HSL color Cylindrical-coordinate representation of color #89181B: hue angle of 358.41º 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 #89181B is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 27 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.46 |
| HSL | 358.41º | 0.7% | 0.32% | - |
| HSV(B) | 358.41º | 0.82% | 0.54% | - |
| XYZ | 10.84 | 6.05 | 1.63 | - |
| YUV | 58.13 | 110.44 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 27 | 0 | 0.82 | 0.80 | 0.46 | 358.41 | 0.7 | 0.32 |
| Hex | 89 | 18 | 1B | 0 | 52 | 50 | 2E | 166 | 46 | 20 |
| Octal | 211 | 30 | 33 | 0 | 122 | 120 | 56 | 546 | 106 | 40 |
| Binary | 10001001 | 11000 | 11011 | 0 | 1010010 | 1010000 | 101110 | 101100110 | 1000110 | 100000 |
Color Harmonies of #89181B
Complementary color
Monochromatic Colors of #89181B
Black with #89181B
Text Example
Text Example
White with #89181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89181B; }
p { color: rgb(137,24,27); }
H1.HeaderClassName
{
color: #89181B;
}
.AnyTagClassName
{
color: #89181B;
}
</style>
background-color css
<style>
a { background-color: #89181B; }
a { background-color: rgb(137,24,27); }
div.DivClassName
{
background-color: #89181B;
}
.BgClassName
{
background-color: #89181B;
}
</style>
border-color css
<style>
span { border-color: #89181B; }
span { border-color: rgb(137,24,27); }
td.TdClassName
{
border-color: #89181B;
}
.TagClassName
{
border-color: #89181B;
}
</style>