Color Hex Logo

#ec212e Color Hex

#EC212E
(236,33,46)
0 Favorites   0 Comments

Color spaces of #ec212e

RGB 2363346
HSL0.990.840.53
HSV356°86°93°
CMYK 0.000.860.81   0.07
XYZ35.629119.11784.3970
Yxy19.11780.60240.3232
Hunter Lab43.723968.936624.6444
CIE-Lab50.824772.479146.5985

#ec212e color RGB value is (236,33,46).

#ec212e hex color red value is 236, green value is 33 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ec212e hue: 0.99 , saturation: 0.84 and the lightness value of ec212e is 0.53.

The process color (four color CMYK) of #ec212e color hex is 0.00, 0.86, 0.81, 0.07. Web safe color of #ec212e is #ff3333. Color #ec212e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100001 00101110
Octal 354 41 56
Decimal 236 33 46
Hex EC 21 2E

RGB Percentages of Color #ec212e

%74.92
%10.48
%14.60

CMYK Percentages of Color #ec212e

%0
%86
%81
%7

Triadic Colors of #ec212e

#ec212e #2eec21 #212eec

Analogous Colors of #ec212e

#ec212e #ec7a21 #ec2194

Monochromatic Colors of #ec212e

#ec212e

Complementary Color

#ec212e #21ecdf

#ec212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec212e Color CSS Codes

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

#ec212e Text Font Color

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

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


#ec212e Background Color

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

This div background color is #ec212e


#ec212e Border Color

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

This div border color is #ec212e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec212e


Comments

No comments written yet.

Please login to write comment.