Shades of Flame Red #89262C
Tints of Flame Red #89262C
RGB
CMYK
RGB Variations
Color information
#89262C (or 0x89262C) is known color: Flame Red. HEX triplet: 89, 26 and 2C. RGB value is (137,38,44). Sum of RGB (Red+Green+Blue) = 137+38+44=219 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.56% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 137 - color contains mainly: red. Hex color #89262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89262C is #76D9D3. Grayscale: #444444. Windows color (decimal): -7789012 or 2893449. OLE color: 2893449.
HSL color Cylindrical-coordinate representation of color #89262C: hue angle of 356.36º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89262C is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 38 | 44 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.46 |
| HSL | 356.36º | 0.57% | 0.34% | - |
| HSV(B) | 356.36º | 0.72% | 0.54% | - |
| XYZ | 11.46 | 6.89 | 3.11 | - |
| YUV | 68.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 38 | 44 | 0 | 0.72 | 0.68 | 0.46 | 356.36 | 0.57 | 0.34 |
| Hex | 89 | 26 | 2C | 0 | 48 | 44 | 2E | 164 | 39 | 22 |
| Octal | 211 | 46 | 54 | 0 | 110 | 104 | 56 | 544 | 71 | 42 |
| Binary | 10001001 | 100110 | 101100 | 0 | 1001000 | 1000100 | 101110 | 101100100 | 111001 | 100010 |
Color Harmonies of #89262C
Complementary color
Monochromatic Colors of #89262C
Black with #89262C
Text Example
Text Example
White with #89262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89262C; }
p { color: rgb(137,38,44); }
H1.HeaderClassName
{
color: #89262C;
}
.AnyTagClassName
{
color: #89262C;
}
</style>
background-color css
<style>
a { background-color: #89262C; }
a { background-color: rgb(137,38,44); }
div.DivClassName
{
background-color: #89262C;
}
.BgClassName
{
background-color: #89262C;
}
</style>
border-color css
<style>
span { border-color: #89262C; }
span { border-color: rgb(137,38,44); }
td.TdClassName
{
border-color: #89262C;
}
.TagClassName
{
border-color: #89262C;
}
</style>