Shades of Chocolate #E2641C
Tints of Chocolate #E2641C
RGB
CMYK
RGB Variations
Color information
#E2641C (or 0xE2641C) is known color: Chocolate. HEX triplet: E2, 64 and 1C. RGB value is (226,100,28). Sum of RGB (Red+Green+Blue) = 226+100+28=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E2641C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2641C is #1D9BE3. Grayscale: #818181. Windows color (decimal): -1940452 or 1860834. OLE color: 1860834.
HSL color Cylindrical-coordinate representation of color #E2641C: hue angle of 21.82º degrees, saturation: 0.78, 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 #E2641C is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 28 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.11 |
| HSL | 21.82º | 0.78% | 0.5% | - |
| HSV(B) | 21.82º | 0.88% | 0.89% | - |
| XYZ | 36.13 | 25.37 | 4.09 | - |
| YUV | 129.47 | 70.74 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 28 | 0 | 0.56 | 0.88 | 0.11 | 21.82 | 0.78 | 0.5 |
| Hex | E2 | 64 | 1C | 0 | 38 | 58 | B | 16 | 4E | 32 |
| Octal | 342 | 144 | 34 | 0 | 70 | 130 | 13 | 26 | 116 | 62 |
| Binary | 11100010 | 1100100 | 11100 | 0 | 111000 | 1011000 | 1011 | 10110 | 1001110 | 110010 |
Color Harmonies of #E2641C
Complementary color
Monochromatic Colors of #E2641C
Black with #E2641C
Text Example
Text Example
White with #E2641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2641C; }
p { color: rgb(226,100,28); }
H1.HeaderClassName
{
color: #E2641C;
}
.AnyTagClassName
{
color: #E2641C;
}
</style>
background-color css
<style>
a { background-color: #E2641C; }
a { background-color: rgb(226,100,28); }
div.DivClassName
{
background-color: #E2641C;
}
.BgClassName
{
background-color: #E2641C;
}
</style>
border-color css
<style>
span { border-color: #E2641C; }
span { border-color: rgb(226,100,28); }
td.TdClassName
{
border-color: #E2641C;
}
.TagClassName
{
border-color: #E2641C;
}
</style>