Shades of Chocolate #E55A1B
Tints of Chocolate #E55A1B
RGB
CMYK
RGB Variations
Color information
#E55A1B (or 0xE55A1B) is known color: Chocolate. HEX triplet: E5, 5A and 1B. RGB value is (229,90,27). Sum of RGB (Red+Green+Blue) = 229+90+27=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55A1B is #1AA5E4. Grayscale: #7C7C7C. Windows color (decimal): -1746405 or 1792741. OLE color: 1792741.
HSL color Cylindrical-coordinate representation of color #E55A1B: hue angle of 18.71º degrees, saturation: 0.8, 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 #E55A1B is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 27 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.10 |
| HSL | 18.71º | 0.8% | 0.5% | - |
| HSV(B) | 18.71º | 0.88% | 0.9% | - |
| XYZ | 36.17 | 24.05 | 3.77 | - |
| YUV | 124.38 | 73.05 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 27 | 0 | 0.61 | 0.88 | 0.10 | 18.71 | 0.8 | 0.5 |
| Hex | E5 | 5A | 1B | 0 | 3D | 58 | A | 13 | 50 | 32 |
| Octal | 345 | 132 | 33 | 0 | 75 | 130 | 12 | 23 | 120 | 62 |
| Binary | 11100101 | 1011010 | 11011 | 0 | 111101 | 1011000 | 1010 | 10011 | 1010000 | 110010 |
Color Harmonies of #E55A1B
Complementary color
Monochromatic Colors of #E55A1B
Black with #E55A1B
Text Example
Text Example
White with #E55A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A1B; }
p { color: rgb(229,90,27); }
H1.HeaderClassName
{
color: #E55A1B;
}
.AnyTagClassName
{
color: #E55A1B;
}
</style>
background-color css
<style>
a { background-color: #E55A1B; }
a { background-color: rgb(229,90,27); }
div.DivClassName
{
background-color: #E55A1B;
}
.BgClassName
{
background-color: #E55A1B;
}
</style>
border-color css
<style>
span { border-color: #E55A1B; }
span { border-color: rgb(229,90,27); }
td.TdClassName
{
border-color: #E55A1B;
}
.TagClassName
{
border-color: #E55A1B;
}
</style>