Color Hex Logo

#e13120 Color Hex

#E13120
(225,49,32)
0 Favorites   0 Comments

Color spaces of #e13120

RGB 2254932
HSL0.010.760.50
HSV86°88°
CMYK 0.000.780.86   0.12
XYZ32.410418.30853.1922
Yxy18.30850.60120.3396
Hunter Lab42.788460.326325.5286
CIE-Lab49.868265.401651.8959

#e13120 color RGB value is (225,49,32).

#e13120 hex color red value is 225, green value is 49 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e13120 hue: 0.01 , saturation: 0.76 and the lightness value of e13120 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110001 00100000
Octal 341 61 40
Decimal 225 49 32
Hex E1 31 20

RGB Percentages of Color #e13120

%73.53
%16.01
%10.46

CMYK Percentages of Color #e13120

%0
%78
%86
%12

Triadic Colors of #e13120

#e13120 #20e131 #3120e1

Analogous Colors of #e13120

#e13120 #e19220 #e12070

Monochromatic Colors of #e13120

#e13120

Complementary Color

#e13120 #20d0e1

#e13120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13120 Color CSS Codes

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

#e13120 Text Font Color

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

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


#e13120 Background Color

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

This div background color is #e13120


#e13120 Border Color

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

This div border color is #e13120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13120


Comments

No comments written yet.

Please login to write comment.