Color Hex Logo

#ec161b Color Hex

#EC161B
(236,22,27)
0 Favorites   0 Comments

Color spaces of #ec161b

RGB 2362227
HSL1.000.850.51
HSV359°91°93°
CMYK 0.000.910.89   0.07
XYZ35.076818.48582.7563
Yxy18.48580.62280.3282
Hunter Lab42.995170.384626.2957
CIE-Lab50.080173.816255.2068

#ec161b color RGB value is (236,22,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010110 00011011
Octal 354 26 33
Decimal 236 22 27
Hex EC 16 1B

RGB Percentages of Color #ec161b

%82.81
%7.72
%9.47

CMYK Percentages of Color #ec161b

%0
%91
%89
%7

Triadic Colors of #ec161b

#ec161b #1bec16 #161bec

Analogous Colors of #ec161b

#ec161b #ec7c16 #ec1686

Monochromatic Colors of #ec161b

#ec161b

Complementary Color

#ec161b #16ece7

#ec161b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec161b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec161b Color CSS Codes

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

#ec161b Text Font Color

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

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


#ec161b Background Color

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

This div background color is #ec161b


#ec161b Border Color

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

This div border color is #ec161b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec161b


Comments

No comments written yet.

Please login to write comment.