Color Hex Logo

#ed133c Color Hex

#ED133C
(237,19,60)
0 Favorites   0 Comments

Color spaces of #ed133c

RGB 2371960
HSL0.970.860.50
HSV349°92°93°
CMYK 0.000.920.75   0.07
XYZ35.973518.79656.0070
Yxy18.79650.59190.3093
Hunter Lab43.354972.238222.1336
CIE-Lab50.448375.259738.4290

#ed133c color RGB value is (237,19,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010011 00111100
Octal 355 23 74
Decimal 237 19 60
Hex ED 13 3C

RGB Percentages of Color #ed133c

%75.00
%6.01
%18.99

CMYK Percentages of Color #ed133c

%0
%92
%75
%7

Triadic Colors of #ed133c

#ed133c #3ced13 #133ced

Analogous Colors of #ed133c

#ed133c #ed5713 #ed13a9

Monochromatic Colors of #ed133c

#ed133c

Complementary Color

#ed133c #13edc4

#ed133c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed133c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed133c Color CSS Codes

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

#ed133c Text Font Color

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

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


#ed133c Background Color

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

This div background color is #ed133c


#ed133c Border Color

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

This div border color is #ed133c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed133c


Comments

No comments written yet.

Please login to write comment.