Shades of Flame Red #84222C
Tints of Flame Red #84222C
RGB
CMYK
RGB Variations
Color information
#84222C (or 0x84222C) is known color: Flame Red. HEX triplet: 84, 22 and 2C. RGB value is (132,34,44). Sum of RGB (Red+Green+Blue) = 132+34+44=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #84222C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84222C is #7BDDD3. Grayscale: #404040. Windows color (decimal): -8117716 or 2892420. OLE color: 2892420.
HSL color Cylindrical-coordinate representation of color #84222C: hue angle of 353.88º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84222C is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 44 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.48 |
| HSL | 353.88º | 0.59% | 0.33% | - |
| HSV(B) | 353.88º | 0.74% | 0.52% | - |
| XYZ | 10.54 | 6.23 | 3.03 | - |
| YUV | 64.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 44 | 0 | 0.74 | 0.67 | 0.48 | 353.88 | 0.59 | 0.33 |
| Hex | 84 | 22 | 2C | 0 | 4A | 43 | 30 | 162 | 3B | 21 |
| Octal | 204 | 42 | 54 | 0 | 112 | 103 | 60 | 542 | 73 | 41 |
| Binary | 10000100 | 100010 | 101100 | 0 | 1001010 | 1000011 | 110000 | 101100010 | 111011 | 100001 |
Color Harmonies of #84222C
Complementary color
Monochromatic Colors of #84222C
Black with #84222C
Text Example
Text Example
White with #84222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84222C; }
p { color: rgb(132,34,44); }
H1.HeaderClassName
{
color: #84222C;
}
.AnyTagClassName
{
color: #84222C;
}
</style>
background-color css
<style>
a { background-color: #84222C; }
a { background-color: rgb(132,34,44); }
div.DivClassName
{
background-color: #84222C;
}
.BgClassName
{
background-color: #84222C;
}
</style>
border-color css
<style>
span { border-color: #84222C; }
span { border-color: rgb(132,34,44); }
td.TdClassName
{
border-color: #84222C;
}
.TagClassName
{
border-color: #84222C;
}
</style>