Color Hex Logo

#e12224 Color Hex

#E12224
(225,34,36)
0 Favorites   0 Comments

Color spaces of #e12224

RGB 2253436
HSL1.000.760.51
HSV359°85°88°
CMYK 0.000.850.84   0.12
XYZ31.941817.27903.3207
Yxy17.27900.60790.3289
Hunter Lab41.568064.419424.3612
CIE-Lab48.609769.134548.9094

#e12224 color RGB value is (225,34,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100010 00100100
Octal 341 42 44
Decimal 225 34 36
Hex E1 22 24

RGB Percentages of Color #e12224

%76.27
%11.53
%12.20

CMYK Percentages of Color #e12224

%0
%85
%84
%12

Triadic Colors of #e12224

#e12224 #24e122 #2224e1

Analogous Colors of #e12224

#e12224 #e18022 #e12284

Monochromatic Colors of #e12224

#e12224

Complementary Color

#e12224 #22e1df

#e12224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12224 Color CSS Codes

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

#e12224 Text Font Color

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

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


#e12224 Background Color

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

This div background color is #e12224


#e12224 Border Color

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

This div border color is #e12224


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,34,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 #e12224">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12224


Comments

No comments written yet.

Please login to write comment.