Shades of Chocolate #E3551D
Tints of Chocolate #E3551D
RGB
CMYK
RGB Variations
Color information
#E3551D (or 0xE3551D) is known color: Chocolate. HEX triplet: E3, 55 and 1D. RGB value is (227,85,29). Sum of RGB (Red+Green+Blue) = 227+85+29=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E3551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3551D is #1CAAE2. Grayscale: #797979. Windows color (decimal): -1878755 or 1922531. OLE color: 1922531.
HSL color Cylindrical-coordinate representation of color #E3551D: hue angle of 16.97º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E3551D is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 29 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.11 |
| HSL | 16.97º | 0.78% | 0.5% | - |
| HSV(B) | 16.97º | 0.87% | 0.89% | - |
| XYZ | 35.15 | 22.92 | 3.73 | - |
| YUV | 121.07 | 76.04 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 29 | 0 | 0.63 | 0.87 | 0.11 | 16.97 | 0.78 | 0.5 |
| Hex | E3 | 55 | 1D | 0 | 3F | 57 | B | 11 | 4E | 32 |
| Octal | 343 | 125 | 35 | 0 | 77 | 127 | 13 | 21 | 116 | 62 |
| Binary | 11100011 | 1010101 | 11101 | 0 | 111111 | 1010111 | 1011 | 10001 | 1001110 | 110010 |
Color Harmonies of #E3551D
Complementary color
Monochromatic Colors of #E3551D
Black with #E3551D
Text Example
Text Example
White with #E3551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3551D; }
p { color: rgb(227,85,29); }
H1.HeaderClassName
{
color: #E3551D;
}
.AnyTagClassName
{
color: #E3551D;
}
</style>
background-color css
<style>
a { background-color: #E3551D; }
a { background-color: rgb(227,85,29); }
div.DivClassName
{
background-color: #E3551D;
}
.BgClassName
{
background-color: #E3551D;
}
</style>
border-color css
<style>
span { border-color: #E3551D; }
span { border-color: rgb(227,85,29); }
td.TdClassName
{
border-color: #E3551D;
}
.TagClassName
{
border-color: #E3551D;
}
</style>