Color Hex Logo

#ed443d Color Hex

#ED443D
(237,68,61)
0 Favorites   0 Comments

Color spaces of #ed443d

RGB 2376861
HSL0.010.830.58
HSV74°93°
CMYK 0.000.710.74   0.07
XYZ37.834522.47576.7590
Yxy22.47570.56410.3351
Hunter Lab47.408559.487424.7331
CIE-Lab54.528163.806342.4102

#ed443d color RGB value is (237,68,61).

#ed443d hex color red value is 237, green value is 68 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ed443d hue: 0.01 , saturation: 0.83 and the lightness value of ed443d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000100 00111101
Octal 355 104 75
Decimal 237 68 61
Hex ED 44 3D

RGB Percentages of Color #ed443d

%64.75
%18.58
%16.67

CMYK Percentages of Color #ed443d

%0
%71
%74
%7

Triadic Colors of #ed443d

#ed443d #3ded44 #443ded

Analogous Colors of #ed443d

#ed443d #ed9c3d #ed3d8e

Monochromatic Colors of #ed443d

#ed443d

Complementary Color

#ed443d #3de6ed

#ed443d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed443d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed443d Color CSS Codes

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

#ed443d Text Font Color

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

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


#ed443d Background Color

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

This div background color is #ed443d


#ed443d Border Color

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

This div border color is #ed443d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed443d


Comments

No comments written yet.

Please login to write comment.