Color Hex Logo

#ec132b Color Hex

#EC132B
(236,19,43)
0 Favorites   0 Comments

Color spaces of #ec132b

RGB 2361943
HSL0.980.850.50
HSV353°92°93°
CMYK 0.000.920.82   0.07
XYZ35.261018.47303.9927
Yxy18.47300.61080.3200
Hunter Lab42.980271.226124.5783
CIE-Lab50.064974.508647.4594

#ec132b color RGB value is (236,19,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010011 00101011
Octal 354 23 53
Decimal 236 19 43
Hex EC 13 2B

RGB Percentages of Color #ec132b

%79.19
%6.38
%14.43

CMYK Percentages of Color #ec132b

%0
%92
%82
%7

Triadic Colors of #ec132b

#ec132b #2bec13 #132bec

Analogous Colors of #ec132b

#ec132b #ec6813 #ec1398

Monochromatic Colors of #ec132b

#ec132b

Complementary Color

#ec132b #13ecd4

#ec132b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec132b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec132b Color CSS Codes

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

#ec132b Text Font Color

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

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


#ec132b Background Color

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

This div background color is #ec132b


#ec132b Border Color

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

This div border color is #ec132b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec132b


Comments

No comments written yet.

Please login to write comment.