Shades of Flame Red #892021
Tints of Flame Red #892021
RGB
CMYK
RGB Variations
Color information
#892021 (or 0x892021) is known color: Flame Red. HEX triplet: 89, 20 and 21. RGB value is (137,32,33). Sum of RGB (Red+Green+Blue) = 137+32+33=202 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.82% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 137 - color contains mainly: red. Hex color #892021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892021 is #76DFDE. Grayscale: #3F3F3F. Windows color (decimal): -7790559 or 2171017. OLE color: 2171017.
HSL color Cylindrical-coordinate representation of color #892021: hue angle of 359.43º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892021 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 32 | 33 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.46 |
| HSL | 359.43º | 0.62% | 0.33% | - |
| HSV(B) | 359.43º | 0.77% | 0.54% | - |
| XYZ | 11.11 | 6.46 | 2.1 | - |
| YUV | 63.51 | 110.79 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 33 | 0 | 0.77 | 0.76 | 0.46 | 359.43 | 0.62 | 0.33 |
| Hex | 89 | 20 | 21 | 0 | 4D | 4C | 2E | 167 | 3E | 21 |
| Octal | 211 | 40 | 41 | 0 | 115 | 114 | 56 | 547 | 76 | 41 |
| Binary | 10001001 | 100000 | 100001 | 0 | 1001101 | 1001100 | 101110 | 101100111 | 111110 | 100001 |
Color Harmonies of #892021
Complementary color
Monochromatic Colors of #892021
Black with #892021
Text Example
Text Example
White with #892021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892021; }
p { color: rgb(137,32,33); }
H1.HeaderClassName
{
color: #892021;
}
.AnyTagClassName
{
color: #892021;
}
</style>
background-color css
<style>
a { background-color: #892021; }
a { background-color: rgb(137,32,33); }
div.DivClassName
{
background-color: #892021;
}
.BgClassName
{
background-color: #892021;
}
</style>
border-color css
<style>
span { border-color: #892021; }
span { border-color: rgb(137,32,33); }
td.TdClassName
{
border-color: #892021;
}
.TagClassName
{
border-color: #892021;
}
</style>