color codes Logo

#ed143c color codes

#ED143C
(237,20,60)
0 Favorites   0 Comments

Color spaces of #ed143c

RGB 2372060
HSL0.970.860.50
HSV349°92°93°
CMYK 0.000.920.75   0.07
XYZ35.990818.83116.0128
Yxy18.83110.59160.3095
Hunter Lab43.394872.103422.1611
CIE-Lab50.489075.142138.4747

#ed143c color RGB value is (237,20,60).

#ed143c hex color red value is 237, green value is 20 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ed143c hue: 0.97 , saturation: 0.86 and the lightness value of ed143c is 0.50.

The process color (four color CMYK) of #ed143c color code is 0.00, 0.92, 0.75, 0.07. Web safe color of #ed143c is #ff0033. Color #ed143c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010100 00111100
Octal 355 24 74
Decimal 237 20 60
Hex ED 14 3C

RGB Percentages of Color #ed143c

%74.76
%6.31
%18.93

CMYK Percentages of Color #ed143c

%0
%92
%75
%7

Triadic Colors of #ed143c

#ed143c #3ced14 #143ced

Analogous Colors of #ed143c

#ed143c #ed5814 #ed14a9

Monochromatic Colors of #ed143c

#ed143c

Complementary Color

#ed143c #14edc5

#ed143c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed143c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed143c Color CSS Codes

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

#ed143c Text Font Color

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

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


#ed143c Background Color

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

This div background color is #ed143c


#ed143c Border Color

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

This div border color is #ed143c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,20,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ed143c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ed143c;
  -webkit-box-shadow: 1px 1px 3px 2px #ed143c;
  box-shadow:         1px 1px 3px 2px #ed143c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,20,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed143c


Comments

No comments written yet.

Please login to write comment.