Shades of Chocolate #E2621B
Tints of Chocolate #E2621B
RGB
CMYK
RGB Variations
Color information
#E2621B (or 0xE2621B) is known color: Chocolate. HEX triplet: E2, 62 and 1B. RGB value is (226,98,27). Sum of RGB (Red+Green+Blue) = 226+98+27=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E2621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2621B is #1D9DE4. Grayscale: #808080. Windows color (decimal): -1940965 or 1794786. OLE color: 1794786.
HSL color Cylindrical-coordinate representation of color #E2621B: hue angle of 21.41º 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 #E2621B is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 27 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.11 |
| HSL | 21.41º | 0.79% | 0.5% | - |
| HSV(B) | 21.41º | 0.88% | 0.89% | - |
| XYZ | 35.93 | 24.98 | 3.97 | - |
| YUV | 128.18 | 70.91 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 27 | 0 | 0.57 | 0.88 | 0.11 | 21.41 | 0.79 | 0.5 |
| Hex | E2 | 62 | 1B | 0 | 39 | 58 | B | 15 | 4F | 32 |
| Octal | 342 | 142 | 33 | 0 | 71 | 130 | 13 | 25 | 117 | 62 |
| Binary | 11100010 | 1100010 | 11011 | 0 | 111001 | 1011000 | 1011 | 10101 | 1001111 | 110010 |
Color Harmonies of #E2621B
Complementary color
Monochromatic Colors of #E2621B
Black with #E2621B
Text Example
Text Example
White with #E2621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2621B; }
p { color: rgb(226,98,27); }
H1.HeaderClassName
{
color: #E2621B;
}
.AnyTagClassName
{
color: #E2621B;
}
</style>
background-color css
<style>
a { background-color: #E2621B; }
a { background-color: rgb(226,98,27); }
div.DivClassName
{
background-color: #E2621B;
}
.BgClassName
{
background-color: #E2621B;
}
</style>
border-color css
<style>
span { border-color: #E2621B; }
span { border-color: rgb(226,98,27); }
td.TdClassName
{
border-color: #E2621B;
}
.TagClassName
{
border-color: #E2621B;
}
</style>