Color Hex Logo

#e42911 Color Hex

#E42911
(228,41,17)
0 Favorites   0 Comments

Color spaces of #e42911

RGB 2284117
HSL0.020.860.48
HSV93°89°
CMYK 0.000.820.93   0.11
XYZ32.889018.12032.2944
Yxy18.12030.61700.3399
Hunter Lab42.567963.419426.6018
CIE-Lab49.641768.088957.9337

#e42911 color RGB value is (228,41,17).

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

The process color (four color CMYK) of #e42911 color hex is 0.00, 0.82, 0.93, 0.11. Web safe color of #e42911 is #cc3300. Color #e42911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101001 00010001
Octal 344 51 21
Decimal 228 41 17
Hex E4 29 11

RGB Percentages of Color #e42911

%79.72
%14.34
%5.94

CMYK Percentages of Color #e42911

%0
%82
%93
%11

Triadic Colors of #e42911

#e42911 #11e429 #2911e4

Analogous Colors of #e42911

#e42911 #e49311 #e41163

Monochromatic Colors of #e42911

#e42911

Complementary Color

#e42911 #11cce4

#e42911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42911 Color CSS Codes

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

#e42911 Text Font Color

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

This sample text font color is #e42911
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.


#e42911 Background Color

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

This div background color is #e42911


#e42911 Border Color

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

This div border color is #e42911


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,41,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 #e42911">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42911


Comments

No comments written yet.

Please login to write comment.