Shades of Flame Red #842128
Tints of Flame Red #842128
RGB
CMYK
RGB Variations
Color information
#842128 (or 0x842128) is known color: Flame Red. HEX triplet: 84, 21 and 28. RGB value is (132,33,40). Sum of RGB (Red+Green+Blue) = 132+33+40=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #842128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842128 is #7BDED7. Grayscale: #3F3F3F. Windows color (decimal): -8117976 or 2630020. OLE color: 2630020.
HSL color Cylindrical-coordinate representation of color #842128: hue angle of 355.76º 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 #842128 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 33 | 40 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.48 |
| HSL | 355.76º | 0.6% | 0.32% | - |
| HSV(B) | 355.76º | 0.75% | 0.52% | - |
| XYZ | 10.44 | 6.15 | 2.64 | - |
| YUV | 63.4 | 114.8 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 40 | 0 | 0.75 | 0.70 | 0.48 | 355.76 | 0.6 | 0.32 |
| Hex | 84 | 21 | 28 | 0 | 4B | 46 | 30 | 164 | 3C | 20 |
| Octal | 204 | 41 | 50 | 0 | 113 | 106 | 60 | 544 | 74 | 40 |
| Binary | 10000100 | 100001 | 101000 | 0 | 1001011 | 1000110 | 110000 | 101100100 | 111100 | 100000 |
Color Harmonies of #842128
Complementary color
Monochromatic Colors of #842128
Black with #842128
Text Example
Text Example
White with #842128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842128; }
p { color: rgb(132,33,40); }
H1.HeaderClassName
{
color: #842128;
}
.AnyTagClassName
{
color: #842128;
}
</style>
background-color css
<style>
a { background-color: #842128; }
a { background-color: rgb(132,33,40); }
div.DivClassName
{
background-color: #842128;
}
.BgClassName
{
background-color: #842128;
}
</style>
border-color css
<style>
span { border-color: #842128; }
span { border-color: rgb(132,33,40); }
td.TdClassName
{
border-color: #842128;
}
.TagClassName
{
border-color: #842128;
}
</style>