Shades of Flame Red #84181E
Tints of Flame Red #84181E
RGB
CMYK
RGB Variations
Color information
#84181E (or 0x84181E) is known color: Flame Red. HEX triplet: 84, 18 and 1E. RGB value is (132,24,30). Sum of RGB (Red+Green+Blue) = 132+24+30=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #84181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84181E is #7BE7E1. Grayscale: #393939. Windows color (decimal): -8120290 or 1972356. OLE color: 1972356.
HSL color Cylindrical-coordinate representation of color #84181E: hue angle of 356.67º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84181E is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 30 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.48 |
| HSL | 356.67º | 0.69% | 0.31% | - |
| HSV(B) | 356.67º | 0.82% | 0.52% | - |
| XYZ | 10.08 | 5.65 | 1.79 | - |
| YUV | 56.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 30 | 0 | 0.82 | 0.77 | 0.48 | 356.67 | 0.69 | 0.31 |
| Hex | 84 | 18 | 1E | 0 | 52 | 4D | 30 | 165 | 45 | 1F |
| Octal | 204 | 30 | 36 | 0 | 122 | 115 | 60 | 545 | 105 | 37 |
| Binary | 10000100 | 11000 | 11110 | 0 | 1010010 | 1001101 | 110000 | 101100101 | 1000101 | 11111 |
Color Harmonies of #84181E
Complementary color
Monochromatic Colors of #84181E
Black with #84181E
Text Example
Text Example
White with #84181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84181E; }
p { color: rgb(132,24,30); }
H1.HeaderClassName
{
color: #84181E;
}
.AnyTagClassName
{
color: #84181E;
}
</style>
background-color css
<style>
a { background-color: #84181E; }
a { background-color: rgb(132,24,30); }
div.DivClassName
{
background-color: #84181E;
}
.BgClassName
{
background-color: #84181E;
}
</style>
border-color css
<style>
span { border-color: #84181E; }
span { border-color: rgb(132,24,30); }
td.TdClassName
{
border-color: #84181E;
}
.TagClassName
{
border-color: #84181E;
}
</style>