Shades of Flame Red #89242D
Tints of Flame Red #89242D
RGB
CMYK
RGB Variations
Color information
#89242D (or 0x89242D) is known color: Flame Red. HEX triplet: 89, 24 and 2D. RGB value is (137,36,45). Sum of RGB (Red+Green+Blue) = 137+36+45=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #89242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89242D is #76DBD2. Grayscale: #434343. Windows color (decimal): -7789523 or 2958473. OLE color: 2958473.
HSL color Cylindrical-coordinate representation of color #89242D: hue angle of 354.65º 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 #89242D is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 36 | 45 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.46 |
| HSL | 354.65º | 0.58% | 0.34% | - |
| HSV(B) | 354.65º | 0.74% | 0.54% | - |
| XYZ | 11.42 | 6.77 | 3.19 | - |
| YUV | 67.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 36 | 45 | 0 | 0.74 | 0.67 | 0.46 | 354.65 | 0.58 | 0.34 |
| Hex | 89 | 24 | 2D | 0 | 4A | 43 | 2E | 163 | 3A | 22 |
| Octal | 211 | 44 | 55 | 0 | 112 | 103 | 56 | 543 | 72 | 42 |
| Binary | 10001001 | 100100 | 101101 | 0 | 1001010 | 1000011 | 101110 | 101100011 | 111010 | 100010 |
Color Harmonies of #89242D
Complementary color
Monochromatic Colors of #89242D
Black with #89242D
Text Example
Text Example
White with #89242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89242D; }
p { color: rgb(137,36,45); }
H1.HeaderClassName
{
color: #89242D;
}
.AnyTagClassName
{
color: #89242D;
}
</style>
background-color css
<style>
a { background-color: #89242D; }
a { background-color: rgb(137,36,45); }
div.DivClassName
{
background-color: #89242D;
}
.BgClassName
{
background-color: #89242D;
}
</style>
border-color css
<style>
span { border-color: #89242D; }
span { border-color: rgb(137,36,45); }
td.TdClassName
{
border-color: #89242D;
}
.TagClassName
{
border-color: #89242D;
}
</style>