Shades of Chocolate #E1551C
Tints of Chocolate #E1551C
RGB
CMYK
RGB Variations
Color information
#E1551C (or 0xE1551C) is known color: Chocolate. HEX triplet: E1, 55 and 1C. RGB value is (225,85,28). Sum of RGB (Red+Green+Blue) = 225+85+28=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E1551C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1551C is #1EAAE3. Grayscale: #787878. Windows color (decimal): -2009828 or 1856993. OLE color: 1856993.
HSL color Cylindrical-coordinate representation of color #E1551C: hue angle of 17.36º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1551C is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 28 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.12 |
| HSL | 17.36º | 0.78% | 0.5% | - |
| HSV(B) | 17.36º | 0.88% | 0.88% | - |
| XYZ | 34.51 | 22.59 | 3.64 | - |
| YUV | 120.36 | 75.88 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 28 | 0 | 0.62 | 0.88 | 0.12 | 17.36 | 0.78 | 0.5 |
| Hex | E1 | 55 | 1C | 0 | 3E | 58 | C | 11 | 4E | 32 |
| Octal | 341 | 125 | 34 | 0 | 76 | 130 | 14 | 21 | 116 | 62 |
| Binary | 11100001 | 1010101 | 11100 | 0 | 111110 | 1011000 | 1100 | 10001 | 1001110 | 110010 |
Color Harmonies of #E1551C
Complementary color
Monochromatic Colors of #E1551C
Black with #E1551C
Text Example
Text Example
White with #E1551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1551C; }
p { color: rgb(225,85,28); }
H1.HeaderClassName
{
color: #E1551C;
}
.AnyTagClassName
{
color: #E1551C;
}
</style>
background-color css
<style>
a { background-color: #E1551C; }
a { background-color: rgb(225,85,28); }
div.DivClassName
{
background-color: #E1551C;
}
.BgClassName
{
background-color: #E1551C;
}
</style>
border-color css
<style>
span { border-color: #E1551C; }
span { border-color: rgb(225,85,28); }
td.TdClassName
{
border-color: #E1551C;
}
.TagClassName
{
border-color: #E1551C;
}
</style>