Shades of Flame Red #822C31
Tints of Flame Red #822C31
RGB
CMYK
RGB Variations
Color information
#822C31 (or 0x822C31) is known color: Flame Red. HEX triplet: 82, 2C and 31. RGB value is (130,44,49). Sum of RGB (Red+Green+Blue) = 130+44+49=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #822C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C31 is #7DD3CE. Grayscale: #464646. Windows color (decimal): -8246223 or 3222658. OLE color: 3222658.
HSL color Cylindrical-coordinate representation of color #822C31: hue angle of 356.51º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #822C31 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 44 | 49 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.49 |
| HSL | 356.51º | 0.49% | 0.34% | - |
| HSV(B) | 356.51º | 0.66% | 0.51% | - |
| XYZ | 10.66 | 6.77 | 3.65 | - |
| YUV | 70.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 49 | 0 | 0.66 | 0.62 | 0.49 | 356.51 | 0.49 | 0.34 |
| Hex | 82 | 2C | 31 | 0 | 42 | 3E | 31 | 165 | 31 | 22 |
| Octal | 202 | 54 | 61 | 0 | 102 | 76 | 61 | 545 | 61 | 42 |
| Binary | 10000010 | 101100 | 110001 | 0 | 1000010 | 111110 | 110001 | 101100101 | 110001 | 100010 |
Color Harmonies of #822C31
Complementary color
Monochromatic Colors of #822C31
Black with #822C31
Text Example
Text Example
White with #822C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822C31; }
p { color: rgb(130,44,49); }
H1.HeaderClassName
{
color: #822C31;
}
.AnyTagClassName
{
color: #822C31;
}
</style>
background-color css
<style>
a { background-color: #822C31; }
a { background-color: rgb(130,44,49); }
div.DivClassName
{
background-color: #822C31;
}
.BgClassName
{
background-color: #822C31;
}
</style>
border-color css
<style>
span { border-color: #822C31; }
span { border-color: rgb(130,44,49); }
td.TdClassName
{
border-color: #822C31;
}
.TagClassName
{
border-color: #822C31;
}
</style>