Shades of Flame Red #842D2E
Tints of Flame Red #842D2E
RGB
CMYK
RGB Variations
Color information
#842D2E (or 0x842D2E) is known color: Flame Red. HEX triplet: 84, 2D and 2E. RGB value is (132,45,46). Sum of RGB (Red+Green+Blue) = 132+45+46=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #842D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D2E is #7BD2D1. Grayscale: #474747. Windows color (decimal): -8114898 or 3026308. OLE color: 3026308.
HSL color Cylindrical-coordinate representation of color #842D2E: hue angle of 359.31º 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 #842D2E is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 45 | 46 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.48 |
| HSL | 359.31º | 0.49% | 0.35% | - |
| HSV(B) | 359.31º | 0.66% | 0.52% | - |
| XYZ | 10.95 | 6.98 | 3.35 | - |
| YUV | 71.13 | 113.82 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 46 | 0 | 0.66 | 0.65 | 0.48 | 359.31 | 0.49 | 0.35 |
| Hex | 84 | 2D | 2E | 0 | 42 | 41 | 30 | 167 | 31 | 23 |
| Octal | 204 | 55 | 56 | 0 | 102 | 101 | 60 | 547 | 61 | 43 |
| Binary | 10000100 | 101101 | 101110 | 0 | 1000010 | 1000001 | 110000 | 101100111 | 110001 | 100011 |
Color Harmonies of #842D2E
Complementary color
Monochromatic Colors of #842D2E
Black with #842D2E
Text Example
Text Example
White with #842D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842D2E; }
p { color: rgb(132,45,46); }
H1.HeaderClassName
{
color: #842D2E;
}
.AnyTagClassName
{
color: #842D2E;
}
</style>
background-color css
<style>
a { background-color: #842D2E; }
a { background-color: rgb(132,45,46); }
div.DivClassName
{
background-color: #842D2E;
}
.BgClassName
{
background-color: #842D2E;
}
</style>
border-color css
<style>
span { border-color: #842D2E; }
span { border-color: rgb(132,45,46); }
td.TdClassName
{
border-color: #842D2E;
}
.TagClassName
{
border-color: #842D2E;
}
</style>