Shades of Flame Red #842D32
Tints of Flame Red #842D32
RGB
CMYK
RGB Variations
Color information
#842D32 (or 0x842D32) is known color: Flame Red. HEX triplet: 84, 2D and 32. RGB value is (132,45,50). Sum of RGB (Red+Green+Blue) = 132+45+50=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #842D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D32 is #7BD2CD. Grayscale: #474747. Windows color (decimal): -8114894 or 3288452. OLE color: 3288452.
HSL color Cylindrical-coordinate representation of color #842D32: hue angle of 356.55º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #842D32 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 45 | 50 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.48 |
| HSL | 356.55º | 0.49% | 0.35% | - |
| HSV(B) | 356.55º | 0.66% | 0.52% | - |
| XYZ | 11.03 | 7.01 | 3.79 | - |
| YUV | 71.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 50 | 0 | 0.66 | 0.62 | 0.48 | 356.55 | 0.49 | 0.35 |
| Hex | 84 | 2D | 32 | 0 | 42 | 3E | 30 | 165 | 31 | 23 |
| Octal | 204 | 55 | 62 | 0 | 102 | 76 | 60 | 545 | 61 | 43 |
| Binary | 10000100 | 101101 | 110010 | 0 | 1000010 | 111110 | 110000 | 101100101 | 110001 | 100011 |
Color Harmonies of #842D32
Complementary color
Monochromatic Colors of #842D32
Black with #842D32
Text Example
Text Example
White with #842D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842D32; }
p { color: rgb(132,45,50); }
H1.HeaderClassName
{
color: #842D32;
}
.AnyTagClassName
{
color: #842D32;
}
</style>
background-color css
<style>
a { background-color: #842D32; }
a { background-color: rgb(132,45,50); }
div.DivClassName
{
background-color: #842D32;
}
.BgClassName
{
background-color: #842D32;
}
</style>
border-color css
<style>
span { border-color: #842D32; }
span { border-color: rgb(132,45,50); }
td.TdClassName
{
border-color: #842D32;
}
.TagClassName
{
border-color: #842D32;
}
</style>