Color Hex Logo

#e13137 Color Hex

#E13137
(225,49,55)
0 Favorites   0 Comments

Color spaces of #e13137

RGB 2254955
HSL0.990.750.54
HSV358°78°88°
CMYK 0.000.780.76   0.12
XYZ32.839218.48005.4506
Yxy18.48000.57850.3255
Hunter Lab42.988461.128122.5743
CIE-Lab50.073266.051740.2096

#e13137 color RGB value is (225,49,55).

#e13137 hex color red value is 225, green value is 49 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #e13137 hue: 0.99 , saturation: 0.75 and the lightness value of e13137 is 0.54.

The process color (four color CMYK) of #e13137 color hex is 0.00, 0.78, 0.76, 0.12. Web safe color of #e13137 is #cc3333. Color #e13137 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110001 00110111
Octal 341 61 67
Decimal 225 49 55
Hex E1 31 37

RGB Percentages of Color #e13137

%68.39
%14.89
%16.72

CMYK Percentages of Color #e13137

%0
%78
%76
%12

Triadic Colors of #e13137

#e13137 #37e131 #3137e1

Analogous Colors of #e13137

#e13137 #e18331 #e1318f

Monochromatic Colors of #e13137

#e13137

Complementary Color

#e13137 #31e1db

#e13137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13137 Color CSS Codes

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

#e13137 Text Font Color

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

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


#e13137 Background Color

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

This div background color is #e13137


#e13137 Border Color

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

This div border color is #e13137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13137


Comments

No comments written yet.

Please login to write comment.