Shades of Chocolate #E1621C
Tints of Chocolate #E1621C
RGB
CMYK
RGB Variations
Color information
#E1621C (or 0xE1621C) is known color: Chocolate. HEX triplet: E1, 62 and 1C. RGB value is (225,98,28). Sum of RGB (Red+Green+Blue) = 225+98+28=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E1621C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1621C is #1E9DE3. Grayscale: #808080. Windows color (decimal): -2006500 or 1860321. OLE color: 1860321.
HSL color Cylindrical-coordinate representation of color #E1621C: hue angle of 21.32º 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 #E1621C is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 28 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.12 |
| HSL | 21.32º | 0.78% | 0.5% | - |
| HSV(B) | 21.32º | 0.88% | 0.88% | - |
| XYZ | 35.63 | 24.83 | 4.01 | - |
| YUV | 127.99 | 71.58 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 28 | 0 | 0.56 | 0.88 | 0.12 | 21.32 | 0.78 | 0.5 |
| Hex | E1 | 62 | 1C | 0 | 38 | 58 | C | 15 | 4E | 32 |
| Octal | 341 | 142 | 34 | 0 | 70 | 130 | 14 | 25 | 116 | 62 |
| Binary | 11100001 | 1100010 | 11100 | 0 | 111000 | 1011000 | 1100 | 10101 | 1001110 | 110010 |
Color Harmonies of #E1621C
Complementary color
Monochromatic Colors of #E1621C
Black with #E1621C
Text Example
Text Example
White with #E1621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1621C; }
p { color: rgb(225,98,28); }
H1.HeaderClassName
{
color: #E1621C;
}
.AnyTagClassName
{
color: #E1621C;
}
</style>
background-color css
<style>
a { background-color: #E1621C; }
a { background-color: rgb(225,98,28); }
div.DivClassName
{
background-color: #E1621C;
}
.BgClassName
{
background-color: #E1621C;
}
</style>
border-color css
<style>
span { border-color: #E1621C; }
span { border-color: rgb(225,98,28); }
td.TdClassName
{
border-color: #E1621C;
}
.TagClassName
{
border-color: #E1621C;
}
</style>