Shades of Flame Red #89242F
Tints of Flame Red #89242F
RGB
CMYK
RGB Variations
Color information
#89242F (or 0x89242F) is known color: Flame Red. HEX triplet: 89, 24 and 2F. RGB value is (137,36,47). Sum of RGB (Red+Green+Blue) = 137+36+47=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #89242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89242F is #76DBD0. Grayscale: #434343. Windows color (decimal): -7789521 or 3089545. OLE color: 3089545.
HSL color Cylindrical-coordinate representation of color #89242F: hue angle of 353.47º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89242F is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 36 | 47 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.46 |
| HSL | 353.47º | 0.58% | 0.34% | - |
| HSV(B) | 353.47º | 0.74% | 0.54% | - |
| XYZ | 11.46 | 6.79 | 3.39 | - |
| YUV | 67.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 36 | 47 | 0 | 0.74 | 0.66 | 0.46 | 353.47 | 0.58 | 0.34 |
| Hex | 89 | 24 | 2F | 0 | 4A | 42 | 2E | 161 | 3A | 22 |
| Octal | 211 | 44 | 57 | 0 | 112 | 102 | 56 | 541 | 72 | 42 |
| Binary | 10001001 | 100100 | 101111 | 0 | 1001010 | 1000010 | 101110 | 101100001 | 111010 | 100010 |
Color Harmonies of #89242F
Complementary color
Monochromatic Colors of #89242F
Black with #89242F
Text Example
Text Example
White with #89242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89242F; }
p { color: rgb(137,36,47); }
H1.HeaderClassName
{
color: #89242F;
}
.AnyTagClassName
{
color: #89242F;
}
</style>
background-color css
<style>
a { background-color: #89242F; }
a { background-color: rgb(137,36,47); }
div.DivClassName
{
background-color: #89242F;
}
.BgClassName
{
background-color: #89242F;
}
</style>
border-color css
<style>
span { border-color: #89242F; }
span { border-color: rgb(137,36,47); }
td.TdClassName
{
border-color: #89242F;
}
.TagClassName
{
border-color: #89242F;
}
</style>