Shades of Flame Red #841F20
Tints of Flame Red #841F20
RGB
CMYK
RGB Variations
Color information
#841F20 (or 0x841F20) is known color: Flame Red. HEX triplet: 84, 1F and 20. RGB value is (132,31,32). Sum of RGB (Red+Green+Blue) = 132+31+32=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #841F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F20 is #7BE0DF. Grayscale: #3D3D3D. Windows color (decimal): -8118496 or 2105220. OLE color: 2105220.
HSL color Cylindrical-coordinate representation of color #841F20: hue angle of 359.41º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841F20 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 31 | 32 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.48 |
| HSL | 359.41º | 0.62% | 0.32% | - |
| HSV(B) | 359.41º | 0.77% | 0.52% | - |
| XYZ | 10.27 | 5.99 | 1.98 | - |
| YUV | 61.31 | 111.46 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 32 | 0 | 0.77 | 0.76 | 0.48 | 359.41 | 0.62 | 0.32 |
| Hex | 84 | 1F | 20 | 0 | 4D | 4C | 30 | 167 | 3E | 20 |
| Octal | 204 | 37 | 40 | 0 | 115 | 114 | 60 | 547 | 76 | 40 |
| Binary | 10000100 | 11111 | 100000 | 0 | 1001101 | 1001100 | 110000 | 101100111 | 111110 | 100000 |
Color Harmonies of #841F20
Complementary color
Monochromatic Colors of #841F20
Black with #841F20
Text Example
Text Example
White with #841F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841F20; }
p { color: rgb(132,31,32); }
H1.HeaderClassName
{
color: #841F20;
}
.AnyTagClassName
{
color: #841F20;
}
</style>
background-color css
<style>
a { background-color: #841F20; }
a { background-color: rgb(132,31,32); }
div.DivClassName
{
background-color: #841F20;
}
.BgClassName
{
background-color: #841F20;
}
</style>
border-color css
<style>
span { border-color: #841F20; }
span { border-color: rgb(132,31,32); }
td.TdClassName
{
border-color: #841F20;
}
.TagClassName
{
border-color: #841F20;
}
</style>