Shades of Flame Red #821B21
Tints of Flame Red #821B21
RGB
CMYK
RGB Variations
Color information
#821B21 (or 0x821B21) is known color: Flame Red. HEX triplet: 82, 1B and 21. RGB value is (130,27,33). Sum of RGB (Red+Green+Blue) = 130+27+33=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #821B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B21 is #7DE4DE. Grayscale: #3A3A3A. Windows color (decimal): -8250591 or 2169730. OLE color: 2169730.
HSL color Cylindrical-coordinate representation of color #821B21: hue angle of 356.5º 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 #821B21 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 33 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.49 |
| HSL | 356.5º | 0.66% | 0.31% | - |
| HSV(B) | 356.5º | 0.79% | 0.51% | - |
| XYZ | 9.87 | 5.64 | 2.01 | - |
| YUV | 58.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 33 | 0 | 0.79 | 0.75 | 0.49 | 356.5 | 0.66 | 0.31 |
| Hex | 82 | 1B | 21 | 0 | 4F | 4B | 31 | 165 | 42 | 1F |
| Octal | 202 | 33 | 41 | 0 | 117 | 113 | 61 | 545 | 102 | 37 |
| Binary | 10000010 | 11011 | 100001 | 0 | 1001111 | 1001011 | 110001 | 101100101 | 1000010 | 11111 |
Color Harmonies of #821B21
Complementary color
Monochromatic Colors of #821B21
Black with #821B21
Text Example
Text Example
White with #821B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B21; }
p { color: rgb(130,27,33); }
H1.HeaderClassName
{
color: #821B21;
}
.AnyTagClassName
{
color: #821B21;
}
</style>
background-color css
<style>
a { background-color: #821B21; }
a { background-color: rgb(130,27,33); }
div.DivClassName
{
background-color: #821B21;
}
.BgClassName
{
background-color: #821B21;
}
</style>
border-color css
<style>
span { border-color: #821B21; }
span { border-color: rgb(130,27,33); }
td.TdClassName
{
border-color: #821B21;
}
.TagClassName
{
border-color: #821B21;
}
</style>