Shades of Flame Red #89262F
Tints of Flame Red #89262F
RGB
CMYK
RGB Variations
Color information
#89262F (or 0x89262F) is known color: Flame Red. HEX triplet: 89, 26 and 2F. RGB value is (137,38,47). Sum of RGB (Red+Green+Blue) = 137+38+47=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #89262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89262F is #76D9D0. Grayscale: #444444. Windows color (decimal): -7789009 or 3090057. OLE color: 3090057.
HSL color Cylindrical-coordinate representation of color #89262F: hue angle of 354.55º 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 #89262F is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 38 | 47 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.46 |
| HSL | 354.55º | 0.57% | 0.34% | - |
| HSV(B) | 354.55º | 0.72% | 0.54% | - |
| XYZ | 11.52 | 6.91 | 3.42 | - |
| YUV | 68.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 38 | 47 | 0 | 0.72 | 0.66 | 0.46 | 354.55 | 0.57 | 0.34 |
| Hex | 89 | 26 | 2F | 0 | 48 | 42 | 2E | 163 | 39 | 22 |
| Octal | 211 | 46 | 57 | 0 | 110 | 102 | 56 | 543 | 71 | 42 |
| Binary | 10001001 | 100110 | 101111 | 0 | 1001000 | 1000010 | 101110 | 101100011 | 111001 | 100010 |
Color Harmonies of #89262F
Complementary color
Monochromatic Colors of #89262F
Black with #89262F
Text Example
Text Example
White with #89262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89262F; }
p { color: rgb(137,38,47); }
H1.HeaderClassName
{
color: #89262F;
}
.AnyTagClassName
{
color: #89262F;
}
</style>
background-color css
<style>
a { background-color: #89262F; }
a { background-color: rgb(137,38,47); }
div.DivClassName
{
background-color: #89262F;
}
.BgClassName
{
background-color: #89262F;
}
</style>
border-color css
<style>
span { border-color: #89262F; }
span { border-color: rgb(137,38,47); }
td.TdClassName
{
border-color: #89262F;
}
.TagClassName
{
border-color: #89262F;
}
</style>