Shades of Flame Red #822022
Tints of Flame Red #822022
RGB
CMYK
RGB Variations
Color information
#822022 (or 0x822022) is known color: Flame Red. HEX triplet: 82, 20 and 22. RGB value is (130,32,34). Sum of RGB (Red+Green+Blue) = 130+32+34=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #822022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822022 is #7DDFDD. Grayscale: #3D3D3D. Windows color (decimal): -8249310 or 2236546. OLE color: 2236546.
HSL color Cylindrical-coordinate representation of color #822022: hue angle of 358.78º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822022 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 34 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.49 |
| HSL | 358.78º | 0.6% | 0.32% | - |
| HSV(B) | 358.78º | 0.75% | 0.51% | - |
| XYZ | 10.01 | 5.89 | 2.12 | - |
| YUV | 61.53 | 112.47 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 34 | 0 | 0.75 | 0.74 | 0.49 | 358.78 | 0.6 | 0.32 |
| Hex | 82 | 20 | 22 | 0 | 4B | 4A | 31 | 167 | 3C | 20 |
| Octal | 202 | 40 | 42 | 0 | 113 | 112 | 61 | 547 | 74 | 40 |
| Binary | 10000010 | 100000 | 100010 | 0 | 1001011 | 1001010 | 110001 | 101100111 | 111100 | 100000 |
Color Harmonies of #822022
Complementary color
Monochromatic Colors of #822022
Black with #822022
Text Example
Text Example
White with #822022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822022; }
p { color: rgb(130,32,34); }
H1.HeaderClassName
{
color: #822022;
}
.AnyTagClassName
{
color: #822022;
}
</style>
background-color css
<style>
a { background-color: #822022; }
a { background-color: rgb(130,32,34); }
div.DivClassName
{
background-color: #822022;
}
.BgClassName
{
background-color: #822022;
}
</style>
border-color css
<style>
span { border-color: #822022; }
span { border-color: rgb(130,32,34); }
td.TdClassName
{
border-color: #822022;
}
.TagClassName
{
border-color: #822022;
}
</style>