Shades of Flame Red #82292D
Tints of Flame Red #82292D
RGB
CMYK
RGB Variations
Color information
#82292D (or 0x82292D) is known color: Flame Red. HEX triplet: 82, 29 and 2D. RGB value is (130,41,45). Sum of RGB (Red+Green+Blue) = 130+41+45=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #82292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82292D is #7DD6D2. Grayscale: #444444. Windows color (decimal): -8246995 or 2959746. OLE color: 2959746.
HSL color Cylindrical-coordinate representation of color #82292D: hue angle of 357.3º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82292D is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 41 | 45 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.49 |
| HSL | 357.3º | 0.52% | 0.34% | - |
| HSV(B) | 357.3º | 0.68% | 0.51% | - |
| XYZ | 10.47 | 6.52 | 3.19 | - |
| YUV | 68.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 45 | 0 | 0.68 | 0.65 | 0.49 | 357.3 | 0.52 | 0.34 |
| Hex | 82 | 29 | 2D | 0 | 44 | 41 | 31 | 165 | 34 | 22 |
| Octal | 202 | 51 | 55 | 0 | 104 | 101 | 61 | 545 | 64 | 42 |
| Binary | 10000010 | 101001 | 101101 | 0 | 1000100 | 1000001 | 110001 | 101100101 | 110100 | 100010 |
Color Harmonies of #82292D
Complementary color
Monochromatic Colors of #82292D
Black with #82292D
Text Example
Text Example
White with #82292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82292D; }
p { color: rgb(130,41,45); }
H1.HeaderClassName
{
color: #82292D;
}
.AnyTagClassName
{
color: #82292D;
}
</style>
background-color css
<style>
a { background-color: #82292D; }
a { background-color: rgb(130,41,45); }
div.DivClassName
{
background-color: #82292D;
}
.BgClassName
{
background-color: #82292D;
}
</style>
border-color css
<style>
span { border-color: #82292D; }
span { border-color: rgb(130,41,45); }
td.TdClassName
{
border-color: #82292D;
}
.TagClassName
{
border-color: #82292D;
}
</style>