Shades of Chocolate #E5551F
Tints of Chocolate #E5551F
RGB
CMYK
RGB Variations
Color information
#E5551F (or 0xE5551F) is known color: Chocolate. HEX triplet: E5, 55 and 1F. RGB value is (229,85,31). Sum of RGB (Red+Green+Blue) = 229+85+31=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E5551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5551F is #1AAAE0. Grayscale: #7A7A7A. Windows color (decimal): -1747681 or 2053605. OLE color: 2053605.
HSL color Cylindrical-coordinate representation of color #E5551F: hue angle of 16.36º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5551F is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 31 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.10 |
| HSL | 16.36º | 0.79% | 0.51% | - |
| HSV(B) | 16.36º | 0.86% | 0.9% | - |
| XYZ | 35.81 | 23.25 | 3.9 | - |
| YUV | 121.9 | 76.71 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 31 | 0 | 0.63 | 0.86 | 0.10 | 16.36 | 0.79 | 0.51 |
| Hex | E5 | 55 | 1F | 0 | 3F | 56 | A | 10 | 4F | 33 |
| Octal | 345 | 125 | 37 | 0 | 77 | 126 | 12 | 20 | 117 | 63 |
| Binary | 11100101 | 1010101 | 11111 | 0 | 111111 | 1010110 | 1010 | 10000 | 1001111 | 110011 |
Color Harmonies of #E5551F
Complementary color
Monochromatic Colors of #E5551F
Black with #E5551F
Text Example
Text Example
White with #E5551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5551F; }
p { color: rgb(229,85,31); }
H1.HeaderClassName
{
color: #E5551F;
}
.AnyTagClassName
{
color: #E5551F;
}
</style>
background-color css
<style>
a { background-color: #E5551F; }
a { background-color: rgb(229,85,31); }
div.DivClassName
{
background-color: #E5551F;
}
.BgClassName
{
background-color: #E5551F;
}
</style>
border-color css
<style>
span { border-color: #E5551F; }
span { border-color: rgb(229,85,31); }
td.TdClassName
{
border-color: #E5551F;
}
.TagClassName
{
border-color: #E5551F;
}
</style>