Color Hex Logo

#e0341f Color Hex

#E0341F
(224,52,31)
0 Favorites   0 Comments

Color spaces of #e0341f

RGB 2245231
HSL0.020.760.50
HSV86°88°
CMYK 0.000.770.86   0.12
XYZ32.215818.40223.1503
Yxy18.40220.59920.3422
Hunter Lab42.897858.980625.6743
CIE-Lab49.980364.217652.3603

#e0341f color RGB value is (224,52,31).

#e0341f hex color red value is 224, green value is 52 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #e0341f hue: 0.02 , saturation: 0.76 and the lightness value of e0341f is 0.50.

The process color (four color CMYK) of #e0341f color hex is 0.00, 0.77, 0.86, 0.12. Web safe color of #e0341f is #cc3333. Color #e0341f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110100 00011111
Octal 340 64 37
Decimal 224 52 31
Hex E0 34 1F

RGB Percentages of Color #e0341f

%72.96
%16.94
%10.10

CMYK Percentages of Color #e0341f

%0
%77
%86
%12

Triadic Colors of #e0341f

#e0341f #1fe034 #341fe0

Analogous Colors of #e0341f

#e0341f #e0951f #e01f6b

Monochromatic Colors of #e0341f

#e0341f

Complementary Color

#e0341f #1fcbe0

#e0341f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0341f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0341f Color CSS Codes

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

#e0341f Text Font Color

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

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


#e0341f Background Color

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

This div background color is #e0341f


#e0341f Border Color

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

This div border color is #e0341f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0341f


Comments

No comments written yet.

Please login to write comment.