Color Hex Logo

#ec220d Color Hex

#EC220D
(236,34,13)
0 Favorites   0 Comments

Color spaces of #ec220d

RGB 2363413
HSL0.020.900.49
HSV94°93°
CMYK 0.000.860.94   0.07
XYZ35.236719.00602.1921
Yxy19.00600.62440.3368
Hunter Lab43.595967.981227.5359
CIE-Lab50.694271.713360.5820

#ec220d color RGB value is (236,34,13).

#ec220d hex color red value is 236, green value is 34 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ec220d hue: 0.02 , saturation: 0.90 and the lightness value of ec220d is 0.49.

The process color (four color CMYK) of #ec220d color hex is 0.00, 0.86, 0.94, 0.07. Web safe color of #ec220d is #ff3300. Color #ec220d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100010 00001101
Octal 354 42 15
Decimal 236 34 13
Hex EC 22 D

RGB Percentages of Color #ec220d

%83.39
%12.01
%4.59

CMYK Percentages of Color #ec220d

%0
%86
%94
%7

Triadic Colors of #ec220d

#ec220d #0dec22 #220dec

Analogous Colors of #ec220d

#ec220d #ec920d #ec0d68

Monochromatic Colors of #ec220d

#ec220d

Complementary Color

#ec220d #0dd7ec

#ec220d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec220d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec220d Color CSS Codes

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

#ec220d Text Font Color

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

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


#ec220d Background Color

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

This div background color is #ec220d


#ec220d Border Color

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

This div border color is #ec220d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec220d


Comments

No comments written yet.

Please login to write comment.