Shades of Chocolate #E5551D
Tints of Chocolate #E5551D
RGB
CMYK
RGB Variations
Color information
#E5551D (or 0xE5551D) is known color: Chocolate. HEX triplet: E5, 55 and 1D. RGB value is (229,85,29). Sum of RGB (Red+Green+Blue) = 229+85+29=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5551D is #1AAAE2. Grayscale: #7A7A7A. Windows color (decimal): -1747683 or 1922533. OLE color: 1922533.
HSL color Cylindrical-coordinate representation of color #E5551D: hue angle of 16.8º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5551D is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 29 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.10 |
| HSL | 16.8º | 0.79% | 0.51% | - |
| HSV(B) | 16.8º | 0.87% | 0.9% | - |
| XYZ | 35.78 | 23.24 | 3.76 | - |
| YUV | 121.67 | 75.71 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 29 | 0 | 0.63 | 0.87 | 0.10 | 16.8 | 0.79 | 0.51 |
| Hex | E5 | 55 | 1D | 0 | 3F | 57 | A | 11 | 4F | 33 |
| Octal | 345 | 125 | 35 | 0 | 77 | 127 | 12 | 21 | 117 | 63 |
| Binary | 11100101 | 1010101 | 11101 | 0 | 111111 | 1010111 | 1010 | 10001 | 1001111 | 110011 |
Color Harmonies of #E5551D
Complementary color
Monochromatic Colors of #E5551D
Black with #E5551D
Text Example
Text Example
White with #E5551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5551D; }
p { color: rgb(229,85,29); }
H1.HeaderClassName
{
color: #E5551D;
}
.AnyTagClassName
{
color: #E5551D;
}
</style>
background-color css
<style>
a { background-color: #E5551D; }
a { background-color: rgb(229,85,29); }
div.DivClassName
{
background-color: #E5551D;
}
.BgClassName
{
background-color: #E5551D;
}
</style>
border-color css
<style>
span { border-color: #E5551D; }
span { border-color: rgb(229,85,29); }
td.TdClassName
{
border-color: #E5551D;
}
.TagClassName
{
border-color: #E5551D;
}
</style>