Shades of Flame Red #842E32
Tints of Flame Red #842E32
RGB
CMYK
RGB Variations
Color information
#842E32 (or 0x842E32) is known color: Flame Red. HEX triplet: 84, 2E and 32. RGB value is (132,46,50). Sum of RGB (Red+Green+Blue) = 132+46+50=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #842E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E32 is #7BD1CD. Grayscale: #484848. Windows color (decimal): -8114638 or 3288708. OLE color: 3288708.
HSL color Cylindrical-coordinate representation of color #842E32: hue angle of 357.21º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #842E32 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 46 | 50 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.48 |
| HSL | 357.21º | 0.48% | 0.35% | - |
| HSV(B) | 357.21º | 0.65% | 0.52% | - |
| XYZ | 11.07 | 7.09 | 3.8 | - |
| YUV | 72.17 | 115.49 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 50 | 0 | 0.65 | 0.62 | 0.48 | 357.21 | 0.48 | 0.35 |
| Hex | 84 | 2E | 32 | 0 | 41 | 3E | 30 | 165 | 30 | 23 |
| Octal | 204 | 56 | 62 | 0 | 101 | 76 | 60 | 545 | 60 | 43 |
| Binary | 10000100 | 101110 | 110010 | 0 | 1000001 | 111110 | 110000 | 101100101 | 110000 | 100011 |
Color Harmonies of #842E32
Complementary color
Monochromatic Colors of #842E32
Black with #842E32
Text Example
Text Example
White with #842E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842E32; }
p { color: rgb(132,46,50); }
H1.HeaderClassName
{
color: #842E32;
}
.AnyTagClassName
{
color: #842E32;
}
</style>
background-color css
<style>
a { background-color: #842E32; }
a { background-color: rgb(132,46,50); }
div.DivClassName
{
background-color: #842E32;
}
.BgClassName
{
background-color: #842E32;
}
</style>
border-color css
<style>
span { border-color: #842E32; }
span { border-color: rgb(132,46,50); }
td.TdClassName
{
border-color: #842E32;
}
.TagClassName
{
border-color: #842E32;
}
</style>