Color Hex Logo

#e12511 Color Hex

#E12511
(225,37,17)
0 Favorites   0 Comments

Color spaces of #e12511

RGB 2253717
HSL0.020.860.47
HSV92°88°
CMYK 0.000.840.92   0.12
XYZ31.814117.37122.2065
Yxy17.37120.61910.3380
Hunter Lab41.678863.314226.0363
CIE-Lab48.724468.176257.0668

#e12511 color RGB value is (225,37,17).

#e12511 hex color red value is 225, green value is 37 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #e12511 hue: 0.02 , saturation: 0.86 and the lightness value of e12511 is 0.47.

The process color (four color CMYK) of #e12511 color hex is 0.00, 0.84, 0.92, 0.12. Web safe color of #e12511 is #cc3300. Color #e12511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100101 00010001
Octal 341 45 21
Decimal 225 37 17
Hex E1 25 11

RGB Percentages of Color #e12511

%80.65
%13.26
%6.09

CMYK Percentages of Color #e12511

%0
%84
%92
%12

Triadic Colors of #e12511

#e12511 #11e125 #2511e1

Analogous Colors of #e12511

#e12511 #e18d11 #e11165

Monochromatic Colors of #e12511

#e12511

Complementary Color

#e12511 #11cde1

#e12511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12511 Color CSS Codes

.mybgcolor {background-color:#e12511; } 
.myforecolor {color:#e12511; }
.mybordercolor {border:3px solid #e12511; }

#e12511 Text Font Color

<p style="color:#e12511">Text here</p>

This sample text font color is #e12511
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e12511 Background Color

<div style="background-color:#e12511">
Div content here</div>

This div background color is #e12511


#e12511 Border Color

<div style="border:3px solid #e12511">
Div here</div>

This div border color is #e12511


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,37,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e12511; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e12511;
  -webkit-box-shadow: 1px 1px 3px 2px #e12511;
  box-shadow:         1px 1px 3px 2px #e12511; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,37,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e12511">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e12511;
  -webkit-box-shadow: 1px 1px 3px 2px #e12511;
  box-shadow:         1px 1px 3px 2px #e12511;">
Div content here</div>

This div box has shadow with color #e12511


Comments

No comments written yet.

Please login to write comment.