Shades of Flame Red #821C1E
Tints of Flame Red #821C1E
RGB
CMYK
RGB Variations
Color information
#821C1E (or 0x821C1E) is known color: Flame Red. HEX triplet: 82, 1C and 1E. RGB value is (130,28,30). Sum of RGB (Red+Green+Blue) = 130+28+30=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #821C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821C1E is #7DE3E1. Grayscale: #3A3A3A. Windows color (decimal): -8250338 or 1973378. OLE color: 1973378.
HSL color Cylindrical-coordinate representation of color #821C1E: hue angle of 358.82º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #821C1E is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 28 | 30 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.49 |
| HSL | 358.82º | 0.65% | 0.31% | - |
| HSV(B) | 358.82º | 0.78% | 0.51% | - |
| XYZ | 9.86 | 5.67 | 1.8 | - |
| YUV | 58.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 30 | 0 | 0.78 | 0.77 | 0.49 | 358.82 | 0.65 | 0.31 |
| Hex | 82 | 1C | 1E | 0 | 4E | 4D | 31 | 167 | 41 | 1F |
| Octal | 202 | 34 | 36 | 0 | 116 | 115 | 61 | 547 | 101 | 37 |
| Binary | 10000010 | 11100 | 11110 | 0 | 1001110 | 1001101 | 110001 | 101100111 | 1000001 | 11111 |
Color Harmonies of #821C1E
Complementary color
Monochromatic Colors of #821C1E
Black with #821C1E
Text Example
Text Example
White with #821C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821C1E; }
p { color: rgb(130,28,30); }
H1.HeaderClassName
{
color: #821C1E;
}
.AnyTagClassName
{
color: #821C1E;
}
</style>
background-color css
<style>
a { background-color: #821C1E; }
a { background-color: rgb(130,28,30); }
div.DivClassName
{
background-color: #821C1E;
}
.BgClassName
{
background-color: #821C1E;
}
</style>
border-color css
<style>
span { border-color: #821C1E; }
span { border-color: rgb(130,28,30); }
td.TdClassName
{
border-color: #821C1E;
}
.TagClassName
{
border-color: #821C1E;
}
</style>