Shades of Flame Red #84242E
Tints of Flame Red #84242E
RGB
CMYK
RGB Variations
Color information
#84242E (or 0x84242E) is known color: Flame Red. HEX triplet: 84, 24 and 2E. RGB value is (132,36,46). Sum of RGB (Red+Green+Blue) = 132+36+46=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #84242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84242E is #7BDBD1. Grayscale: #414141. Windows color (decimal): -8117202 or 3024004. OLE color: 3024004.
HSL color Cylindrical-coordinate representation of color #84242E: hue angle of 353.75º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84242E is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 36 | 46 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.48 |
| HSL | 353.75º | 0.57% | 0.33% | - |
| HSV(B) | 353.75º | 0.73% | 0.52% | - |
| XYZ | 10.64 | 6.36 | 3.25 | - |
| YUV | 65.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 46 | 0 | 0.73 | 0.65 | 0.48 | 353.75 | 0.57 | 0.33 |
| Hex | 84 | 24 | 2E | 0 | 49 | 41 | 30 | 162 | 39 | 21 |
| Octal | 204 | 44 | 56 | 0 | 111 | 101 | 60 | 542 | 71 | 41 |
| Binary | 10000100 | 100100 | 101110 | 0 | 1001001 | 1000001 | 110000 | 101100010 | 111001 | 100001 |
Color Harmonies of #84242E
Complementary color
Monochromatic Colors of #84242E
Black with #84242E
Text Example
Text Example
White with #84242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84242E; }
p { color: rgb(132,36,46); }
H1.HeaderClassName
{
color: #84242E;
}
.AnyTagClassName
{
color: #84242E;
}
</style>
background-color css
<style>
a { background-color: #84242E; }
a { background-color: rgb(132,36,46); }
div.DivClassName
{
background-color: #84242E;
}
.BgClassName
{
background-color: #84242E;
}
</style>
border-color css
<style>
span { border-color: #84242E; }
span { border-color: rgb(132,36,46); }
td.TdClassName
{
border-color: #84242E;
}
.TagClassName
{
border-color: #84242E;
}
</style>