Shades of Flame Red #892D32
Tints of Flame Red #892D32
RGB
CMYK
RGB Variations
Color information
#892D32 (or 0x892D32) is known color: Flame Red. HEX triplet: 89, 2D and 32. RGB value is (137,45,50). Sum of RGB (Red+Green+Blue) = 137+45+50=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #892D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892D32 is #76D2CD. Grayscale: #494949. Windows color (decimal): -7787214 or 3288457. OLE color: 3288457.
HSL color Cylindrical-coordinate representation of color #892D32: hue angle of 356.74º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #892D32 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 45 | 50 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.46 |
| HSL | 356.74º | 0.51% | 0.36% | - |
| HSV(B) | 356.74º | 0.67% | 0.54% | - |
| XYZ | 11.83 | 7.43 | 3.83 | - |
| YUV | 73.08 | 114.98 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 50 | 0 | 0.67 | 0.64 | 0.46 | 356.74 | 0.51 | 0.36 |
| Hex | 89 | 2D | 32 | 0 | 43 | 40 | 2E | 165 | 33 | 24 |
| Octal | 211 | 55 | 62 | 0 | 103 | 100 | 56 | 545 | 63 | 44 |
| Binary | 10001001 | 101101 | 110010 | 0 | 1000011 | 1000000 | 101110 | 101100101 | 110011 | 100100 |
Color Harmonies of #892D32
Complementary color
Monochromatic Colors of #892D32
Black with #892D32
Text Example
Text Example
White with #892D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892D32; }
p { color: rgb(137,45,50); }
H1.HeaderClassName
{
color: #892D32;
}
.AnyTagClassName
{
color: #892D32;
}
</style>
background-color css
<style>
a { background-color: #892D32; }
a { background-color: rgb(137,45,50); }
div.DivClassName
{
background-color: #892D32;
}
.BgClassName
{
background-color: #892D32;
}
</style>
border-color css
<style>
span { border-color: #892D32; }
span { border-color: rgb(137,45,50); }
td.TdClassName
{
border-color: #892D32;
}
.TagClassName
{
border-color: #892D32;
}
</style>