Color Hex Logo

#ed3619 Color Hex

#ED3619
(237,54,25)
0 Favorites   0 Comments

Color spaces of #ed3619

RGB 2375425
HSL0.020.850.51
HSV89°93°
CMYK 0.000.770.89   0.07
XYZ36.419720.71302.9982
Yxy20.71300.60570.3445
Hunter Lab45.511563.195927.9522
CIE-Lab52.633967.327957.9400

#ed3619 color RGB value is (237,54,25).

#ed3619 hex color red value is 237, green value is 54 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #ed3619 hue: 0.02 , saturation: 0.85 and the lightness value of ed3619 is 0.51.

The process color (four color CMYK) of #ed3619 color hex is 0.00, 0.77, 0.89, 0.07. Web safe color of #ed3619 is #ff3300. Color #ed3619 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110110 00011001
Octal 355 66 31
Decimal 237 54 25
Hex ED 36 19

RGB Percentages of Color #ed3619

%75.00
%17.09
%7.91

CMYK Percentages of Color #ed3619

%0
%77
%89
%7

Triadic Colors of #ed3619

#ed3619 #19ed36 #3619ed

Analogous Colors of #ed3619

#ed3619 #eda019 #ed1966

Monochromatic Colors of #ed3619

#ed3619

Complementary Color

#ed3619 #19d0ed

#ed3619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3619 Color CSS Codes

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

#ed3619 Text Font Color

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

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


#ed3619 Background Color

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

This div background color is #ed3619


#ed3619 Border Color

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

This div border color is #ed3619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3619


Comments

No comments written yet.

Please login to write comment.