Shades of Flame Red #822B2F
Tints of Flame Red #822B2F
RGB
CMYK
RGB Variations
Color information
#822B2F (or 0x822B2F) is known color: Flame Red. HEX triplet: 82, 2B and 2F. RGB value is (130,43,47). Sum of RGB (Red+Green+Blue) = 130+43+47=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #822B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822B2F is #7DD4D0. Grayscale: #454545. Windows color (decimal): -8246481 or 3091330. OLE color: 3091330.
HSL color Cylindrical-coordinate representation of color #822B2F: hue angle of 357.24º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #822B2F is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 43 | 47 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.49 |
| HSL | 357.24º | 0.5% | 0.34% | - |
| HSV(B) | 357.24º | 0.67% | 0.51% | - |
| XYZ | 10.58 | 6.68 | 3.42 | - |
| YUV | 69.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 43 | 47 | 0 | 0.67 | 0.64 | 0.49 | 357.24 | 0.5 | 0.34 |
| Hex | 82 | 2B | 2F | 0 | 43 | 40 | 31 | 165 | 32 | 22 |
| Octal | 202 | 53 | 57 | 0 | 103 | 100 | 61 | 545 | 62 | 42 |
| Binary | 10000010 | 101011 | 101111 | 0 | 1000011 | 1000000 | 110001 | 101100101 | 110010 | 100010 |
Color Harmonies of #822B2F
Complementary color
Monochromatic Colors of #822B2F
Black with #822B2F
Text Example
Text Example
White with #822B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822B2F; }
p { color: rgb(130,43,47); }
H1.HeaderClassName
{
color: #822B2F;
}
.AnyTagClassName
{
color: #822B2F;
}
</style>
background-color css
<style>
a { background-color: #822B2F; }
a { background-color: rgb(130,43,47); }
div.DivClassName
{
background-color: #822B2F;
}
.BgClassName
{
background-color: #822B2F;
}
</style>
border-color css
<style>
span { border-color: #822B2F; }
span { border-color: rgb(130,43,47); }
td.TdClassName
{
border-color: #822B2F;
}
.TagClassName
{
border-color: #822B2F;
}
</style>