Shades of Chocolate #E05F1F
Tints of Chocolate #E05F1F
RGB
CMYK
RGB Variations
Color information
#E05F1F (or 0xE05F1F) is known color: Chocolate. HEX triplet: E0, 5F and 1F. RGB value is (224,95,31). Sum of RGB (Red+Green+Blue) = 224+95+31=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05F1F is #1FA0E0. Grayscale: #7E7E7E. Windows color (decimal): -2072801 or 2056160. OLE color: 2056160.
HSL color Cylindrical-coordinate representation of color #E05F1F: hue angle of 19.9º 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 #E05F1F is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 31 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.12 |
| HSL | 19.9º | 0.76% | 0.5% | - |
| HSV(B) | 19.9º | 0.86% | 0.88% | - |
| XYZ | 35.08 | 24.13 | 4.11 | - |
| YUV | 126.28 | 74.24 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 31 | 0 | 0.58 | 0.86 | 0.12 | 19.9 | 0.76 | 0.5 |
| Hex | E0 | 5F | 1F | 0 | 3A | 56 | C | 14 | 4C | 32 |
| Octal | 340 | 137 | 37 | 0 | 72 | 126 | 14 | 24 | 114 | 62 |
| Binary | 11100000 | 1011111 | 11111 | 0 | 111010 | 1010110 | 1100 | 10100 | 1001100 | 110010 |
Color Harmonies of #E05F1F
Complementary color
Monochromatic Colors of #E05F1F
Black with #E05F1F
Text Example
Text Example
White with #E05F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F1F; }
p { color: rgb(224,95,31); }
H1.HeaderClassName
{
color: #E05F1F;
}
.AnyTagClassName
{
color: #E05F1F;
}
</style>
background-color css
<style>
a { background-color: #E05F1F; }
a { background-color: rgb(224,95,31); }
div.DivClassName
{
background-color: #E05F1F;
}
.BgClassName
{
background-color: #E05F1F;
}
</style>
border-color css
<style>
span { border-color: #E05F1F; }
span { border-color: rgb(224,95,31); }
td.TdClassName
{
border-color: #E05F1F;
}
.TagClassName
{
border-color: #E05F1F;
}
</style>