Shades of Flame Red #84282C
Tints of Flame Red #84282C
RGB
CMYK
RGB Variations
Color information
#84282C (or 0x84282C) is known color: Flame Red. HEX triplet: 84, 28 and 2C. RGB value is (132,40,44). Sum of RGB (Red+Green+Blue) = 132+40+44=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #84282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84282C is #7BD7D3. Grayscale: #444444. Windows color (decimal): -8116180 or 2893956. OLE color: 2893956.
HSL color Cylindrical-coordinate representation of color #84282C: hue angle of 357.39º 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 #84282C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 44 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.48 |
| HSL | 357.39º | 0.53% | 0.34% | - |
| HSV(B) | 357.39º | 0.7% | 0.52% | - |
| XYZ | 10.73 | 6.6 | 3.09 | - |
| YUV | 67.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 44 | 0 | 0.70 | 0.67 | 0.48 | 357.39 | 0.53 | 0.34 |
| Hex | 84 | 28 | 2C | 0 | 46 | 43 | 30 | 165 | 35 | 22 |
| Octal | 204 | 50 | 54 | 0 | 106 | 103 | 60 | 545 | 65 | 42 |
| Binary | 10000100 | 101000 | 101100 | 0 | 1000110 | 1000011 | 110000 | 101100101 | 110101 | 100010 |
Color Harmonies of #84282C
Complementary color
Monochromatic Colors of #84282C
Black with #84282C
Text Example
Text Example
White with #84282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84282C; }
p { color: rgb(132,40,44); }
H1.HeaderClassName
{
color: #84282C;
}
.AnyTagClassName
{
color: #84282C;
}
</style>
background-color css
<style>
a { background-color: #84282C; }
a { background-color: rgb(132,40,44); }
div.DivClassName
{
background-color: #84282C;
}
.BgClassName
{
background-color: #84282C;
}
</style>
border-color css
<style>
span { border-color: #84282C; }
span { border-color: rgb(132,40,44); }
td.TdClassName
{
border-color: #84282C;
}
.TagClassName
{
border-color: #84282C;
}
</style>