Color Hex Logo

#ed442d Color Hex

#ED442D
(237,68,45)
0 Favorites   0 Comments

Color spaces of #ed442d

RGB 2376845
HSL0.020.840.55
HSV81°93°
CMYK 0.000.710.81   0.07
XYZ37.465822.32824.8177
Yxy22.32820.57990.3456
Hunter Lab47.252758.837027.0319
CIE-Lab54.373563.274150.5950

#ed442d color RGB value is (237,68,45).

#ed442d hex color red value is 237, green value is 68 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ed442d hue: 0.02 , saturation: 0.84 and the lightness value of ed442d is 0.55.

The process color (four color CMYK) of #ed442d color hex is 0.00, 0.71, 0.81, 0.07. Web safe color of #ed442d is #ff3333. Color #ed442d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000100 00101101
Octal 355 104 55
Decimal 237 68 45
Hex ED 44 2D

RGB Percentages of Color #ed442d

%67.71
%19.43
%12.86

CMYK Percentages of Color #ed442d

%0
%71
%81
%7

Triadic Colors of #ed442d

#ed442d #2ded44 #442ded

Analogous Colors of #ed442d

#ed442d #eda42d #ed2d76

Monochromatic Colors of #ed442d

#ed442d

Complementary Color

#ed442d #2dd6ed

#ed442d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed442d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed442d Color CSS Codes

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

#ed442d Text Font Color

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

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


#ed442d Background Color

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

This div background color is #ed442d


#ed442d Border Color

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

This div border color is #ed442d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed442d


Comments

No comments written yet.

Please login to write comment.