Shades of Flame Red #89252A
Tints of Flame Red #89252A
RGB
CMYK
RGB Variations
Color information
#89252A (or 0x89252A) is known color: Flame Red. HEX triplet: 89, 25 and 2A. RGB value is (137,37,42). Sum of RGB (Red+Green+Blue) = 137+37+42=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89252A is #76DAD5. Grayscale: #434343. Windows color (decimal): -7789270 or 2762121. OLE color: 2762121.
HSL color Cylindrical-coordinate representation of color #89252A: hue angle of 357º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89252A is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 37 | 42 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.46 |
| HSL | 357º | 0.57% | 0.34% | - |
| HSV(B) | 357º | 0.73% | 0.54% | - |
| XYZ | 11.4 | 6.81 | 2.9 | - |
| YUV | 67.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 42 | 0 | 0.73 | 0.69 | 0.46 | 357 | 0.57 | 0.34 |
| Hex | 89 | 25 | 2A | 0 | 49 | 45 | 2E | 165 | 39 | 22 |
| Octal | 211 | 45 | 52 | 0 | 111 | 105 | 56 | 545 | 71 | 42 |
| Binary | 10001001 | 100101 | 101010 | 0 | 1001001 | 1000101 | 101110 | 101100101 | 111001 | 100010 |
Color Harmonies of #89252A
Complementary color
Monochromatic Colors of #89252A
Black with #89252A
Text Example
Text Example
White with #89252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89252A; }
p { color: rgb(137,37,42); }
H1.HeaderClassName
{
color: #89252A;
}
.AnyTagClassName
{
color: #89252A;
}
</style>
background-color css
<style>
a { background-color: #89252A; }
a { background-color: rgb(137,37,42); }
div.DivClassName
{
background-color: #89252A;
}
.BgClassName
{
background-color: #89252A;
}
</style>
border-color css
<style>
span { border-color: #89252A; }
span { border-color: rgb(137,37,42); }
td.TdClassName
{
border-color: #89252A;
}
.TagClassName
{
border-color: #89252A;
}
</style>