Shades of Flame Red #842126
Tints of Flame Red #842126
RGB
CMYK
RGB Variations
Color information
#842126 (or 0x842126) is known color: Flame Red. HEX triplet: 84, 21 and 26. RGB value is (132,33,38). Sum of RGB (Red+Green+Blue) = 132+33+38=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #842126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842126 is #7BDED9. Grayscale: #3F3F3F. Windows color (decimal): -8117978 or 2498948. OLE color: 2498948.
HSL color Cylindrical-coordinate representation of color #842126: hue angle of 356.97º 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 #842126 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 33 | 38 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.48 |
| HSL | 356.97º | 0.6% | 0.32% | - |
| HSV(B) | 356.97º | 0.75% | 0.52% | - |
| XYZ | 10.41 | 6.13 | 2.47 | - |
| YUV | 63.17 | 113.8 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 38 | 0 | 0.75 | 0.71 | 0.48 | 356.97 | 0.6 | 0.32 |
| Hex | 84 | 21 | 26 | 0 | 4B | 47 | 30 | 165 | 3C | 20 |
| Octal | 204 | 41 | 46 | 0 | 113 | 107 | 60 | 545 | 74 | 40 |
| Binary | 10000100 | 100001 | 100110 | 0 | 1001011 | 1000111 | 110000 | 101100101 | 111100 | 100000 |
Color Harmonies of #842126
Complementary color
Monochromatic Colors of #842126
Black with #842126
Text Example
Text Example
White with #842126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842126; }
p { color: rgb(132,33,38); }
H1.HeaderClassName
{
color: #842126;
}
.AnyTagClassName
{
color: #842126;
}
</style>
background-color css
<style>
a { background-color: #842126; }
a { background-color: rgb(132,33,38); }
div.DivClassName
{
background-color: #842126;
}
.BgClassName
{
background-color: #842126;
}
</style>
border-color css
<style>
span { border-color: #842126; }
span { border-color: rgb(132,33,38); }
td.TdClassName
{
border-color: #842126;
}
.TagClassName
{
border-color: #842126;
}
</style>