Color Hex Logo

#e14224 Color Hex

#E14224
(225,66,36)
0 Favorites   0 Comments

Color spaces of #e14224

RGB 2256636
HSL0.030.760.51
HSV10°84°88°
CMYK 0.000.710.84   0.12
XYZ33.318020.03143.7795
Yxy20.03140.58320.3506
Hunter Lab44.756554.556826.3227
CIE-Lab51.872759.992151.7808

#e14224 color RGB value is (225,66,36).

#e14224 hex color red value is 225, green value is 66 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #e14224 hue: 0.03 , saturation: 0.76 and the lightness value of e14224 is 0.51.

The process color (four color CMYK) of #e14224 color hex is 0.00, 0.71, 0.84, 0.12. Web safe color of #e14224 is #cc3333. Color #e14224 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000010 00100100
Octal 341 102 44
Decimal 225 66 36
Hex E1 42 24

RGB Percentages of Color #e14224

%68.81
%20.18
%11.01

CMYK Percentages of Color #e14224

%0
%71
%84
%12

Triadic Colors of #e14224

#e14224 #24e142 #4224e1

Analogous Colors of #e14224

#e14224 #e1a124 #e12465

Monochromatic Colors of #e14224

#e14224

Complementary Color

#e14224 #24c3e1

#e14224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14224 Color CSS Codes

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

#e14224 Text Font Color

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

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


#e14224 Background Color

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

This div background color is #e14224


#e14224 Border Color

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

This div border color is #e14224


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,66,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e14224; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e14224;
  -webkit-box-shadow: 1px 1px 3px 2px #e14224;
  box-shadow:         1px 1px 3px 2px #e14224; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,66,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14224


Comments

No comments written yet.

Please login to write comment.