Shades of Chocolate #E1521D
Tints of Chocolate #E1521D
RGB
CMYK
RGB Variations
Color information
#E1521D (or 0xE1521D) is known color: Chocolate. HEX triplet: E1, 52 and 1D. RGB value is (225,82,29). Sum of RGB (Red+Green+Blue) = 225+82+29=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1521D is #1EADE2. Grayscale: #777777. Windows color (decimal): -2010595 or 1921761. OLE color: 1921761.
HSL color Cylindrical-coordinate representation of color #E1521D: hue angle of 16.22º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1521D is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 29 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.12 |
| HSL | 16.22º | 0.77% | 0.5% | - |
| HSV(B) | 16.22º | 0.87% | 0.88% | - |
| XYZ | 34.29 | 22.13 | 3.63 | - |
| YUV | 118.72 | 77.38 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 29 | 0 | 0.64 | 0.87 | 0.12 | 16.22 | 0.77 | 0.5 |
| Hex | E1 | 52 | 1D | 0 | 40 | 57 | C | 10 | 4D | 32 |
| Octal | 341 | 122 | 35 | 0 | 100 | 127 | 14 | 20 | 115 | 62 |
| Binary | 11100001 | 1010010 | 11101 | 0 | 1000000 | 1010111 | 1100 | 10000 | 1001101 | 110010 |
Color Harmonies of #E1521D
Complementary color
Monochromatic Colors of #E1521D
Black with #E1521D
Text Example
Text Example
White with #E1521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1521D; }
p { color: rgb(225,82,29); }
H1.HeaderClassName
{
color: #E1521D;
}
.AnyTagClassName
{
color: #E1521D;
}
</style>
background-color css
<style>
a { background-color: #E1521D; }
a { background-color: rgb(225,82,29); }
div.DivClassName
{
background-color: #E1521D;
}
.BgClassName
{
background-color: #E1521D;
}
</style>
border-color css
<style>
span { border-color: #E1521D; }
span { border-color: rgb(225,82,29); }
td.TdClassName
{
border-color: #E1521D;
}
.TagClassName
{
border-color: #E1521D;
}
</style>