Color Hex Logo

#e1313d Color Hex

#E1313D
(225,49,61)
0 Favorites   0 Comments

Color spaces of #e1313d

RGB 2254961
HSL0.990.750.54
HSV356°78°88°
CMYK 0.000.780.73   0.12
XYZ32.992018.54116.2548
Yxy18.54110.57090.3208
Hunter Lab43.059461.412421.5291
CIE-Lab50.145966.281536.8748

#e1313d color RGB value is (225,49,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110001 00111101
Octal 341 61 75
Decimal 225 49 61
Hex E1 31 3D

RGB Percentages of Color #e1313d

%67.16
%14.63
%18.21

CMYK Percentages of Color #e1313d

%0
%78
%73
%12

Triadic Colors of #e1313d

#e1313d #3de131 #313de1

Analogous Colors of #e1313d

#e1313d #e17d31 #e13195

Monochromatic Colors of #e1313d

#e1313d

Complementary Color

#e1313d #31e1d5

#e1313d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1313d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1313d Color CSS Codes

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

#e1313d Text Font Color

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

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


#e1313d Background Color

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

This div background color is #e1313d


#e1313d Border Color

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

This div border color is #e1313d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1313d


Comments

No comments written yet.

Please login to write comment.