Shades of Chocolate #E1551F
Tints of Chocolate #E1551F
RGB
CMYK
RGB Variations
Color information
#E1551F (or 0xE1551F) is known color: Chocolate. HEX triplet: E1, 55 and 1F. RGB value is (225,85,31). Sum of RGB (Red+Green+Blue) = 225+85+31=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E1551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1551F is #1EAAE0. Grayscale: #797979. Windows color (decimal): -2009825 or 2053601. OLE color: 2053601.
HSL color Cylindrical-coordinate representation of color #E1551F: hue angle of 16.7º 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 #E1551F is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 31 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.12 |
| HSL | 16.7º | 0.76% | 0.5% | - |
| HSV(B) | 16.7º | 0.86% | 0.88% | - |
| XYZ | 34.55 | 22.6 | 3.84 | - |
| YUV | 120.7 | 77.38 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 31 | 0 | 0.62 | 0.86 | 0.12 | 16.7 | 0.76 | 0.5 |
| Hex | E1 | 55 | 1F | 0 | 3E | 56 | C | 11 | 4C | 32 |
| Octal | 341 | 125 | 37 | 0 | 76 | 126 | 14 | 21 | 114 | 62 |
| Binary | 11100001 | 1010101 | 11111 | 0 | 111110 | 1010110 | 1100 | 10001 | 1001100 | 110010 |
Color Harmonies of #E1551F
Complementary color
Monochromatic Colors of #E1551F
Black with #E1551F
Text Example
Text Example
White with #E1551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1551F; }
p { color: rgb(225,85,31); }
H1.HeaderClassName
{
color: #E1551F;
}
.AnyTagClassName
{
color: #E1551F;
}
</style>
background-color css
<style>
a { background-color: #E1551F; }
a { background-color: rgb(225,85,31); }
div.DivClassName
{
background-color: #E1551F;
}
.BgClassName
{
background-color: #E1551F;
}
</style>
border-color css
<style>
span { border-color: #E1551F; }
span { border-color: rgb(225,85,31); }
td.TdClassName
{
border-color: #E1551F;
}
.TagClassName
{
border-color: #E1551F;
}
</style>