Color Hex Logo

#ec041d Color Hex

#EC041D
(236,4,29)
0 Favorites   0 Comments

Color spaces of #ec041d

RGB 236429
HSL0.980.970.47
HSV354°98°93°
CMYK 0.000.980.88   0.07
XYZ34.857318.00842.8012
Yxy18.00840.62620.3235
Hunter Lab42.436372.356925.7917
CIE-Lab49.506375.539953.9003

#ec041d color RGB value is (236,4,29).

#ec041d hex color red value is 236, green value is 4 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ec041d hue: 0.98 , saturation: 0.97 and the lightness value of ec041d is 0.47.

The process color (four color CMYK) of #ec041d color hex is 0.00, 0.98, 0.88, 0.07. Web safe color of #ec041d is #ff0033. Color #ec041d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000100 00011101
Octal 354 4 35
Decimal 236 4 29
Hex EC 4 1D

RGB Percentages of Color #ec041d

%87.73
%1.49
%10.78

CMYK Percentages of Color #ec041d

%0
%98
%88
%7

Triadic Colors of #ec041d

#ec041d #1dec04 #041dec

Analogous Colors of #ec041d

#ec041d #ec5f04 #ec0491

Monochromatic Colors of #ec041d

#ec041d

Complementary Color

#ec041d #04ecd3

#ec041d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec041d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec041d Color CSS Codes

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

#ec041d Text Font Color

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

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


#ec041d Background Color

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

This div background color is #ec041d


#ec041d Border Color

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

This div border color is #ec041d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec041d


Comments

No comments written yet.

Please login to write comment.