Shades of Chocolate #E0611B
Tints of Chocolate #E0611B
RGB
CMYK
RGB Variations
Color information
#E0611B (or 0xE0611B) is known color: Chocolate. HEX triplet: E0, 61 and 1B. RGB value is (224,97,27). Sum of RGB (Red+Green+Blue) = 224+97+27=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E0611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0611B is #1F9EE4. Grayscale: #7F7F7F. Windows color (decimal): -2072293 or 1794528. OLE color: 1794528.
HSL color Cylindrical-coordinate representation of color #E0611B: hue angle of 21.32º 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 #E0611B is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 27 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.12 |
| HSL | 21.32º | 0.78% | 0.49% | - |
| HSV(B) | 21.32º | 0.88% | 0.88% | - |
| XYZ | 35.21 | 24.48 | 3.91 | - |
| YUV | 126.99 | 71.58 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 27 | 0 | 0.57 | 0.88 | 0.12 | 21.32 | 0.78 | 0.49 |
| Hex | E0 | 61 | 1B | 0 | 39 | 58 | C | 15 | 4E | 31 |
| Octal | 340 | 141 | 33 | 0 | 71 | 130 | 14 | 25 | 116 | 61 |
| Binary | 11100000 | 1100001 | 11011 | 0 | 111001 | 1011000 | 1100 | 10101 | 1001110 | 110001 |
Color Harmonies of #E0611B
Complementary color
Monochromatic Colors of #E0611B
Black with #E0611B
Text Example
Text Example
White with #E0611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0611B; }
p { color: rgb(224,97,27); }
H1.HeaderClassName
{
color: #E0611B;
}
.AnyTagClassName
{
color: #E0611B;
}
</style>
background-color css
<style>
a { background-color: #E0611B; }
a { background-color: rgb(224,97,27); }
div.DivClassName
{
background-color: #E0611B;
}
.BgClassName
{
background-color: #E0611B;
}
</style>
border-color css
<style>
span { border-color: #E0611B; }
span { border-color: rgb(224,97,27); }
td.TdClassName
{
border-color: #E0611B;
}
.TagClassName
{
border-color: #E0611B;
}
</style>