Shades of Flame Red #842021
Tints of Flame Red #842021
RGB
CMYK
RGB Variations
Color information
#842021 (or 0x842021) is known color: Flame Red. HEX triplet: 84, 20 and 21. RGB value is (132,32,33). Sum of RGB (Red+Green+Blue) = 132+32+33=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #842021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842021 is #7BDFDE. Grayscale: #3E3E3E. Windows color (decimal): -8118239 or 2171012. OLE color: 2171012.
HSL color Cylindrical-coordinate representation of color #842021: hue angle of 359.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842021 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 33 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.48 |
| HSL | 359.4º | 0.61% | 0.32% | - |
| HSV(B) | 359.4º | 0.76% | 0.52% | - |
| XYZ | 10.31 | 6.05 | 2.06 | - |
| YUV | 62.01 | 111.63 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 33 | 0 | 0.76 | 0.75 | 0.48 | 359.4 | 0.61 | 0.32 |
| Hex | 84 | 20 | 21 | 0 | 4C | 4B | 30 | 167 | 3D | 20 |
| Octal | 204 | 40 | 41 | 0 | 114 | 113 | 60 | 547 | 75 | 40 |
| Binary | 10000100 | 100000 | 100001 | 0 | 1001100 | 1001011 | 110000 | 101100111 | 111101 | 100000 |
Color Harmonies of #842021
Complementary color
Monochromatic Colors of #842021
Black with #842021
Text Example
Text Example
White with #842021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842021; }
p { color: rgb(132,32,33); }
H1.HeaderClassName
{
color: #842021;
}
.AnyTagClassName
{
color: #842021;
}
</style>
background-color css
<style>
a { background-color: #842021; }
a { background-color: rgb(132,32,33); }
div.DivClassName
{
background-color: #842021;
}
.BgClassName
{
background-color: #842021;
}
</style>
border-color css
<style>
span { border-color: #842021; }
span { border-color: rgb(132,32,33); }
td.TdClassName
{
border-color: #842021;
}
.TagClassName
{
border-color: #842021;
}
</style>