Shades of Chocolate #E2541B
Tints of Chocolate #E2541B
RGB
CMYK
RGB Variations
Color information
#E2541B (or 0xE2541B) is known color: Chocolate. HEX triplet: E2, 54 and 1B. RGB value is (226,84,27). Sum of RGB (Red+Green+Blue) = 226+84+27=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2541B is #1DABE4. Grayscale: #787878. Windows color (decimal): -1944549 or 1791202. OLE color: 1791202.
HSL color Cylindrical-coordinate representation of color #E2541B: hue angle of 17.19º 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 #E2541B is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 27 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.11 |
| HSL | 17.19º | 0.79% | 0.5% | - |
| HSV(B) | 17.19º | 0.88% | 0.89% | - |
| XYZ | 34.73 | 22.59 | 3.57 | - |
| YUV | 119.96 | 75.54 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 27 | 0 | 0.63 | 0.88 | 0.11 | 17.19 | 0.79 | 0.5 |
| Hex | E2 | 54 | 1B | 0 | 3F | 58 | B | 11 | 4F | 32 |
| Octal | 342 | 124 | 33 | 0 | 77 | 130 | 13 | 21 | 117 | 62 |
| Binary | 11100010 | 1010100 | 11011 | 0 | 111111 | 1011000 | 1011 | 10001 | 1001111 | 110010 |
Color Harmonies of #E2541B
Complementary color
Monochromatic Colors of #E2541B
Black with #E2541B
Text Example
Text Example
White with #E2541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2541B; }
p { color: rgb(226,84,27); }
H1.HeaderClassName
{
color: #E2541B;
}
.AnyTagClassName
{
color: #E2541B;
}
</style>
background-color css
<style>
a { background-color: #E2541B; }
a { background-color: rgb(226,84,27); }
div.DivClassName
{
background-color: #E2541B;
}
.BgClassName
{
background-color: #E2541B;
}
</style>
border-color css
<style>
span { border-color: #E2541B; }
span { border-color: rgb(226,84,27); }
td.TdClassName
{
border-color: #E2541B;
}
.TagClassName
{
border-color: #E2541B;
}
</style>