Shades of Chocolate #E1571D
Tints of Chocolate #E1571D
RGB
CMYK
RGB Variations
Color information
#E1571D (or 0xE1571D) is known color: Chocolate. HEX triplet: E1, 57 and 1D. RGB value is (225,87,29). Sum of RGB (Red+Green+Blue) = 225+87+29=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E1571D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1571D is #1EA8E2. Grayscale: #7A7A7A. Windows color (decimal): -2009315 or 1923041. OLE color: 1923041.
HSL color Cylindrical-coordinate representation of color #E1571D: hue angle of 17.76º 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 #E1571D is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 29 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.12 |
| HSL | 17.76º | 0.77% | 0.5% | - |
| HSV(B) | 17.76º | 0.87% | 0.88% | - |
| XYZ | 34.68 | 22.91 | 3.76 | - |
| YUV | 121.65 | 75.72 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 29 | 0 | 0.61 | 0.87 | 0.12 | 17.76 | 0.77 | 0.5 |
| Hex | E1 | 57 | 1D | 0 | 3D | 57 | C | 12 | 4D | 32 |
| Octal | 341 | 127 | 35 | 0 | 75 | 127 | 14 | 22 | 115 | 62 |
| Binary | 11100001 | 1010111 | 11101 | 0 | 111101 | 1010111 | 1100 | 10010 | 1001101 | 110010 |
Color Harmonies of #E1571D
Complementary color
Monochromatic Colors of #E1571D
Black with #E1571D
Text Example
Text Example
White with #E1571D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1571D; }
p { color: rgb(225,87,29); }
H1.HeaderClassName
{
color: #E1571D;
}
.AnyTagClassName
{
color: #E1571D;
}
</style>
background-color css
<style>
a { background-color: #E1571D; }
a { background-color: rgb(225,87,29); }
div.DivClassName
{
background-color: #E1571D;
}
.BgClassName
{
background-color: #E1571D;
}
</style>
border-color css
<style>
span { border-color: #E1571D; }
span { border-color: rgb(225,87,29); }
td.TdClassName
{
border-color: #E1571D;
}
.TagClassName
{
border-color: #E1571D;
}
</style>