Shades of Chocolate #E55C1C
Tints of Chocolate #E55C1C
RGB
CMYK
RGB Variations
Color information
#E55C1C (or 0xE55C1C) is known color: Chocolate. HEX triplet: E5, 5C and 1C. RGB value is (229,92,28). Sum of RGB (Red+Green+Blue) = 229+92+28=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55C1C is #1AA3E3. Grayscale: #7E7E7E. Windows color (decimal): -1745892 or 1858789. OLE color: 1858789.
HSL color Cylindrical-coordinate representation of color #E55C1C: hue angle of 19.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E55C1C is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 28 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.10 |
| HSL | 19.1º | 0.79% | 0.5% | - |
| HSV(B) | 19.1º | 0.88% | 0.9% | - |
| XYZ | 36.35 | 24.4 | 3.89 | - |
| YUV | 125.67 | 72.89 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 28 | 0 | 0.60 | 0.88 | 0.10 | 19.1 | 0.79 | 0.5 |
| Hex | E5 | 5C | 1C | 0 | 3C | 58 | A | 13 | 4F | 32 |
| Octal | 345 | 134 | 34 | 0 | 74 | 130 | 12 | 23 | 117 | 62 |
| Binary | 11100101 | 1011100 | 11100 | 0 | 111100 | 1011000 | 1010 | 10011 | 1001111 | 110010 |
Color Harmonies of #E55C1C
Complementary color
Monochromatic Colors of #E55C1C
Black with #E55C1C
Text Example
Text Example
White with #E55C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C1C; }
p { color: rgb(229,92,28); }
H1.HeaderClassName
{
color: #E55C1C;
}
.AnyTagClassName
{
color: #E55C1C;
}
</style>
background-color css
<style>
a { background-color: #E55C1C; }
a { background-color: rgb(229,92,28); }
div.DivClassName
{
background-color: #E55C1C;
}
.BgClassName
{
background-color: #E55C1C;
}
</style>
border-color css
<style>
span { border-color: #E55C1C; }
span { border-color: rgb(229,92,28); }
td.TdClassName
{
border-color: #E55C1C;
}
.TagClassName
{
border-color: #E55C1C;
}
</style>