Color Hex Logo

#e42519 Color Hex

#E42519
(228,37,25)
0 Favorites   0 Comments

Color spaces of #e42519

RGB 2283725
HSL0.010.800.50
HSV89°89°
CMYK 0.000.840.89   0.11
XYZ32.831917.88732.6419
Yxy17.88730.61530.3352
Hunter Lab42.293464.554225.9018
CIE-Lab49.359169.103554.7877

#e42519 color RGB value is (228,37,25).

#e42519 hex color red value is 228, green value is 37 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #e42519 hue: 0.01 , saturation: 0.80 and the lightness value of e42519 is 0.50.

The process color (four color CMYK) of #e42519 color hex is 0.00, 0.84, 0.89, 0.11. Web safe color of #e42519 is #cc3300. Color #e42519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100101 00011001
Octal 344 45 31
Decimal 228 37 25
Hex E4 25 19

RGB Percentages of Color #e42519

%78.62
%12.76
%8.62

CMYK Percentages of Color #e42519

%0
%84
%89
%11

Triadic Colors of #e42519

#e42519 #19e425 #2519e4

Analogous Colors of #e42519

#e42519 #e48b19 #e41973

Monochromatic Colors of #e42519

#e42519

Complementary Color

#e42519 #19d8e4

#e42519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42519 Color CSS Codes

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

#e42519 Text Font Color

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

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


#e42519 Background Color

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

This div background color is #e42519


#e42519 Border Color

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

This div border color is #e42519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42519


Comments

No comments written yet.

Please login to write comment.