Shades of Chocolate #E2571F
Tints of Chocolate #E2571F
RGB
CMYK
RGB Variations
Color information
#E2571F (or 0xE2571F) is known color: Chocolate. HEX triplet: E2, 57 and 1F. RGB value is (226,87,31). Sum of RGB (Red+Green+Blue) = 226+87+31=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E2571F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2571F is #1DA8E0. Grayscale: #7A7A7A. Windows color (decimal): -1943777 or 2054114. OLE color: 2054114.
HSL color Cylindrical-coordinate representation of color #E2571F: hue angle of 17.23º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2571F is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 31 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.11 |
| HSL | 17.23º | 0.77% | 0.5% | - |
| HSV(B) | 17.23º | 0.86% | 0.89% | - |
| XYZ | 35.02 | 23.08 | 3.91 | - |
| YUV | 122.18 | 76.55 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 31 | 0 | 0.62 | 0.86 | 0.11 | 17.23 | 0.77 | 0.5 |
| Hex | E2 | 57 | 1F | 0 | 3E | 56 | B | 11 | 4D | 32 |
| Octal | 342 | 127 | 37 | 0 | 76 | 126 | 13 | 21 | 115 | 62 |
| Binary | 11100010 | 1010111 | 11111 | 0 | 111110 | 1010110 | 1011 | 10001 | 1001101 | 110010 |
Color Harmonies of #E2571F
Complementary color
Monochromatic Colors of #E2571F
Black with #E2571F
Text Example
Text Example
White with #E2571F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2571F; }
p { color: rgb(226,87,31); }
H1.HeaderClassName
{
color: #E2571F;
}
.AnyTagClassName
{
color: #E2571F;
}
</style>
background-color css
<style>
a { background-color: #E2571F; }
a { background-color: rgb(226,87,31); }
div.DivClassName
{
background-color: #E2571F;
}
.BgClassName
{
background-color: #E2571F;
}
</style>
border-color css
<style>
span { border-color: #E2571F; }
span { border-color: rgb(226,87,31); }
td.TdClassName
{
border-color: #E2571F;
}
.TagClassName
{
border-color: #E2571F;
}
</style>