Color Hex Logo

#e2252a Color Hex

#E2252A
(226,37,42)
0 Favorites   0 Comments

Color spaces of #e2252a

RGB 2263742
HSL1.000.770.52
HSV358°84°89°
CMYK 0.000.840.81   0.11
XYZ32.443517.65913.8891
Yxy17.65910.60090.3271
Hunter Lab42.022764.270523.9288
CIE-Lab49.080068.917846.3411

#e2252a color RGB value is (226,37,42).

#e2252a hex color red value is 226, green value is 37 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e2252a hue: 1.00 , saturation: 0.77 and the lightness value of e2252a is 0.52.

The process color (four color CMYK) of #e2252a color hex is 0.00, 0.84, 0.81, 0.11. Web safe color of #e2252a is #cc3333. Color #e2252a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100101 00101010
Octal 342 45 52
Decimal 226 37 42
Hex E2 25 2A

RGB Percentages of Color #e2252a

%74.10
%12.13
%13.77

CMYK Percentages of Color #e2252a

%0
%84
%81
%11

Triadic Colors of #e2252a

#e2252a #2ae225 #252ae2

Analogous Colors of #e2252a

#e2252a #e27f25 #e22589

Monochromatic Colors of #e2252a

#e2252a

Complementary Color

#e2252a #25e2dd

#e2252a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2252a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2252a Color CSS Codes

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

#e2252a Text Font Color

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

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


#e2252a Background Color

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

This div background color is #e2252a


#e2252a Border Color

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

This div border color is #e2252a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,37,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2252a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2252a;
  -webkit-box-shadow: 1px 1px 3px 2px #e2252a;
  box-shadow:         1px 1px 3px 2px #e2252a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,37,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2252a


Comments

No comments written yet.

Please login to write comment.