Shades of Flame Red #822E2F
Tints of Flame Red #822E2F
RGB
CMYK
RGB Variations
Color information
#822E2F (or 0x822E2F) is known color: Flame Red. HEX triplet: 82, 2E and 2F. RGB value is (130,46,47). Sum of RGB (Red+Green+Blue) = 130+46+47=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #822E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822E2F is #7DD1D0. Grayscale: #474747. Windows color (decimal): -8245713 or 3092098. OLE color: 3092098.
HSL color Cylindrical-coordinate representation of color #822E2F: hue angle of 359.29º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822E2F is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 46 | 47 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.49 |
| HSL | 359.29º | 0.48% | 0.35% | - |
| HSV(B) | 359.29º | 0.65% | 0.51% | - |
| XYZ | 10.7 | 6.91 | 3.46 | - |
| YUV | 71.23 | 114.33 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 47 | 0 | 0.65 | 0.64 | 0.49 | 359.29 | 0.48 | 0.35 |
| Hex | 82 | 2E | 2F | 0 | 41 | 40 | 31 | 167 | 30 | 23 |
| Octal | 202 | 56 | 57 | 0 | 101 | 100 | 61 | 547 | 60 | 43 |
| Binary | 10000010 | 101110 | 101111 | 0 | 1000001 | 1000000 | 110001 | 101100111 | 110000 | 100011 |
Color Harmonies of #822E2F
Complementary color
Monochromatic Colors of #822E2F
Black with #822E2F
Text Example
Text Example
White with #822E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822E2F; }
p { color: rgb(130,46,47); }
H1.HeaderClassName
{
color: #822E2F;
}
.AnyTagClassName
{
color: #822E2F;
}
</style>
background-color css
<style>
a { background-color: #822E2F; }
a { background-color: rgb(130,46,47); }
div.DivClassName
{
background-color: #822E2F;
}
.BgClassName
{
background-color: #822E2F;
}
</style>
border-color css
<style>
span { border-color: #822E2F; }
span { border-color: rgb(130,46,47); }
td.TdClassName
{
border-color: #822E2F;
}
.TagClassName
{
border-color: #822E2F;
}
</style>