Shades of Flame Red #89232B
Tints of Flame Red #89232B
RGB
CMYK
RGB Variations
Color information
#89232B (or 0x89232B) is known color: Flame Red. HEX triplet: 89, 23 and 2B. RGB value is (137,35,43). Sum of RGB (Red+Green+Blue) = 137+35+43=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #89232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89232B is #76DCD4. Grayscale: #424242. Windows color (decimal): -7789781 or 2827145. OLE color: 2827145.
HSL color Cylindrical-coordinate representation of color #89232B: hue angle of 355.29º degrees, saturation: 0.59, 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 #89232B is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 35 | 43 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.46 |
| HSL | 355.29º | 0.59% | 0.34% | - |
| HSV(B) | 355.29º | 0.74% | 0.54% | - |
| XYZ | 11.35 | 6.69 | 2.98 | - |
| YUV | 66.41 | 114.79 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 35 | 43 | 0 | 0.74 | 0.69 | 0.46 | 355.29 | 0.59 | 0.34 |
| Hex | 89 | 23 | 2B | 0 | 4A | 45 | 2E | 163 | 3B | 22 |
| Octal | 211 | 43 | 53 | 0 | 112 | 105 | 56 | 543 | 73 | 42 |
| Binary | 10001001 | 100011 | 101011 | 0 | 1001010 | 1000101 | 101110 | 101100011 | 111011 | 100010 |
Color Harmonies of #89232B
Complementary color
Monochromatic Colors of #89232B
Black with #89232B
Text Example
Text Example
White with #89232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89232B; }
p { color: rgb(137,35,43); }
H1.HeaderClassName
{
color: #89232B;
}
.AnyTagClassName
{
color: #89232B;
}
</style>
background-color css
<style>
a { background-color: #89232B; }
a { background-color: rgb(137,35,43); }
div.DivClassName
{
background-color: #89232B;
}
.BgClassName
{
background-color: #89232B;
}
</style>
border-color css
<style>
span { border-color: #89232B; }
span { border-color: rgb(137,35,43); }
td.TdClassName
{
border-color: #89232B;
}
.TagClassName
{
border-color: #89232B;
}
</style>