Shades of Flame Red #842223
Tints of Flame Red #842223
RGB
CMYK
RGB Variations
Color information
#842223 (or 0x842223) is known color: Flame Red. HEX triplet: 84, 22 and 23. RGB value is (132,34,35). Sum of RGB (Red+Green+Blue) = 132+34+35=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #842223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842223 is #7BDDDC. Grayscale: #3F3F3F. Windows color (decimal): -8117725 or 2302596. OLE color: 2302596.
HSL color Cylindrical-coordinate representation of color #842223: hue angle of 359.39º 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 #842223 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 35 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.48 |
| HSL | 359.39º | 0.59% | 0.33% | - |
| HSV(B) | 359.39º | 0.74% | 0.52% | - |
| XYZ | 10.39 | 6.17 | 2.23 | - |
| YUV | 63.42 | 111.97 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 35 | 0 | 0.74 | 0.73 | 0.48 | 359.39 | 0.59 | 0.33 |
| Hex | 84 | 22 | 23 | 0 | 4A | 49 | 30 | 167 | 3B | 21 |
| Octal | 204 | 42 | 43 | 0 | 112 | 111 | 60 | 547 | 73 | 41 |
| Binary | 10000100 | 100010 | 100011 | 0 | 1001010 | 1001001 | 110000 | 101100111 | 111011 | 100001 |
Color Harmonies of #842223
Complementary color
Monochromatic Colors of #842223
Black with #842223
Text Example
Text Example
White with #842223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842223; }
p { color: rgb(132,34,35); }
H1.HeaderClassName
{
color: #842223;
}
.AnyTagClassName
{
color: #842223;
}
</style>
background-color css
<style>
a { background-color: #842223; }
a { background-color: rgb(132,34,35); }
div.DivClassName
{
background-color: #842223;
}
.BgClassName
{
background-color: #842223;
}
</style>
border-color css
<style>
span { border-color: #842223; }
span { border-color: rgb(132,34,35); }
td.TdClassName
{
border-color: #842223;
}
.TagClassName
{
border-color: #842223;
}
</style>