Shades of Flame Red #82282C
Tints of Flame Red #82282C
RGB
CMYK
RGB Variations
Color information
#82282C (or 0x82282C) is known color: Flame Red. HEX triplet: 82, 28 and 2C. RGB value is (130,40,44). Sum of RGB (Red+Green+Blue) = 130+40+44=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #82282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82282C is #7DD7D3. Grayscale: #434343. Windows color (decimal): -8247252 or 2893954. OLE color: 2893954.
HSL color Cylindrical-coordinate representation of color #82282C: hue angle of 357.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82282C is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 40 | 44 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.49 |
| HSL | 357.33º | 0.53% | 0.33% | - |
| HSV(B) | 357.33º | 0.69% | 0.51% | - |
| XYZ | 10.42 | 6.45 | 3.08 | - |
| YUV | 67.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 44 | 0 | 0.69 | 0.66 | 0.49 | 357.33 | 0.53 | 0.33 |
| Hex | 82 | 28 | 2C | 0 | 45 | 42 | 31 | 165 | 35 | 21 |
| Octal | 202 | 50 | 54 | 0 | 105 | 102 | 61 | 545 | 65 | 41 |
| Binary | 10000010 | 101000 | 101100 | 0 | 1000101 | 1000010 | 110001 | 101100101 | 110101 | 100001 |
Color Harmonies of #82282C
Complementary color
Monochromatic Colors of #82282C
Black with #82282C
Text Example
Text Example
White with #82282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82282C; }
p { color: rgb(130,40,44); }
H1.HeaderClassName
{
color: #82282C;
}
.AnyTagClassName
{
color: #82282C;
}
</style>
background-color css
<style>
a { background-color: #82282C; }
a { background-color: rgb(130,40,44); }
div.DivClassName
{
background-color: #82282C;
}
.BgClassName
{
background-color: #82282C;
}
</style>
border-color css
<style>
span { border-color: #82282C; }
span { border-color: rgb(130,40,44); }
td.TdClassName
{
border-color: #82282C;
}
.TagClassName
{
border-color: #82282C;
}
</style>