Shades of Flame Red #84292F
Tints of Flame Red #84292F
RGB
CMYK
RGB Variations
Color information
#84292F (or 0x84292F) is known color: Flame Red. HEX triplet: 84, 29 and 2F. RGB value is (132,41,47). Sum of RGB (Red+Green+Blue) = 132+41+47=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #84292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84292F is #7BD6D0. Grayscale: #444444. Windows color (decimal): -8115921 or 3090820. OLE color: 3090820.
HSL color Cylindrical-coordinate representation of color #84292F: hue angle of 356.04º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84292F is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 41 | 47 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.48 |
| HSL | 356.04º | 0.53% | 0.34% | - |
| HSV(B) | 356.04º | 0.69% | 0.52% | - |
| XYZ | 10.82 | 6.7 | 3.41 | - |
| YUV | 68.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 47 | 0 | 0.69 | 0.64 | 0.48 | 356.04 | 0.53 | 0.34 |
| Hex | 84 | 29 | 2F | 0 | 45 | 40 | 30 | 164 | 35 | 22 |
| Octal | 204 | 51 | 57 | 0 | 105 | 100 | 60 | 544 | 65 | 42 |
| Binary | 10000100 | 101001 | 101111 | 0 | 1000101 | 1000000 | 110000 | 101100100 | 110101 | 100010 |
Color Harmonies of #84292F
Complementary color
Monochromatic Colors of #84292F
Black with #84292F
Text Example
Text Example
White with #84292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84292F; }
p { color: rgb(132,41,47); }
H1.HeaderClassName
{
color: #84292F;
}
.AnyTagClassName
{
color: #84292F;
}
</style>
background-color css
<style>
a { background-color: #84292F; }
a { background-color: rgb(132,41,47); }
div.DivClassName
{
background-color: #84292F;
}
.BgClassName
{
background-color: #84292F;
}
</style>
border-color css
<style>
span { border-color: #84292F; }
span { border-color: rgb(132,41,47); }
td.TdClassName
{
border-color: #84292F;
}
.TagClassName
{
border-color: #84292F;
}
</style>