Color Hex Logo

#ec131e Color Hex

#EC131E
(236,19,30)
0 Favorites   0 Comments

Color spaces of #ec131e

RGB 2361930
HSL0.990.850.50
HSV357°92°93°
CMYK 0.000.920.87   0.07
XYZ35.059318.39232.9305
Yxy18.39230.62180.3262
Hunter Lab42.886270.872025.9690
CIE-Lab49.968574.237653.8024

#ec131e color RGB value is (236,19,30).

#ec131e hex color red value is 236, green value is 19 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ec131e hue: 0.99 , saturation: 0.85 and the lightness value of ec131e is 0.50.

The process color (four color CMYK) of #ec131e color hex is 0.00, 0.92, 0.87, 0.07. Web safe color of #ec131e is #ff0033. Color #ec131e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010011 00011110
Octal 354 23 36
Decimal 236 19 30
Hex EC 13 1E

RGB Percentages of Color #ec131e

%82.81
%6.67
%10.53

CMYK Percentages of Color #ec131e

%0
%92
%87
%7

Triadic Colors of #ec131e

#ec131e #1eec13 #131eec

Analogous Colors of #ec131e

#ec131e #ec7513 #ec138b

Monochromatic Colors of #ec131e

#ec131e

Complementary Color

#ec131e #13ece1

#ec131e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec131e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec131e Color CSS Codes

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

#ec131e Text Font Color

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

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


#ec131e Background Color

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

This div background color is #ec131e


#ec131e Border Color

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

This div border color is #ec131e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,19,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ec131e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ec131e;
  -webkit-box-shadow: 1px 1px 3px 2px #ec131e;
  box-shadow:         1px 1px 3px 2px #ec131e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,19,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec131e


Comments

No comments written yet.

Please login to write comment.