Shades of Chocolate #E15F1F
Tints of Chocolate #E15F1F
RGB
CMYK
RGB Variations
Color information
#E15F1F (or 0xE15F1F) is known color: Chocolate. HEX triplet: E1, 5F and 1F. RGB value is (225,95,31). Sum of RGB (Red+Green+Blue) = 225+95+31=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15F1F is #1EA0E0. Grayscale: #7E7E7E. Windows color (decimal): -2007265 or 2056161. OLE color: 2056161.
HSL color Cylindrical-coordinate representation of color #E15F1F: hue angle of 19.79º 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 #E15F1F is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 95 | 31 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.12 |
| HSL | 19.79º | 0.76% | 0.5% | - |
| HSV(B) | 19.79º | 0.86% | 0.88% | - |
| XYZ | 35.39 | 24.29 | 4.12 | - |
| YUV | 126.57 | 74.07 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 31 | 0 | 0.58 | 0.86 | 0.12 | 19.79 | 0.76 | 0.5 |
| Hex | E1 | 5F | 1F | 0 | 3A | 56 | C | 14 | 4C | 32 |
| Octal | 341 | 137 | 37 | 0 | 72 | 126 | 14 | 24 | 114 | 62 |
| Binary | 11100001 | 1011111 | 11111 | 0 | 111010 | 1010110 | 1100 | 10100 | 1001100 | 110010 |
Color Harmonies of #E15F1F
Complementary color
Monochromatic Colors of #E15F1F
Black with #E15F1F
Text Example
Text Example
White with #E15F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15F1F; }
p { color: rgb(225,95,31); }
H1.HeaderClassName
{
color: #E15F1F;
}
.AnyTagClassName
{
color: #E15F1F;
}
</style>
background-color css
<style>
a { background-color: #E15F1F; }
a { background-color: rgb(225,95,31); }
div.DivClassName
{
background-color: #E15F1F;
}
.BgClassName
{
background-color: #E15F1F;
}
</style>
border-color css
<style>
span { border-color: #E15F1F; }
span { border-color: rgb(225,95,31); }
td.TdClassName
{
border-color: #E15F1F;
}
.TagClassName
{
border-color: #E15F1F;
}
</style>