Color Hex Logo

#e42315 Color Hex

#E42315
(228,35,21)
0 Favorites   0 Comments

Color spaces of #e42315

RGB 2283521
HSL0.010.830.49
HSV91°89°
CMYK 0.000.850.91   0.11
XYZ32.731317.75022.4105
Yxy17.75020.61880.3356
Hunter Lab42.131064.946326.0994
CIE-Lab49.191769.466556.2414

#e42315 color RGB value is (228,35,21).

#e42315 hex color red value is 228, green value is 35 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #e42315 hue: 0.01 , saturation: 0.83 and the lightness value of e42315 is 0.49.

The process color (four color CMYK) of #e42315 color hex is 0.00, 0.85, 0.91, 0.11. Web safe color of #e42315 is #cc3300. Color #e42315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100011 00010101
Octal 344 43 25
Decimal 228 35 21
Hex E4 23 15

RGB Percentages of Color #e42315

%80.28
%12.32
%7.39

CMYK Percentages of Color #e42315

%0
%85
%91
%11

Triadic Colors of #e42315

#e42315 #15e423 #2315e4

Analogous Colors of #e42315

#e42315 #e48b15 #e4156f

Monochromatic Colors of #e42315

#e42315

Complementary Color

#e42315 #15d6e4

#e42315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42315 Color CSS Codes

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

#e42315 Text Font Color

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

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


#e42315 Background Color

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

This div background color is #e42315


#e42315 Border Color

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

This div border color is #e42315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42315


Comments

No comments written yet.

Please login to write comment.