#e1511d

Color #E1511D Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #E1511D

Tints of Chocolate #E1511D

Color information

#E1511D (or 0xE1511D) is unknown color: approx Chocolate. HEX triplet: E1, 51 and 1D. RGB value is (225,81,29). Sum of RGB (Red+Green+Blue) = 225+81+29=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1511D is #1EAEE2. Grayscale: #767676. Windows color (decimal): -2010851 or 1921505. OLE color: 1921505.

HSL color Cylindrical-coordinate representation of color #E1511D: hue angle of 15.92º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1511D is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB2258129-
CMYK00.640.870.12
HSL15.92º77.17%49.8%-
HSV(B)15.92º87.11%88.24%-
XYZ34.2221.983.6-
YUV118.1377.71204.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 67.16%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 29 (11.72% from 255) = 8.66%
R=67.16%
G=24.18%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225812900.640.870.1215.9277.1749.8
HexE1511D04057C104d32
Octal341121350100127142011562
Binary111000011010001111010100000010101111100100001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1511d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1511d; }

 p { color: rgb(225,81,29); }

 H1.HeaderClassName
 {
   color: #e1511d;
 }
 .AnyTagClassName
 {
   color: #e1511d;
 }
</style>
background-color css

<style>
 a { background-color: #e1511d; }

 a { background-color: rgb(225,81,29); }

 div.DivClassName
 {
   background-color: #e1511d;
 }
 .BgClassName
 {
   background-color: #e1511d;
 }
</style>
border-color css

<style>
 span { border-color: #e1511d; }

 span { border-color: rgb(225,81,29); }

 td.TdClassName
 {
   border-color: #e1511d;
 }
 .TagClassName
 {
   border-color: #e1511d;
 }
</style>