Shades of Flame Red #842129
Tints of Flame Red #842129
RGB
CMYK
RGB Variations
Color information
#842129 (or 0x842129) is known color: Flame Red. HEX triplet: 84, 21 and 29. RGB value is (132,33,41). Sum of RGB (Red+Green+Blue) = 132+33+41=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #842129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842129 is #7BDED6. Grayscale: #3F3F3F. Windows color (decimal): -8117975 or 2695556. OLE color: 2695556.
HSL color Cylindrical-coordinate representation of color #842129: hue angle of 355.15º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842129 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 33 | 41 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.48 |
| HSL | 355.15º | 0.6% | 0.32% | - |
| HSV(B) | 355.15º | 0.75% | 0.52% | - |
| XYZ | 10.46 | 6.15 | 2.73 | - |
| YUV | 63.51 | 115.3 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 41 | 0 | 0.75 | 0.69 | 0.48 | 355.15 | 0.6 | 0.32 |
| Hex | 84 | 21 | 29 | 0 | 4B | 45 | 30 | 163 | 3C | 20 |
| Octal | 204 | 41 | 51 | 0 | 113 | 105 | 60 | 543 | 74 | 40 |
| Binary | 10000100 | 100001 | 101001 | 0 | 1001011 | 1000101 | 110000 | 101100011 | 111100 | 100000 |
Color Harmonies of #842129
Complementary color
Monochromatic Colors of #842129
Black with #842129
Text Example
Text Example
White with #842129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842129; }
p { color: rgb(132,33,41); }
H1.HeaderClassName
{
color: #842129;
}
.AnyTagClassName
{
color: #842129;
}
</style>
background-color css
<style>
a { background-color: #842129; }
a { background-color: rgb(132,33,41); }
div.DivClassName
{
background-color: #842129;
}
.BgClassName
{
background-color: #842129;
}
</style>
border-color css
<style>
span { border-color: #842129; }
span { border-color: rgb(132,33,41); }
td.TdClassName
{
border-color: #842129;
}
.TagClassName
{
border-color: #842129;
}
</style>