Color Hex Logo

#e03413 Color Hex

#E03413
(224,52,19)
0 Favorites   0 Comments

Color spaces of #e03413

RGB 2245219
HSL0.030.840.48
HSV10°92°88°
CMYK 0.000.770.92   0.12
XYZ32.086018.35032.4669
Yxy18.35030.60650.3469
Hunter Lab42.837358.735126.5717
CIE-Lab49.918364.016457.0595

#e03413 color RGB value is (224,52,19).

#e03413 hex color red value is 224, green value is 52 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #e03413 hue: 0.03 , saturation: 0.84 and the lightness value of e03413 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110100 00010011
Octal 340 64 23
Decimal 224 52 19
Hex E0 34 13

RGB Percentages of Color #e03413

%75.93
%17.63
%6.44

CMYK Percentages of Color #e03413

%0
%77
%92
%12

Triadic Colors of #e03413

#e03413 #13e034 #3413e0

Analogous Colors of #e03413

#e03413 #e09b13 #e01359

Monochromatic Colors of #e03413

#e03413

Complementary Color

#e03413 #13bfe0

#e03413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03413 Color CSS Codes

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

#e03413 Text Font Color

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

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


#e03413 Background Color

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

This div background color is #e03413


#e03413 Border Color

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

This div border color is #e03413


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,52,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e03413; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e03413;
  -webkit-box-shadow: 1px 1px 3px 2px #e03413;
  box-shadow:         1px 1px 3px 2px #e03413; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,52,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03413


Comments

No comments written yet.

Please login to write comment.