Shades of Chocolate #E55C21
Tints of Chocolate #E55C21
RGB
CMYK
RGB Variations
Color information
#E55C21 (or 0xE55C21) is known color: Chocolate. HEX triplet: E5, 5C and 21. RGB value is (229,92,33). Sum of RGB (Red+Green+Blue) = 229+92+33=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55C21 is #1AA3DE. Grayscale: #7E7E7E. Windows color (decimal): -1745887 or 2186469. OLE color: 2186469.
HSL color Cylindrical-coordinate representation of color #E55C21: hue angle of 18.06º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E55C21 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 33 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.10 |
| HSL | 18.06º | 0.79% | 0.51% | - |
| HSV(B) | 18.06º | 0.86% | 0.9% | - |
| XYZ | 36.41 | 24.42 | 4.23 | - |
| YUV | 126.24 | 75.39 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 33 | 0 | 0.60 | 0.86 | 0.10 | 18.06 | 0.79 | 0.51 |
| Hex | E5 | 5C | 21 | 0 | 3C | 56 | A | 12 | 4F | 33 |
| Octal | 345 | 134 | 41 | 0 | 74 | 126 | 12 | 22 | 117 | 63 |
| Binary | 11100101 | 1011100 | 100001 | 0 | 111100 | 1010110 | 1010 | 10010 | 1001111 | 110011 |
Color Harmonies of #E55C21
Complementary color
Monochromatic Colors of #E55C21
Black with #E55C21
Text Example
Text Example
White with #E55C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C21; }
p { color: rgb(229,92,33); }
H1.HeaderClassName
{
color: #E55C21;
}
.AnyTagClassName
{
color: #E55C21;
}
</style>
background-color css
<style>
a { background-color: #E55C21; }
a { background-color: rgb(229,92,33); }
div.DivClassName
{
background-color: #E55C21;
}
.BgClassName
{
background-color: #E55C21;
}
</style>
border-color css
<style>
span { border-color: #E55C21; }
span { border-color: rgb(229,92,33); }
td.TdClassName
{
border-color: #E55C21;
}
.TagClassName
{
border-color: #E55C21;
}
</style>