Shades of Chocolate #E1641D
Tints of Chocolate #E1641D
RGB
CMYK
RGB Variations
Color information
#E1641D (or 0xE1641D) is known color: Chocolate. HEX triplet: E1, 64 and 1D. RGB value is (225,100,29). Sum of RGB (Red+Green+Blue) = 225+100+29=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1641D is #1E9BE2. Grayscale: #818181. Windows color (decimal): -2005987 or 1926369. OLE color: 1926369.
HSL color Cylindrical-coordinate representation of color #E1641D: hue angle of 21.73º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1641D is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 29 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.12 |
| HSL | 21.73º | 0.77% | 0.5% | - |
| HSV(B) | 21.73º | 0.87% | 0.88% | - |
| XYZ | 35.83 | 25.21 | 4.14 | - |
| YUV | 129.28 | 71.41 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 29 | 0 | 0.56 | 0.87 | 0.12 | 21.73 | 0.77 | 0.5 |
| Hex | E1 | 64 | 1D | 0 | 38 | 57 | C | 16 | 4D | 32 |
| Octal | 341 | 144 | 35 | 0 | 70 | 127 | 14 | 26 | 115 | 62 |
| Binary | 11100001 | 1100100 | 11101 | 0 | 111000 | 1010111 | 1100 | 10110 | 1001101 | 110010 |
Color Harmonies of #E1641D
Complementary color
Monochromatic Colors of #E1641D
Black with #E1641D
Text Example
Text Example
White with #E1641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1641D; }
p { color: rgb(225,100,29); }
H1.HeaderClassName
{
color: #E1641D;
}
.AnyTagClassName
{
color: #E1641D;
}
</style>
background-color css
<style>
a { background-color: #E1641D; }
a { background-color: rgb(225,100,29); }
div.DivClassName
{
background-color: #E1641D;
}
.BgClassName
{
background-color: #E1641D;
}
</style>
border-color css
<style>
span { border-color: #E1641D; }
span { border-color: rgb(225,100,29); }
td.TdClassName
{
border-color: #E1641D;
}
.TagClassName
{
border-color: #E1641D;
}
</style>