Color Hex Logo

#ec1941 Color Hex

#EC1941
(236,25,65)
0 Favorites   0 Comments

Color spaces of #ec1941

RGB 2362565
HSL0.970.850.51
HSV349°89°93°
CMYK 0.000.890.72   0.07
XYZ35.893818.90986.7592
Yxy18.90980.58300.3072
Hunter Lab43.485471.238421.2240
CIE-Lab50.581574.418135.6048

#ec1941 color RGB value is (236,25,65).

#ec1941 hex color red value is 236, green value is 25 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ec1941 hue: 0.97 , saturation: 0.85 and the lightness value of ec1941 is 0.51.

The process color (four color CMYK) of #ec1941 color hex is 0.00, 0.89, 0.72, 0.07. Web safe color of #ec1941 is #ff0033. Color #ec1941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011001 01000001
Octal 354 31 101
Decimal 236 25 65
Hex EC 19 41

RGB Percentages of Color #ec1941

%72.39
%7.67
%19.94

CMYK Percentages of Color #ec1941

%0
%89
%72
%7

Triadic Colors of #ec1941

#ec1941 #41ec19 #1941ec

Analogous Colors of #ec1941

#ec1941 #ec5b19 #ec19ab

Monochromatic Colors of #ec1941

#ec1941

Complementary Color

#ec1941 #19ecc4

#ec1941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1941 Color CSS Codes

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

#ec1941 Text Font Color

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

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


#ec1941 Background Color

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

This div background color is #ec1941


#ec1941 Border Color

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

This div border color is #ec1941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1941


Comments

No comments written yet.

Please login to write comment.