Color Hex Logo

#ec211d Color Hex

#EC211D
(236,33,29)
0 Favorites   0 Comments

Color spaces of #ec211d

RGB 2363329
HSL0.000.840.52
HSV88°93°
CMYK 0.000.860.88   0.07
XYZ35.357719.00932.9680
Yxy19.00930.61670.3315
Hunter Lab43.599768.457526.4837
CIE-Lab50.698172.107354.8057

#ec211d color RGB value is (236,33,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100001 00011101
Octal 354 41 35
Decimal 236 33 29
Hex EC 21 1D

RGB Percentages of Color #ec211d

%79.19
%11.07
%9.73

CMYK Percentages of Color #ec211d

%0
%86
%88
%7

Triadic Colors of #ec211d

#ec211d #1dec21 #211dec

Analogous Colors of #ec211d

#ec211d #ec891d #ec1d81

Monochromatic Colors of #ec211d

#ec211d

Complementary Color

#ec211d #1de8ec

#ec211d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec211d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec211d Color CSS Codes

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

#ec211d Text Font Color

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

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


#ec211d Background Color

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

This div background color is #ec211d


#ec211d Border Color

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

This div border color is #ec211d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec211d


Comments

No comments written yet.

Please login to write comment.