Shades of Flame Red #821B20
Tints of Flame Red #821B20
RGB
CMYK
RGB Variations
Color information
#821B20 (or 0x821B20) is known color: Flame Red. HEX triplet: 82, 1B and 20. RGB value is (130,27,32). Sum of RGB (Red+Green+Blue) = 130+27+32=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #821B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B20 is #7DE4DF. Grayscale: #3A3A3A. Windows color (decimal): -8250592 or 2104194. OLE color: 2104194.
HSL color Cylindrical-coordinate representation of color #821B20: hue angle of 357.09º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #821B20 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 32 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.49 |
| HSL | 357.09º | 0.66% | 0.31% | - |
| HSV(B) | 357.09º | 0.79% | 0.51% | - |
| XYZ | 9.86 | 5.63 | 1.93 | - |
| YUV | 58.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 32 | 0 | 0.79 | 0.75 | 0.49 | 357.09 | 0.66 | 0.31 |
| Hex | 82 | 1B | 20 | 0 | 4F | 4B | 31 | 165 | 42 | 1F |
| Octal | 202 | 33 | 40 | 0 | 117 | 113 | 61 | 545 | 102 | 37 |
| Binary | 10000010 | 11011 | 100000 | 0 | 1001111 | 1001011 | 110001 | 101100101 | 1000010 | 11111 |
Color Harmonies of #821B20
Complementary color
Monochromatic Colors of #821B20
Black with #821B20
Text Example
Text Example
White with #821B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B20; }
p { color: rgb(130,27,32); }
H1.HeaderClassName
{
color: #821B20;
}
.AnyTagClassName
{
color: #821B20;
}
</style>
background-color css
<style>
a { background-color: #821B20; }
a { background-color: rgb(130,27,32); }
div.DivClassName
{
background-color: #821B20;
}
.BgClassName
{
background-color: #821B20;
}
</style>
border-color css
<style>
span { border-color: #821B20; }
span { border-color: rgb(130,27,32); }
td.TdClassName
{
border-color: #821B20;
}
.TagClassName
{
border-color: #821B20;
}
</style>