Color Hex Logo

#ec1641 Color Hex

#EC1641
(236,22,65)
0 Favorites   0 Comments

Color spaces of #ec1641

RGB 2362265
HSL0.970.850.51
HSV348°91°93°
CMYK 0.000.910.72   0.07
XYZ35.833118.78836.7389
Yxy18.78830.58400.3062
Hunter Lab43.345571.708921.1240
CIE-Lab50.438674.830335.4378

#ec1641 color RGB value is (236,22,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010110 01000001
Octal 354 26 101
Decimal 236 22 65
Hex EC 16 41

RGB Percentages of Color #ec1641

%73.07
%6.81
%20.12

CMYK Percentages of Color #ec1641

%0
%91
%72
%7

Triadic Colors of #ec1641

#ec1641 #41ec16 #1641ec

Analogous Colors of #ec1641

#ec1641 #ec5616 #ec16ac

Monochromatic Colors of #ec1641

#ec1641

Complementary Color

#ec1641 #16ecc1

#ec1641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1641 Color CSS Codes

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

#ec1641 Text Font Color

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

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


#ec1641 Background Color

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

This div background color is #ec1641


#ec1641 Border Color

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

This div border color is #ec1641


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,22,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 #ec1641">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1641

#ec1641 Color Palettes


Comments

No comments written yet.

Please login to write comment.