Shades of Copper #E2825B
Tints of Copper #E2825B
RGB
CMYK
RGB Variations
Color information
#E2825B (or 0xE2825B) is known color: Copper. HEX triplet: E2, 82 and 5B. RGB value is (226,130,91). Sum of RGB (Red+Green+Blue) = 226+130+91=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2825B is #1D7DA4. Grayscale: #9A9A9A. Windows color (decimal): -1932709 or 5997282. OLE color: 5997282.
HSL color Cylindrical-coordinate representation of color #E2825B: hue angle of 17.33º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2825B is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 91 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.11 |
| HSL | 17.33º | 0.7% | 0.62% | - |
| HSV(B) | 17.33º | 0.6% | 0.89% | - |
| XYZ | 41.23 | 32.89 | 14.07 | - |
| YUV | 154.26 | 92.3 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 91 | 0 | 0.42 | 0.60 | 0.11 | 17.33 | 0.7 | 0.62 |
| Hex | E2 | 82 | 5B | 0 | 2A | 3C | B | 11 | 46 | 3E |
| Octal | 342 | 202 | 133 | 0 | 52 | 74 | 13 | 21 | 106 | 76 |
| Binary | 11100010 | 10000010 | 1011011 | 0 | 101010 | 111100 | 1011 | 10001 | 1000110 | 111110 |
Color Harmonies of #E2825B
Complementary color
Monochromatic Colors of #E2825B
Black with #E2825B
Text Example
Text Example
White with #E2825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2825B; }
p { color: rgb(226,130,91); }
H1.HeaderClassName
{
color: #E2825B;
}
.AnyTagClassName
{
color: #E2825B;
}
</style>
background-color css
<style>
a { background-color: #E2825B; }
a { background-color: rgb(226,130,91); }
div.DivClassName
{
background-color: #E2825B;
}
.BgClassName
{
background-color: #E2825B;
}
</style>
border-color css
<style>
span { border-color: #E2825B; }
span { border-color: rgb(226,130,91); }
td.TdClassName
{
border-color: #E2825B;
}
.TagClassName
{
border-color: #E2825B;
}
</style>