Shades of Flame Red #842428
Tints of Flame Red #842428
RGB
CMYK
RGB Variations
Color information
#842428 (or 0x842428) is known color: Flame Red. HEX triplet: 84, 24 and 28. RGB value is (132,36,40). Sum of RGB (Red+Green+Blue) = 132+36+40=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #842428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842428 is #7BDBD7. Grayscale: #414141. Windows color (decimal): -8117208 or 2630788. OLE color: 2630788.
HSL color Cylindrical-coordinate representation of color #842428: hue angle of 357.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842428 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 36 | 40 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.48 |
| HSL | 357.5º | 0.57% | 0.33% | - |
| HSV(B) | 357.5º | 0.73% | 0.52% | - |
| XYZ | 10.53 | 6.32 | 2.67 | - |
| YUV | 65.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 40 | 0 | 0.73 | 0.70 | 0.48 | 357.5 | 0.57 | 0.33 |
| Hex | 84 | 24 | 28 | 0 | 49 | 46 | 30 | 166 | 39 | 21 |
| Octal | 204 | 44 | 50 | 0 | 111 | 106 | 60 | 546 | 71 | 41 |
| Binary | 10000100 | 100100 | 101000 | 0 | 1001001 | 1000110 | 110000 | 101100110 | 111001 | 100001 |
Color Harmonies of #842428
Complementary color
Monochromatic Colors of #842428
Black with #842428
Text Example
Text Example
White with #842428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842428; }
p { color: rgb(132,36,40); }
H1.HeaderClassName
{
color: #842428;
}
.AnyTagClassName
{
color: #842428;
}
</style>
background-color css
<style>
a { background-color: #842428; }
a { background-color: rgb(132,36,40); }
div.DivClassName
{
background-color: #842428;
}
.BgClassName
{
background-color: #842428;
}
</style>
border-color css
<style>
span { border-color: #842428; }
span { border-color: rgb(132,36,40); }
td.TdClassName
{
border-color: #842428;
}
.TagClassName
{
border-color: #842428;
}
</style>