Shades of Chocolate #E2571C
Tints of Chocolate #E2571C
RGB
CMYK
RGB Variations
Color information
#E2571C (or 0xE2571C) is known color: Chocolate. HEX triplet: E2, 57 and 1C. RGB value is (226,87,28). Sum of RGB (Red+Green+Blue) = 226+87+28=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2571C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2571C is #1DA8E3. Grayscale: #7A7A7A. Windows color (decimal): -1943780 or 1857506. OLE color: 1857506.
HSL color Cylindrical-coordinate representation of color #E2571C: hue angle of 17.88º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2571C is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 28 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.11 |
| HSL | 17.88º | 0.78% | 0.5% | - |
| HSV(B) | 17.88º | 0.88% | 0.89% | - |
| XYZ | 34.98 | 23.07 | 3.71 | - |
| YUV | 121.84 | 75.05 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 28 | 0 | 0.62 | 0.88 | 0.11 | 17.88 | 0.78 | 0.5 |
| Hex | E2 | 57 | 1C | 0 | 3E | 58 | B | 12 | 4E | 32 |
| Octal | 342 | 127 | 34 | 0 | 76 | 130 | 13 | 22 | 116 | 62 |
| Binary | 11100010 | 1010111 | 11100 | 0 | 111110 | 1011000 | 1011 | 10010 | 1001110 | 110010 |
Color Harmonies of #E2571C
Complementary color
Monochromatic Colors of #E2571C
Black with #E2571C
Text Example
Text Example
White with #E2571C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2571C; }
p { color: rgb(226,87,28); }
H1.HeaderClassName
{
color: #E2571C;
}
.AnyTagClassName
{
color: #E2571C;
}
</style>
background-color css
<style>
a { background-color: #E2571C; }
a { background-color: rgb(226,87,28); }
div.DivClassName
{
background-color: #E2571C;
}
.BgClassName
{
background-color: #E2571C;
}
</style>
border-color css
<style>
span { border-color: #E2571C; }
span { border-color: rgb(226,87,28); }
td.TdClassName
{
border-color: #E2571C;
}
.TagClassName
{
border-color: #E2571C;
}
</style>