Shades of Flame Red #82262A
Tints of Flame Red #82262A
RGB
CMYK
RGB Variations
Color information
#82262A (or 0x82262A) is known color: Flame Red. HEX triplet: 82, 26 and 2A. RGB value is (130,38,42). Sum of RGB (Red+Green+Blue) = 130+38+42=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #82262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82262A is #7DD9D5. Grayscale: #424242. Windows color (decimal): -8247766 or 2762370. OLE color: 2762370.
HSL color Cylindrical-coordinate representation of color #82262A: hue angle of 357.39º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82262A is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 38 | 42 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.49 |
| HSL | 357.39º | 0.55% | 0.33% | - |
| HSV(B) | 357.39º | 0.71% | 0.51% | - |
| XYZ | 10.32 | 6.3 | 2.86 | - |
| YUV | 65.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 42 | 0 | 0.71 | 0.68 | 0.49 | 357.39 | 0.55 | 0.33 |
| Hex | 82 | 26 | 2A | 0 | 47 | 44 | 31 | 165 | 37 | 21 |
| Octal | 202 | 46 | 52 | 0 | 107 | 104 | 61 | 545 | 67 | 41 |
| Binary | 10000010 | 100110 | 101010 | 0 | 1000111 | 1000100 | 110001 | 101100101 | 110111 | 100001 |
Color Harmonies of #82262A
Complementary color
Monochromatic Colors of #82262A
Black with #82262A
Text Example
Text Example
White with #82262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82262A; }
p { color: rgb(130,38,42); }
H1.HeaderClassName
{
color: #82262A;
}
.AnyTagClassName
{
color: #82262A;
}
</style>
background-color css
<style>
a { background-color: #82262A; }
a { background-color: rgb(130,38,42); }
div.DivClassName
{
background-color: #82262A;
}
.BgClassName
{
background-color: #82262A;
}
</style>
border-color css
<style>
span { border-color: #82262A; }
span { border-color: rgb(130,38,42); }
td.TdClassName
{
border-color: #82262A;
}
.TagClassName
{
border-color: #82262A;
}
</style>