Shades of Flame Red #84161E
Tints of Flame Red #84161E
RGB
CMYK
RGB Variations
Color information
#84161E (or 0x84161E) is known color: Flame Red. HEX triplet: 84, 16 and 1E. RGB value is (132,22,30). Sum of RGB (Red+Green+Blue) = 132+22+30=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #84161E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84161E is #7BE9E1. Grayscale: #373737. Windows color (decimal): -8120802 or 1971844. OLE color: 1971844.
HSL color Cylindrical-coordinate representation of color #84161E: hue angle of 355.64º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84161E is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 22 | 30 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.48 |
| HSL | 355.64º | 0.71% | 0.3% | - |
| HSV(B) | 355.64º | 0.83% | 0.52% | - |
| XYZ | 10.04 | 5.57 | 1.78 | - |
| YUV | 55.8 | 113.44 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 30 | 0 | 0.83 | 0.77 | 0.48 | 355.64 | 0.71 | 0.3 |
| Hex | 84 | 16 | 1E | 0 | 53 | 4D | 30 | 164 | 47 | 1E |
| Octal | 204 | 26 | 36 | 0 | 123 | 115 | 60 | 544 | 107 | 36 |
| Binary | 10000100 | 10110 | 11110 | 0 | 1010011 | 1001101 | 110000 | 101100100 | 1000111 | 11110 |
Color Harmonies of #84161E
Complementary color
Monochromatic Colors of #84161E
Black with #84161E
Text Example
Text Example
White with #84161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84161E; }
p { color: rgb(132,22,30); }
H1.HeaderClassName
{
color: #84161E;
}
.AnyTagClassName
{
color: #84161E;
}
</style>
background-color css
<style>
a { background-color: #84161E; }
a { background-color: rgb(132,22,30); }
div.DivClassName
{
background-color: #84161E;
}
.BgClassName
{
background-color: #84161E;
}
</style>
border-color css
<style>
span { border-color: #84161E; }
span { border-color: rgb(132,22,30); }
td.TdClassName
{
border-color: #84161E;
}
.TagClassName
{
border-color: #84161E;
}
</style>