Color Hex Logo

#ed2c2e Color Hex

#ED2C2E
(237,44,46)
0 Favorites   0 Comments

Color spaces of #ed2c2e

RGB 2374446
HSL1.000.840.55
HSV359°81°93°
CMYK 0.000.810.81   0.07
XYZ36.318920.00314.5315
Yxy20.00310.59680.3287
Hunter Lab44.724866.682925.3001
CIE-Lab51.840770.411647.6576

#ed2c2e color RGB value is (237,44,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101100 00101110
Octal 355 54 56
Decimal 237 44 46
Hex ED 2C 2E

RGB Percentages of Color #ed2c2e

%72.48
%13.46
%14.07

CMYK Percentages of Color #ed2c2e

%0
%81
%81
%7

Triadic Colors of #ed2c2e

#ed2c2e #2eed2c #2c2eed

Analogous Colors of #ed2c2e

#ed2c2e #ed8b2c #ed2c8f

Monochromatic Colors of #ed2c2e

#ed2c2e

Complementary Color

#ed2c2e #2cedeb

#ed2c2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2c2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2c2e Color CSS Codes

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

#ed2c2e Text Font Color

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

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


#ed2c2e Background Color

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

This div background color is #ed2c2e


#ed2c2e Border Color

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

This div border color is #ed2c2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2c2e


Comments

No comments written yet.

Please login to write comment.