Color Hex Logo

#ed041e Color Hex

#ED041E
(237,4,30)
0 Favorites   0 Comments

Color spaces of #ed041e

RGB 237430
HSL0.980.970.47
HSV353°98°93°
CMYK 0.000.980.87   0.07
XYZ35.202818.18512.8830
Yxy18.18510.62560.3232
Hunter Lab42.644072.725525.8424
CIE-Lab49.719875.797953.6993

#ed041e color RGB value is (237,4,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000100 00011110
Octal 355 4 36
Decimal 237 4 30
Hex ED 4 1E

RGB Percentages of Color #ed041e

%87.45
%1.48
%11.07

CMYK Percentages of Color #ed041e

%0
%98
%87
%7

Triadic Colors of #ed041e

#ed041e #1eed04 #041eed

Analogous Colors of #ed041e

#ed041e #ed5f04 #ed0493

Monochromatic Colors of #ed041e

#ed041e

Complementary Color

#ed041e #04edd3

#ed041e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed041e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed041e Color CSS Codes

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

#ed041e Text Font Color

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

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


#ed041e Background Color

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

This div background color is #ed041e


#ed041e Border Color

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

This div border color is #ed041e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed041e


Comments

No comments written yet.

Please login to write comment.