Shades of Chocolate #E2621A
Tints of Chocolate #E2621A
RGB
CMYK
RGB Variations
Color information
#E2621A (or 0xE2621A) is known color: Chocolate. HEX triplet: E2, 62 and 1A. RGB value is (226,98,26). Sum of RGB (Red+Green+Blue) = 226+98+26=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E2621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2621A is #1D9DE5. Grayscale: #808080. Windows color (decimal): -1940966 or 1729250. OLE color: 1729250.
HSL color Cylindrical-coordinate representation of color #E2621A: hue angle of 21.6º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2621A is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 26 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.11 |
| HSL | 21.6º | 0.79% | 0.49% | - |
| HSV(B) | 21.6º | 0.88% | 0.89% | - |
| XYZ | 35.92 | 24.98 | 3.91 | - |
| YUV | 128.06 | 70.41 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 26 | 0 | 0.57 | 0.88 | 0.11 | 21.6 | 0.79 | 0.49 |
| Hex | E2 | 62 | 1A | 0 | 39 | 58 | B | 16 | 4F | 31 |
| Octal | 342 | 142 | 32 | 0 | 71 | 130 | 13 | 26 | 117 | 61 |
| Binary | 11100010 | 1100010 | 11010 | 0 | 111001 | 1011000 | 1011 | 10110 | 1001111 | 110001 |
Color Harmonies of #E2621A
Complementary color
Monochromatic Colors of #E2621A
Black with #E2621A
Text Example
Text Example
White with #E2621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2621A; }
p { color: rgb(226,98,26); }
H1.HeaderClassName
{
color: #E2621A;
}
.AnyTagClassName
{
color: #E2621A;
}
</style>
background-color css
<style>
a { background-color: #E2621A; }
a { background-color: rgb(226,98,26); }
div.DivClassName
{
background-color: #E2621A;
}
.BgClassName
{
background-color: #E2621A;
}
</style>
border-color css
<style>
span { border-color: #E2621A; }
span { border-color: rgb(226,98,26); }
td.TdClassName
{
border-color: #E2621A;
}
.TagClassName
{
border-color: #E2621A;
}
</style>