Shades of Chocolate #E3541F
Tints of Chocolate #E3541F
RGB
CMYK
RGB Variations
Color information
#E3541F (or 0xE3541F) is known color: Chocolate. HEX triplet: E3, 54 and 1F. RGB value is (227,84,31). Sum of RGB (Red+Green+Blue) = 227+84+31=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E3541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3541F is #1CABE0. Grayscale: #797979. Windows color (decimal): -1879009 or 2053347. OLE color: 2053347.
HSL color Cylindrical-coordinate representation of color #E3541F: hue angle of 16.22º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3541F is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 84 | 31 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.11 |
| HSL | 16.22º | 0.78% | 0.51% | - |
| HSV(B) | 16.22º | 0.86% | 0.89% | - |
| XYZ | 35.1 | 22.77 | 3.84 | - |
| YUV | 120.72 | 77.38 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 84 | 31 | 0 | 0.63 | 0.86 | 0.11 | 16.22 | 0.78 | 0.51 |
| Hex | E3 | 54 | 1F | 0 | 3F | 56 | B | 10 | 4E | 33 |
| Octal | 343 | 124 | 37 | 0 | 77 | 126 | 13 | 20 | 116 | 63 |
| Binary | 11100011 | 1010100 | 11111 | 0 | 111111 | 1010110 | 1011 | 10000 | 1001110 | 110011 |
Color Harmonies of #E3541F
Complementary color
Monochromatic Colors of #E3541F
Black with #E3541F
Text Example
Text Example
White with #E3541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3541F; }
p { color: rgb(227,84,31); }
H1.HeaderClassName
{
color: #E3541F;
}
.AnyTagClassName
{
color: #E3541F;
}
</style>
background-color css
<style>
a { background-color: #E3541F; }
a { background-color: rgb(227,84,31); }
div.DivClassName
{
background-color: #E3541F;
}
.BgClassName
{
background-color: #E3541F;
}
</style>
border-color css
<style>
span { border-color: #E3541F; }
span { border-color: rgb(227,84,31); }
td.TdClassName
{
border-color: #E3541F;
}
.TagClassName
{
border-color: #E3541F;
}
</style>