Shades of Flame Red #842329
Tints of Flame Red #842329
RGB
CMYK
RGB Variations
Color information
#842329 (or 0x842329) is known color: Flame Red. HEX triplet: 84, 23 and 29. RGB value is (132,35,41). Sum of RGB (Red+Green+Blue) = 132+35+41=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #842329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842329 is #7BDCD6. Grayscale: #404040. Windows color (decimal): -8117463 or 2696068. OLE color: 2696068.
HSL color Cylindrical-coordinate representation of color #842329: hue angle of 356.29º degrees, saturation: 0.58, 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 #842329 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 35 | 41 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.48 |
| HSL | 356.29º | 0.58% | 0.33% | - |
| HSV(B) | 356.29º | 0.73% | 0.52% | - |
| XYZ | 10.52 | 6.27 | 2.75 | - |
| YUV | 64.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 41 | 0 | 0.73 | 0.69 | 0.48 | 356.29 | 0.58 | 0.33 |
| Hex | 84 | 23 | 29 | 0 | 49 | 45 | 30 | 164 | 3A | 21 |
| Octal | 204 | 43 | 51 | 0 | 111 | 105 | 60 | 544 | 72 | 41 |
| Binary | 10000100 | 100011 | 101001 | 0 | 1001001 | 1000101 | 110000 | 101100100 | 111010 | 100001 |
Color Harmonies of #842329
Complementary color
Monochromatic Colors of #842329
Black with #842329
Text Example
Text Example
White with #842329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842329; }
p { color: rgb(132,35,41); }
H1.HeaderClassName
{
color: #842329;
}
.AnyTagClassName
{
color: #842329;
}
</style>
background-color css
<style>
a { background-color: #842329; }
a { background-color: rgb(132,35,41); }
div.DivClassName
{
background-color: #842329;
}
.BgClassName
{
background-color: #842329;
}
</style>
border-color css
<style>
span { border-color: #842329; }
span { border-color: rgb(132,35,41); }
td.TdClassName
{
border-color: #842329;
}
.TagClassName
{
border-color: #842329;
}
</style>