Shades of Flame Red #84222B
Tints of Flame Red #84222B
RGB
CMYK
RGB Variations
Color information
#84222B (or 0x84222B) is known color: Flame Red. HEX triplet: 84, 22 and 2B. RGB value is (132,34,43). Sum of RGB (Red+Green+Blue) = 132+34+43=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #84222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84222B is #7BDDD4. Grayscale: #404040. Windows color (decimal): -8117717 or 2826884. OLE color: 2826884.
HSL color Cylindrical-coordinate representation of color #84222B: hue angle of 354.49º 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 #84222B is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 43 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.48 |
| HSL | 354.49º | 0.59% | 0.33% | - |
| HSV(B) | 354.49º | 0.74% | 0.52% | - |
| XYZ | 10.52 | 6.22 | 2.93 | - |
| YUV | 64.33 | 115.97 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 43 | 0 | 0.74 | 0.67 | 0.48 | 354.49 | 0.59 | 0.33 |
| Hex | 84 | 22 | 2B | 0 | 4A | 43 | 30 | 162 | 3B | 21 |
| Octal | 204 | 42 | 53 | 0 | 112 | 103 | 60 | 542 | 73 | 41 |
| Binary | 10000100 | 100010 | 101011 | 0 | 1001010 | 1000011 | 110000 | 101100010 | 111011 | 100001 |
Color Harmonies of #84222B
Complementary color
Monochromatic Colors of #84222B
Black with #84222B
Text Example
Text Example
White with #84222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84222B; }
p { color: rgb(132,34,43); }
H1.HeaderClassName
{
color: #84222B;
}
.AnyTagClassName
{
color: #84222B;
}
</style>
background-color css
<style>
a { background-color: #84222B; }
a { background-color: rgb(132,34,43); }
div.DivClassName
{
background-color: #84222B;
}
.BgClassName
{
background-color: #84222B;
}
</style>
border-color css
<style>
span { border-color: #84222B; }
span { border-color: rgb(132,34,43); }
td.TdClassName
{
border-color: #84222B;
}
.TagClassName
{
border-color: #84222B;
}
</style>