Shades of Flame Red #89272E
Tints of Flame Red #89272E
RGB
CMYK
RGB Variations
Color information
#89272E (or 0x89272E) is known color: Flame Red. HEX triplet: 89, 27 and 2E. RGB value is (137,39,46). Sum of RGB (Red+Green+Blue) = 137+39+46=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #89272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89272E is #76D8D1. Grayscale: #454545. Windows color (decimal): -7788754 or 3024777. OLE color: 3024777.
HSL color Cylindrical-coordinate representation of color #89272E: hue angle of 355.71º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89272E is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 39 | 46 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.46 |
| HSL | 355.71º | 0.56% | 0.35% | - |
| HSV(B) | 355.71º | 0.72% | 0.54% | - |
| XYZ | 11.54 | 6.97 | 3.32 | - |
| YUV | 69.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 39 | 46 | 0 | 0.72 | 0.66 | 0.46 | 355.71 | 0.56 | 0.35 |
| Hex | 89 | 27 | 2E | 0 | 48 | 42 | 2E | 164 | 38 | 23 |
| Octal | 211 | 47 | 56 | 0 | 110 | 102 | 56 | 544 | 70 | 43 |
| Binary | 10001001 | 100111 | 101110 | 0 | 1001000 | 1000010 | 101110 | 101100100 | 111000 | 100011 |
Color Harmonies of #89272E
Complementary color
Monochromatic Colors of #89272E
Black with #89272E
Text Example
Text Example
White with #89272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89272E; }
p { color: rgb(137,39,46); }
H1.HeaderClassName
{
color: #89272E;
}
.AnyTagClassName
{
color: #89272E;
}
</style>
background-color css
<style>
a { background-color: #89272E; }
a { background-color: rgb(137,39,46); }
div.DivClassName
{
background-color: #89272E;
}
.BgClassName
{
background-color: #89272E;
}
</style>
border-color css
<style>
span { border-color: #89272E; }
span { border-color: rgb(137,39,46); }
td.TdClassName
{
border-color: #89272E;
}
.TagClassName
{
border-color: #89272E;
}
</style>