Shades of Flame Red #842C30
Tints of Flame Red #842C30
RGB
CMYK
RGB Variations
Color information
#842C30 (or 0x842C30) is known color: Flame Red. HEX triplet: 84, 2C and 30. RGB value is (132,44,48). Sum of RGB (Red+Green+Blue) = 132+44+48=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #842C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842C30 is #7BD3CF. Grayscale: #464646. Windows color (decimal): -8115152 or 3157124. OLE color: 3157124.
HSL color Cylindrical-coordinate representation of color #842C30: hue angle of 357.27º 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 #842C30 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 44 | 48 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.48 |
| HSL | 357.27º | 0.5% | 0.35% | - |
| HSV(B) | 357.27º | 0.67% | 0.52% | - |
| XYZ | 10.95 | 6.92 | 3.55 | - |
| YUV | 70.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 48 | 0 | 0.67 | 0.64 | 0.48 | 357.27 | 0.5 | 0.35 |
| Hex | 84 | 2C | 30 | 0 | 43 | 40 | 30 | 165 | 32 | 23 |
| Octal | 204 | 54 | 60 | 0 | 103 | 100 | 60 | 545 | 62 | 43 |
| Binary | 10000100 | 101100 | 110000 | 0 | 1000011 | 1000000 | 110000 | 101100101 | 110010 | 100011 |
Color Harmonies of #842C30
Complementary color
Monochromatic Colors of #842C30
Black with #842C30
Text Example
Text Example
White with #842C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842C30; }
p { color: rgb(132,44,48); }
H1.HeaderClassName
{
color: #842C30;
}
.AnyTagClassName
{
color: #842C30;
}
</style>
background-color css
<style>
a { background-color: #842C30; }
a { background-color: rgb(132,44,48); }
div.DivClassName
{
background-color: #842C30;
}
.BgClassName
{
background-color: #842C30;
}
</style>
border-color css
<style>
span { border-color: #842C30; }
span { border-color: rgb(132,44,48); }
td.TdClassName
{
border-color: #842C30;
}
.TagClassName
{
border-color: #842C30;
}
</style>