Shades of Flame Red #821F20
Tints of Flame Red #821F20
RGB
CMYK
RGB Variations
Color information
#821F20 (or 0x821F20) is known color: Flame Red. HEX triplet: 82, 1F and 20. RGB value is (130,31,32). Sum of RGB (Red+Green+Blue) = 130+31+32=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #821F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821F20 is #7DE0DF. Grayscale: #3C3C3C. Windows color (decimal): -8249568 or 2105218. OLE color: 2105218.
HSL color Cylindrical-coordinate representation of color #821F20: hue angle of 359.39º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #821F20 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 31 | 32 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.49 |
| HSL | 359.39º | 0.61% | 0.32% | - |
| HSV(B) | 359.39º | 0.76% | 0.51% | - |
| XYZ | 9.96 | 5.83 | 1.97 | - |
| YUV | 60.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 31 | 32 | 0 | 0.76 | 0.75 | 0.49 | 359.39 | 0.61 | 0.32 |
| Hex | 82 | 1F | 20 | 0 | 4C | 4B | 31 | 167 | 3D | 20 |
| Octal | 202 | 37 | 40 | 0 | 114 | 113 | 61 | 547 | 75 | 40 |
| Binary | 10000010 | 11111 | 100000 | 0 | 1001100 | 1001011 | 110001 | 101100111 | 111101 | 100000 |
Color Harmonies of #821F20
Complementary color
Monochromatic Colors of #821F20
Black with #821F20
Text Example
Text Example
White with #821F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821F20; }
p { color: rgb(130,31,32); }
H1.HeaderClassName
{
color: #821F20;
}
.AnyTagClassName
{
color: #821F20;
}
</style>
background-color css
<style>
a { background-color: #821F20; }
a { background-color: rgb(130,31,32); }
div.DivClassName
{
background-color: #821F20;
}
.BgClassName
{
background-color: #821F20;
}
</style>
border-color css
<style>
span { border-color: #821F20; }
span { border-color: rgb(130,31,32); }
td.TdClassName
{
border-color: #821F20;
}
.TagClassName
{
border-color: #821F20;
}
</style>