Shades of Chocolate #E0511B
Tints of Chocolate #E0511B
RGB
CMYK
RGB Variations
Color information
#E0511B (or 0xE0511B) is known color: Chocolate. HEX triplet: E0, 51 and 1B. RGB value is (224,81,27). Sum of RGB (Red+Green+Blue) = 224+81+27=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E0511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0511B is #1FAEE4. Grayscale: #757575. Windows color (decimal): -2076389 or 1790432. OLE color: 1790432.
HSL color Cylindrical-coordinate representation of color #E0511B: hue angle of 16.45º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0511B is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 27 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.12 |
| HSL | 16.45º | 0.78% | 0.49% | - |
| HSV(B) | 16.45º | 0.88% | 0.88% | - |
| XYZ | 33.88 | 21.81 | 3.46 | - |
| YUV | 117.6 | 76.88 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 27 | 0 | 0.64 | 0.88 | 0.12 | 16.45 | 0.78 | 0.49 |
| Hex | E0 | 51 | 1B | 0 | 40 | 58 | C | 10 | 4E | 31 |
| Octal | 340 | 121 | 33 | 0 | 100 | 130 | 14 | 20 | 116 | 61 |
| Binary | 11100000 | 1010001 | 11011 | 0 | 1000000 | 1011000 | 1100 | 10000 | 1001110 | 110001 |
Color Harmonies of #E0511B
Complementary color
Monochromatic Colors of #E0511B
Black with #E0511B
Text Example
Text Example
White with #E0511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0511B; }
p { color: rgb(224,81,27); }
H1.HeaderClassName
{
color: #E0511B;
}
.AnyTagClassName
{
color: #E0511B;
}
</style>
background-color css
<style>
a { background-color: #E0511B; }
a { background-color: rgb(224,81,27); }
div.DivClassName
{
background-color: #E0511B;
}
.BgClassName
{
background-color: #E0511B;
}
</style>
border-color css
<style>
span { border-color: #E0511B; }
span { border-color: rgb(224,81,27); }
td.TdClassName
{
border-color: #E0511B;
}
.TagClassName
{
border-color: #E0511B;
}
</style>