Shades of Chocolate #E85D1D
Tints of Chocolate #E85D1D
RGB
CMYK
RGB Variations
Color information
#E85D1D (or 0xE85D1D) is known color: Chocolate. HEX triplet: E8, 5D and 1D. RGB value is (232,93,29). Sum of RGB (Red+Green+Blue) = 232+93+29=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85D1D is #17A2E2. Grayscale: #7F7F7F. Windows color (decimal): -1549027 or 1924584. OLE color: 1924584.
HSL color Cylindrical-coordinate representation of color #E85D1D: hue angle of 18.92º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E85D1D is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 29 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.09 |
| HSL | 18.92º | 0.82% | 0.51% | - |
| HSV(B) | 18.92º | 0.88% | 0.91% | - |
| XYZ | 37.41 | 25.07 | 4.03 | - |
| YUV | 127.27 | 72.55 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 29 | 0 | 0.60 | 0.88 | 0.09 | 18.92 | 0.82 | 0.51 |
| Hex | E8 | 5D | 1D | 0 | 3C | 58 | 9 | 13 | 52 | 33 |
| Octal | 350 | 135 | 35 | 0 | 74 | 130 | 11 | 23 | 122 | 63 |
| Binary | 11101000 | 1011101 | 11101 | 0 | 111100 | 1011000 | 1001 | 10011 | 1010010 | 110011 |
Color Harmonies of #E85D1D
Complementary color
Monochromatic Colors of #E85D1D
Black with #E85D1D
Text Example
Text Example
White with #E85D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D1D; }
p { color: rgb(232,93,29); }
H1.HeaderClassName
{
color: #E85D1D;
}
.AnyTagClassName
{
color: #E85D1D;
}
</style>
background-color css
<style>
a { background-color: #E85D1D; }
a { background-color: rgb(232,93,29); }
div.DivClassName
{
background-color: #E85D1D;
}
.BgClassName
{
background-color: #E85D1D;
}
</style>
border-color css
<style>
span { border-color: #E85D1D; }
span { border-color: rgb(232,93,29); }
td.TdClassName
{
border-color: #E85D1D;
}
.TagClassName
{
border-color: #E85D1D;
}
</style>