Shades of Flame Red #84282E
Tints of Flame Red #84282E
RGB
CMYK
RGB Variations
Color information
#84282E (or 0x84282E) is known color: Flame Red. HEX triplet: 84, 28 and 2E. RGB value is (132,40,46). Sum of RGB (Red+Green+Blue) = 132+40+46=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #84282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84282E is #7BD7D1. Grayscale: #444444. Windows color (decimal): -8116178 or 3025028. OLE color: 3025028.
HSL color Cylindrical-coordinate representation of color #84282E: hue angle of 356.09º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84282E is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 46 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.48 |
| HSL | 356.09º | 0.53% | 0.34% | - |
| HSV(B) | 356.09º | 0.7% | 0.52% | - |
| XYZ | 10.77 | 6.62 | 3.3 | - |
| YUV | 68.19 | 115.48 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 46 | 0 | 0.70 | 0.65 | 0.48 | 356.09 | 0.53 | 0.34 |
| Hex | 84 | 28 | 2E | 0 | 46 | 41 | 30 | 164 | 35 | 22 |
| Octal | 204 | 50 | 56 | 0 | 106 | 101 | 60 | 544 | 65 | 42 |
| Binary | 10000100 | 101000 | 101110 | 0 | 1000110 | 1000001 | 110000 | 101100100 | 110101 | 100010 |
Color Harmonies of #84282E
Complementary color
Monochromatic Colors of #84282E
Black with #84282E
Text Example
Text Example
White with #84282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84282E; }
p { color: rgb(132,40,46); }
H1.HeaderClassName
{
color: #84282E;
}
.AnyTagClassName
{
color: #84282E;
}
</style>
background-color css
<style>
a { background-color: #84282E; }
a { background-color: rgb(132,40,46); }
div.DivClassName
{
background-color: #84282E;
}
.BgClassName
{
background-color: #84282E;
}
</style>
border-color css
<style>
span { border-color: #84282E; }
span { border-color: rgb(132,40,46); }
td.TdClassName
{
border-color: #84282E;
}
.TagClassName
{
border-color: #84282E;
}
</style>