Shades of Flame Red #842226
Tints of Flame Red #842226
RGB
CMYK
RGB Variations
Color information
#842226 (or 0x842226) is known color: Flame Red. HEX triplet: 84, 22 and 26. RGB value is (132,34,38). Sum of RGB (Red+Green+Blue) = 132+34+38=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #842226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842226 is #7BDDD9. Grayscale: #3F3F3F. Windows color (decimal): -8117722 or 2499204. OLE color: 2499204.
HSL color Cylindrical-coordinate representation of color #842226: hue angle of 357.55º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842226 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 38 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.48 |
| HSL | 357.55º | 0.59% | 0.33% | - |
| HSV(B) | 357.55º | 0.74% | 0.52% | - |
| XYZ | 10.44 | 6.19 | 2.48 | - |
| YUV | 63.76 | 113.47 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 38 | 0 | 0.74 | 0.71 | 0.48 | 357.55 | 0.59 | 0.33 |
| Hex | 84 | 22 | 26 | 0 | 4A | 47 | 30 | 166 | 3B | 21 |
| Octal | 204 | 42 | 46 | 0 | 112 | 107 | 60 | 546 | 73 | 41 |
| Binary | 10000100 | 100010 | 100110 | 0 | 1001010 | 1000111 | 110000 | 101100110 | 111011 | 100001 |
Color Harmonies of #842226
Complementary color
Monochromatic Colors of #842226
Black with #842226
Text Example
Text Example
White with #842226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842226; }
p { color: rgb(132,34,38); }
H1.HeaderClassName
{
color: #842226;
}
.AnyTagClassName
{
color: #842226;
}
</style>
background-color css
<style>
a { background-color: #842226; }
a { background-color: rgb(132,34,38); }
div.DivClassName
{
background-color: #842226;
}
.BgClassName
{
background-color: #842226;
}
</style>
border-color css
<style>
span { border-color: #842226; }
span { border-color: rgb(132,34,38); }
td.TdClassName
{
border-color: #842226;
}
.TagClassName
{
border-color: #842226;
}
</style>