Shades of Flame Red #842628
Tints of Flame Red #842628
RGB
CMYK
RGB Variations
Color information
#842628 (or 0x842628) is known color: Flame Red. HEX triplet: 84, 26 and 28. RGB value is (132,38,40). Sum of RGB (Red+Green+Blue) = 132+38+40=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #842628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842628 is #7BD9D7. Grayscale: #424242. Windows color (decimal): -8116696 or 2631300. OLE color: 2631300.
HSL color Cylindrical-coordinate representation of color #842628: hue angle of 358.72º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842628 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 38 | 40 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.48 |
| HSL | 358.72º | 0.55% | 0.33% | - |
| HSV(B) | 358.72º | 0.71% | 0.52% | - |
| XYZ | 10.59 | 6.44 | 2.69 | - |
| YUV | 66.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 40 | 0 | 0.71 | 0.70 | 0.48 | 358.72 | 0.55 | 0.33 |
| Hex | 84 | 26 | 28 | 0 | 47 | 46 | 30 | 167 | 37 | 21 |
| Octal | 204 | 46 | 50 | 0 | 107 | 106 | 60 | 547 | 67 | 41 |
| Binary | 10000100 | 100110 | 101000 | 0 | 1000111 | 1000110 | 110000 | 101100111 | 110111 | 100001 |
Color Harmonies of #842628
Complementary color
Monochromatic Colors of #842628
Black with #842628
Text Example
Text Example
White with #842628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842628; }
p { color: rgb(132,38,40); }
H1.HeaderClassName
{
color: #842628;
}
.AnyTagClassName
{
color: #842628;
}
</style>
background-color css
<style>
a { background-color: #842628; }
a { background-color: rgb(132,38,40); }
div.DivClassName
{
background-color: #842628;
}
.BgClassName
{
background-color: #842628;
}
</style>
border-color css
<style>
span { border-color: #842628; }
span { border-color: rgb(132,38,40); }
td.TdClassName
{
border-color: #842628;
}
.TagClassName
{
border-color: #842628;
}
</style>