Shades of Chocolate #E2611B
Tints of Chocolate #E2611B
RGB
CMYK
RGB Variations
Color information
#E2611B (or 0xE2611B) is known color: Chocolate. HEX triplet: E2, 61 and 1B. RGB value is (226,97,27). Sum of RGB (Red+Green+Blue) = 226+97+27=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E2611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2611B is #1D9EE4. Grayscale: #808080. Windows color (decimal): -1941221 or 1794530. OLE color: 1794530.
HSL color Cylindrical-coordinate representation of color #E2611B: hue angle of 21.11º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2611B is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 27 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.11 |
| HSL | 21.11º | 0.79% | 0.5% | - |
| HSV(B) | 21.11º | 0.88% | 0.89% | - |
| XYZ | 35.84 | 24.8 | 3.93 | - |
| YUV | 127.59 | 71.24 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 27 | 0 | 0.57 | 0.88 | 0.11 | 21.11 | 0.79 | 0.5 |
| Hex | E2 | 61 | 1B | 0 | 39 | 58 | B | 15 | 4F | 32 |
| Octal | 342 | 141 | 33 | 0 | 71 | 130 | 13 | 25 | 117 | 62 |
| Binary | 11100010 | 1100001 | 11011 | 0 | 111001 | 1011000 | 1011 | 10101 | 1001111 | 110010 |
Color Harmonies of #E2611B
Complementary color
Monochromatic Colors of #E2611B
Black with #E2611B
Text Example
Text Example
White with #E2611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2611B; }
p { color: rgb(226,97,27); }
H1.HeaderClassName
{
color: #E2611B;
}
.AnyTagClassName
{
color: #E2611B;
}
</style>
background-color css
<style>
a { background-color: #E2611B; }
a { background-color: rgb(226,97,27); }
div.DivClassName
{
background-color: #E2611B;
}
.BgClassName
{
background-color: #E2611B;
}
</style>
border-color css
<style>
span { border-color: #E2611B; }
span { border-color: rgb(226,97,27); }
td.TdClassName
{
border-color: #E2611B;
}
.TagClassName
{
border-color: #E2611B;
}
</style>