Color Hex Logo

#ed342d Color Hex

#ED342D
(237,52,45)
0 Favorites   0 Comments

Color spaces of #ed342d

RGB 2375245
HSL0.010.840.55
HSV81°93°
CMYK 0.000.780.81   0.07
XYZ36.626720.65004.5380
Yxy20.65000.59250.3341
Hunter Lab45.442364.347925.8887
CIE-Lab52.564368.314948.8720

#ed342d color RGB value is (237,52,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110100 00101101
Octal 355 64 55
Decimal 237 52 45
Hex ED 34 2D

RGB Percentages of Color #ed342d

%70.96
%15.57
%13.47

CMYK Percentages of Color #ed342d

%0
%78
%81
%7

Triadic Colors of #ed342d

#ed342d #2ded34 #342ded

Analogous Colors of #ed342d

#ed342d #ed942d #ed2d86

Monochromatic Colors of #ed342d

#ed342d

Complementary Color

#ed342d #2de6ed

#ed342d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed342d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed342d Color CSS Codes

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

#ed342d Text Font Color

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

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


#ed342d Background Color

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

This div background color is #ed342d


#ed342d Border Color

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

This div border color is #ed342d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,52,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 #ed342d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed342d


Comments

No comments written yet.

Please login to write comment.