Shades of Copper #E3825D
Tints of Copper #E3825D
RGB
CMYK
RGB Variations
Color information
#E3825D (or 0xE3825D) is known color: Copper. HEX triplet: E3, 82 and 5D. RGB value is (227,130,93). Sum of RGB (Red+Green+Blue) = 227+130+93=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E3825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3825D is #1C7DA2. Grayscale: #9B9B9B. Windows color (decimal): -1867171 or 6128355. OLE color: 6128355.
HSL color Cylindrical-coordinate representation of color #E3825D: hue angle of 16.57º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3825D is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 93 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.11 |
| HSL | 16.57º | 0.71% | 0.63% | - |
| HSV(B) | 16.57º | 0.59% | 0.89% | - |
| XYZ | 41.64 | 33.09 | 14.55 | - |
| YUV | 154.79 | 93.14 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 93 | 0 | 0.43 | 0.59 | 0.11 | 16.57 | 0.71 | 0.63 |
| Hex | E3 | 82 | 5D | 0 | 2B | 3B | B | 11 | 47 | 3F |
| Octal | 343 | 202 | 135 | 0 | 53 | 73 | 13 | 21 | 107 | 77 |
| Binary | 11100011 | 10000010 | 1011101 | 0 | 101011 | 111011 | 1011 | 10001 | 1000111 | 111111 |
Color Harmonies of #E3825D
Complementary color
Monochromatic Colors of #E3825D
Black with #E3825D
Text Example
Text Example
White with #E3825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3825D; }
p { color: rgb(227,130,93); }
H1.HeaderClassName
{
color: #E3825D;
}
.AnyTagClassName
{
color: #E3825D;
}
</style>
background-color css
<style>
a { background-color: #E3825D; }
a { background-color: rgb(227,130,93); }
div.DivClassName
{
background-color: #E3825D;
}
.BgClassName
{
background-color: #E3825D;
}
</style>
border-color css
<style>
span { border-color: #E3825D; }
span { border-color: rgb(227,130,93); }
td.TdClassName
{
border-color: #E3825D;
}
.TagClassName
{
border-color: #E3825D;
}
</style>