Color Hex Logo

#ed041c Color Hex

#ED041C
(237,4,28)
0 Favorites   0 Comments

Color spaces of #ed041c

RGB 237428
HSL0.980.970.47
HSV354°98°93°
CMYK 0.000.980.88   0.07
XYZ35.178118.17522.7527
Yxy18.17520.62700.3239
Hunter Lab42.632472.682626.0144
CIE-Lab49.707975.765454.5907

#ed041c color RGB value is (237,4,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000100 00011100
Octal 355 4 34
Decimal 237 4 28
Hex ED 4 1C

RGB Percentages of Color #ed041c

%88.10
%1.49
%10.41

CMYK Percentages of Color #ed041c

%0
%98
%88
%7

Triadic Colors of #ed041c

#ed041c #1ced04 #041ced

Analogous Colors of #ed041c

#ed041c #ed6004 #ed0491

Monochromatic Colors of #ed041c

#ed041c

Complementary Color

#ed041c #04edd5

#ed041c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed041c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed041c Color CSS Codes

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

#ed041c Text Font Color

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

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


#ed041c Background Color

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

This div background color is #ed041c


#ed041c Border Color

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

This div border color is #ed041c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed041c


Comments

No comments written yet.

Please login to write comment.