Shades of Flame Red #842A2D
Tints of Flame Red #842A2D
RGB
CMYK
RGB Variations
Color information
#842A2D (or 0x842A2D) is known color: Flame Red. HEX triplet: 84, 2A and 2D. RGB value is (132,42,45). Sum of RGB (Red+Green+Blue) = 132+42+45=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #842A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A2D is #7BD5D2. Grayscale: #454545. Windows color (decimal): -8115667 or 2960004. OLE color: 2960004.
HSL color Cylindrical-coordinate representation of color #842A2D: hue angle of 358º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #842A2D is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 42 | 45 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.48 |
| HSL | 358º | 0.52% | 0.34% | - |
| HSV(B) | 358º | 0.68% | 0.52% | - |
| XYZ | 10.82 | 6.75 | 3.22 | - |
| YUV | 69.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 42 | 45 | 0 | 0.68 | 0.66 | 0.48 | 358 | 0.52 | 0.34 |
| Hex | 84 | 2A | 2D | 0 | 44 | 42 | 30 | 166 | 34 | 22 |
| Octal | 204 | 52 | 55 | 0 | 104 | 102 | 60 | 546 | 64 | 42 |
| Binary | 10000100 | 101010 | 101101 | 0 | 1000100 | 1000010 | 110000 | 101100110 | 110100 | 100010 |
Color Harmonies of #842A2D
Complementary color
Monochromatic Colors of #842A2D
Black with #842A2D
Text Example
Text Example
White with #842A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842A2D; }
p { color: rgb(132,42,45); }
H1.HeaderClassName
{
color: #842A2D;
}
.AnyTagClassName
{
color: #842A2D;
}
</style>
background-color css
<style>
a { background-color: #842A2D; }
a { background-color: rgb(132,42,45); }
div.DivClassName
{
background-color: #842A2D;
}
.BgClassName
{
background-color: #842A2D;
}
</style>
border-color css
<style>
span { border-color: #842A2D; }
span { border-color: rgb(132,42,45); }
td.TdClassName
{
border-color: #842A2D;
}
.TagClassName
{
border-color: #842A2D;
}
</style>