Shades of Flame Red #89282D
Tints of Flame Red #89282D
RGB
CMYK
RGB Variations
Color information
#89282D (or 0x89282D) is known color: Flame Red. HEX triplet: 89, 28 and 2D. RGB value is (137,40,45). Sum of RGB (Red+Green+Blue) = 137+40+45=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #89282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89282D is #76D7D2. Grayscale: #454545. Windows color (decimal): -7788499 or 2959497. OLE color: 2959497.
HSL color Cylindrical-coordinate representation of color #89282D: hue angle of 356.91º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89282D is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 40 | 45 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.46 |
| HSL | 356.91º | 0.55% | 0.35% | - |
| HSV(B) | 356.91º | 0.71% | 0.54% | - |
| XYZ | 11.55 | 7.03 | 3.23 | - |
| YUV | 69.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 45 | 0 | 0.71 | 0.67 | 0.46 | 356.91 | 0.55 | 0.35 |
| Hex | 89 | 28 | 2D | 0 | 47 | 43 | 2E | 165 | 37 | 23 |
| Octal | 211 | 50 | 55 | 0 | 107 | 103 | 56 | 545 | 67 | 43 |
| Binary | 10001001 | 101000 | 101101 | 0 | 1000111 | 1000011 | 101110 | 101100101 | 110111 | 100011 |
Color Harmonies of #89282D
Complementary color
Monochromatic Colors of #89282D
Black with #89282D
Text Example
Text Example
White with #89282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89282D; }
p { color: rgb(137,40,45); }
H1.HeaderClassName
{
color: #89282D;
}
.AnyTagClassName
{
color: #89282D;
}
</style>
background-color css
<style>
a { background-color: #89282D; }
a { background-color: rgb(137,40,45); }
div.DivClassName
{
background-color: #89282D;
}
.BgClassName
{
background-color: #89282D;
}
</style>
border-color css
<style>
span { border-color: #89282D; }
span { border-color: rgb(137,40,45); }
td.TdClassName
{
border-color: #89282D;
}
.TagClassName
{
border-color: #89282D;
}
</style>