Color Hex Logo

#e12226 Color Hex

#E12226
(225,34,38)
0 Favorites   0 Comments

Color spaces of #e12226

RGB 2253438
HSL1.000.760.51
HSV359°85°88°
CMYK 0.000.850.83   0.12
XYZ31.973217.29153.4861
Yxy17.29150.60610.3278
Hunter Lab41.583064.478324.1376
CIE-Lab48.625269.181247.9156

#e12226 color RGB value is (225,34,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100010 00100110
Octal 341 42 46
Decimal 225 34 38
Hex E1 22 26

RGB Percentages of Color #e12226

%75.76
%11.45
%12.79

CMYK Percentages of Color #e12226

%0
%85
%83
%12

Triadic Colors of #e12226

#e12226 #26e122 #2226e1

Analogous Colors of #e12226

#e12226 #e17e22 #e12286

Monochromatic Colors of #e12226

#e12226

Complementary Color

#e12226 #22e1dd

#e12226 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12226 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12226 Color CSS Codes

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

#e12226 Text Font Color

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

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


#e12226 Background Color

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

This div background color is #e12226


#e12226 Border Color

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

This div border color is #e12226


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12226


Comments

No comments written yet.

Please login to write comment.