Color Hex Logo

#ec1736 Color Hex

#EC1736
(236,23,54)
0 Favorites   0 Comments

Color spaces of #ec1736

RGB 2362354
HSL0.980.850.51
HSV351°90°93°
CMYK 0.000.900.77   0.07
XYZ35.564318.71205.2274
Yxy18.71200.59770.3145
Hunter Lab43.257471.054423.1153
CIE-Lab50.348574.313041.7045

#ec1736 color RGB value is (236,23,54).

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

The process color (four color CMYK) of #ec1736 color hex is 0.00, 0.90, 0.77, 0.07. Web safe color of #ec1736 is #ff0033. Color #ec1736 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010111 00110110
Octal 354 27 66
Decimal 236 23 54
Hex EC 17 36

RGB Percentages of Color #ec1736

%75.40
%7.35
%17.25

CMYK Percentages of Color #ec1736

%0
%90
%77
%7

Triadic Colors of #ec1736

#ec1736 #36ec17 #1736ec

Analogous Colors of #ec1736

#ec1736 #ec6317 #ec17a1

Monochromatic Colors of #ec1736

#ec1736

Complementary Color

#ec1736 #17eccd

#ec1736 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1736 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1736 Color CSS Codes

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

#ec1736 Text Font Color

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

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


#ec1736 Background Color

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

This div background color is #ec1736


#ec1736 Border Color

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

This div border color is #ec1736


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1736


Comments

No comments written yet.

Please login to write comment.