Shades of Flame Red #84242D
Tints of Flame Red #84242D
RGB
CMYK
RGB Variations
Color information
#84242D (or 0x84242D) is known color: Flame Red. HEX triplet: 84, 24 and 2D. RGB value is (132,36,45). Sum of RGB (Red+Green+Blue) = 132+36+45=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #84242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84242D is #7BDBD2. Grayscale: #414141. Windows color (decimal): -8117203 or 2958468. OLE color: 2958468.
HSL color Cylindrical-coordinate representation of color #84242D: hue angle of 354.38º 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 #84242D is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 36 | 45 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.48 |
| HSL | 354.38º | 0.57% | 0.33% | - |
| HSV(B) | 354.38º | 0.73% | 0.52% | - |
| XYZ | 10.62 | 6.36 | 3.15 | - |
| YUV | 65.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 45 | 0 | 0.73 | 0.66 | 0.48 | 354.38 | 0.57 | 0.33 |
| Hex | 84 | 24 | 2D | 0 | 49 | 42 | 30 | 162 | 39 | 21 |
| Octal | 204 | 44 | 55 | 0 | 111 | 102 | 60 | 542 | 71 | 41 |
| Binary | 10000100 | 100100 | 101101 | 0 | 1001001 | 1000010 | 110000 | 101100010 | 111001 | 100001 |
Color Harmonies of #84242D
Complementary color
Monochromatic Colors of #84242D
Black with #84242D
Text Example
Text Example
White with #84242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84242D; }
p { color: rgb(132,36,45); }
H1.HeaderClassName
{
color: #84242D;
}
.AnyTagClassName
{
color: #84242D;
}
</style>
background-color css
<style>
a { background-color: #84242D; }
a { background-color: rgb(132,36,45); }
div.DivClassName
{
background-color: #84242D;
}
.BgClassName
{
background-color: #84242D;
}
</style>
border-color css
<style>
span { border-color: #84242D; }
span { border-color: rgb(132,36,45); }
td.TdClassName
{
border-color: #84242D;
}
.TagClassName
{
border-color: #84242D;
}
</style>