Shades of Chocolate #E0571F
Tints of Chocolate #E0571F
RGB
CMYK
RGB Variations
Color information
#E0571F (or 0xE0571F) is known color: Chocolate. HEX triplet: E0, 57 and 1F. RGB value is (224,87,31). Sum of RGB (Red+Green+Blue) = 224+87+31=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E0571F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0571F is #1FA8E0. Grayscale: #797979. Windows color (decimal): -2074849 or 2054112. OLE color: 2054112.
HSL color Cylindrical-coordinate representation of color #E0571F: hue angle of 17.41º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0571F is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 31 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.12 |
| HSL | 17.41º | 0.76% | 0.5% | - |
| HSV(B) | 17.41º | 0.86% | 0.88% | - |
| XYZ | 34.4 | 22.76 | 3.88 | - |
| YUV | 121.58 | 76.89 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 31 | 0 | 0.61 | 0.86 | 0.12 | 17.41 | 0.76 | 0.5 |
| Hex | E0 | 57 | 1F | 0 | 3D | 56 | C | 11 | 4C | 32 |
| Octal | 340 | 127 | 37 | 0 | 75 | 126 | 14 | 21 | 114 | 62 |
| Binary | 11100000 | 1010111 | 11111 | 0 | 111101 | 1010110 | 1100 | 10001 | 1001100 | 110010 |
Color Harmonies of #E0571F
Complementary color
Monochromatic Colors of #E0571F
Black with #E0571F
Text Example
Text Example
White with #E0571F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0571F; }
p { color: rgb(224,87,31); }
H1.HeaderClassName
{
color: #E0571F;
}
.AnyTagClassName
{
color: #E0571F;
}
</style>
background-color css
<style>
a { background-color: #E0571F; }
a { background-color: rgb(224,87,31); }
div.DivClassName
{
background-color: #E0571F;
}
.BgClassName
{
background-color: #E0571F;
}
</style>
border-color css
<style>
span { border-color: #E0571F; }
span { border-color: rgb(224,87,31); }
td.TdClassName
{
border-color: #E0571F;
}
.TagClassName
{
border-color: #E0571F;
}
</style>