Shades of Chocolate #E05D1F
Tints of Chocolate #E05D1F
RGB
CMYK
RGB Variations
Color information
#E05D1F (or 0xE05D1F) is known color: Chocolate. HEX triplet: E0, 5D and 1F. RGB value is (224,93,31). Sum of RGB (Red+Green+Blue) = 224+93+31=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05D1F is #1FA2E0. Grayscale: #7D7D7D. Windows color (decimal): -2073313 or 2055648. OLE color: 2055648.
HSL color Cylindrical-coordinate representation of color #E05D1F: hue angle of 19.27º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E05D1F is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 31 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.12 |
| HSL | 19.27º | 0.76% | 0.5% | - |
| HSV(B) | 19.27º | 0.86% | 0.88% | - |
| XYZ | 34.9 | 23.77 | 4.05 | - |
| YUV | 125.1 | 74.9 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 31 | 0 | 0.58 | 0.86 | 0.12 | 19.27 | 0.76 | 0.5 |
| Hex | E0 | 5D | 1F | 0 | 3A | 56 | C | 13 | 4C | 32 |
| Octal | 340 | 135 | 37 | 0 | 72 | 126 | 14 | 23 | 114 | 62 |
| Binary | 11100000 | 1011101 | 11111 | 0 | 111010 | 1010110 | 1100 | 10011 | 1001100 | 110010 |
Color Harmonies of #E05D1F
Complementary color
Monochromatic Colors of #E05D1F
Black with #E05D1F
Text Example
Text Example
White with #E05D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D1F; }
p { color: rgb(224,93,31); }
H1.HeaderClassName
{
color: #E05D1F;
}
.AnyTagClassName
{
color: #E05D1F;
}
</style>
background-color css
<style>
a { background-color: #E05D1F; }
a { background-color: rgb(224,93,31); }
div.DivClassName
{
background-color: #E05D1F;
}
.BgClassName
{
background-color: #E05D1F;
}
</style>
border-color css
<style>
span { border-color: #E05D1F; }
span { border-color: rgb(224,93,31); }
td.TdClassName
{
border-color: #E05D1F;
}
.TagClassName
{
border-color: #E05D1F;
}
</style>