Shades of Flame Red #842C31
Tints of Flame Red #842C31
RGB
CMYK
RGB Variations
Color information
#842C31 (or 0x842C31) is known color: Flame Red. HEX triplet: 84, 2C and 31. RGB value is (132,44,49). Sum of RGB (Red+Green+Blue) = 132+44+49=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #842C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842C31 is #7BD3CE. Grayscale: #464646. Windows color (decimal): -8115151 or 3222660. OLE color: 3222660.
HSL color Cylindrical-coordinate representation of color #842C31: hue angle of 356.59º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842C31 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 44 | 49 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.48 |
| HSL | 356.59º | 0.5% | 0.35% | - |
| HSV(B) | 356.59º | 0.67% | 0.52% | - |
| XYZ | 10.97 | 6.93 | 3.66 | - |
| YUV | 70.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 49 | 0 | 0.67 | 0.63 | 0.48 | 356.59 | 0.5 | 0.35 |
| Hex | 84 | 2C | 31 | 0 | 43 | 3F | 30 | 165 | 32 | 23 |
| Octal | 204 | 54 | 61 | 0 | 103 | 77 | 60 | 545 | 62 | 43 |
| Binary | 10000100 | 101100 | 110001 | 0 | 1000011 | 111111 | 110000 | 101100101 | 110010 | 100011 |
Color Harmonies of #842C31
Complementary color
Monochromatic Colors of #842C31
Black with #842C31
Text Example
Text Example
White with #842C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842C31; }
p { color: rgb(132,44,49); }
H1.HeaderClassName
{
color: #842C31;
}
.AnyTagClassName
{
color: #842C31;
}
</style>
background-color css
<style>
a { background-color: #842C31; }
a { background-color: rgb(132,44,49); }
div.DivClassName
{
background-color: #842C31;
}
.BgClassName
{
background-color: #842C31;
}
</style>
border-color css
<style>
span { border-color: #842C31; }
span { border-color: rgb(132,44,49); }
td.TdClassName
{
border-color: #842C31;
}
.TagClassName
{
border-color: #842C31;
}
</style>