Shades of Chocolate #E1521C
Tints of Chocolate #E1521C
RGB
CMYK
RGB Variations
Color information
#E1521C (or 0xE1521C) is known color: Chocolate. HEX triplet: E1, 52 and 1C. RGB value is (225,82,28). Sum of RGB (Red+Green+Blue) = 225+82+28=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1521C is #1EADE3. Grayscale: #767676. Windows color (decimal): -2010596 or 1856225. OLE color: 1856225.
HSL color Cylindrical-coordinate representation of color #E1521C: hue angle of 16.45º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1521C is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 28 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.12 |
| HSL | 16.45º | 0.78% | 0.5% | - |
| HSV(B) | 16.45º | 0.88% | 0.88% | - |
| XYZ | 34.28 | 22.13 | 3.56 | - |
| YUV | 118.6 | 76.88 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 28 | 0 | 0.64 | 0.88 | 0.12 | 16.45 | 0.78 | 0.5 |
| Hex | E1 | 52 | 1C | 0 | 40 | 58 | C | 10 | 4E | 32 |
| Octal | 341 | 122 | 34 | 0 | 100 | 130 | 14 | 20 | 116 | 62 |
| Binary | 11100001 | 1010010 | 11100 | 0 | 1000000 | 1011000 | 1100 | 10000 | 1001110 | 110010 |
Color Harmonies of #E1521C
Complementary color
Monochromatic Colors of #E1521C
Black with #E1521C
Text Example
Text Example
White with #E1521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1521C; }
p { color: rgb(225,82,28); }
H1.HeaderClassName
{
color: #E1521C;
}
.AnyTagClassName
{
color: #E1521C;
}
</style>
background-color css
<style>
a { background-color: #E1521C; }
a { background-color: rgb(225,82,28); }
div.DivClassName
{
background-color: #E1521C;
}
.BgClassName
{
background-color: #E1521C;
}
</style>
border-color css
<style>
span { border-color: #E1521C; }
span { border-color: rgb(225,82,28); }
td.TdClassName
{
border-color: #E1521C;
}
.TagClassName
{
border-color: #E1521C;
}
</style>