Shades of Chocolate #E0551F
Tints of Chocolate #E0551F
RGB
CMYK
RGB Variations
Color information
#E0551F (or 0xE0551F) is known color: Chocolate. HEX triplet: E0, 55 and 1F. RGB value is (224,85,31). Sum of RGB (Red+Green+Blue) = 224+85+31=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E0551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0551F is #1FAAE0. Grayscale: #787878. Windows color (decimal): -2075361 or 2053600. OLE color: 2053600.
HSL color Cylindrical-coordinate representation of color #E0551F: hue angle of 16.79º 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 #E0551F is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 85 | 31 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.12 |
| HSL | 16.79º | 0.76% | 0.5% | - |
| HSV(B) | 16.79º | 0.86% | 0.88% | - |
| XYZ | 34.24 | 22.44 | 3.82 | - |
| YUV | 120.41 | 77.55 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 31 | 0 | 0.62 | 0.86 | 0.12 | 16.79 | 0.76 | 0.5 |
| Hex | E0 | 55 | 1F | 0 | 3E | 56 | C | 11 | 4C | 32 |
| Octal | 340 | 125 | 37 | 0 | 76 | 126 | 14 | 21 | 114 | 62 |
| Binary | 11100000 | 1010101 | 11111 | 0 | 111110 | 1010110 | 1100 | 10001 | 1001100 | 110010 |
Color Harmonies of #E0551F
Complementary color
Monochromatic Colors of #E0551F
Black with #E0551F
Text Example
Text Example
White with #E0551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0551F; }
p { color: rgb(224,85,31); }
H1.HeaderClassName
{
color: #E0551F;
}
.AnyTagClassName
{
color: #E0551F;
}
</style>
background-color css
<style>
a { background-color: #E0551F; }
a { background-color: rgb(224,85,31); }
div.DivClassName
{
background-color: #E0551F;
}
.BgClassName
{
background-color: #E0551F;
}
</style>
border-color css
<style>
span { border-color: #E0551F; }
span { border-color: rgb(224,85,31); }
td.TdClassName
{
border-color: #E0551F;
}
.TagClassName
{
border-color: #E0551F;
}
</style>