Color Hex Logo

#ed292e Color Hex

#ED292E
(237,41,46)
0 Favorites   0 Comments

Color spaces of #ed292e

RGB 2374146
HSL1.000.840.55
HSV358°83°93°
CMYK 0.000.830.81   0.07
XYZ36.211119.78774.4956
Yxy19.78770.59860.3271
Hunter Lab44.483467.459725.1464
CIE-Lab51.596371.105747.4197

#ed292e color RGB value is (237,41,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101001 00101110
Octal 355 51 56
Decimal 237 41 46
Hex ED 29 2E

RGB Percentages of Color #ed292e

%73.15
%12.65
%14.20

CMYK Percentages of Color #ed292e

%0
%83
%81
%7

Triadic Colors of #ed292e

#ed292e #2eed29 #292eed

Analogous Colors of #ed292e

#ed292e #ed8629 #ed2990

Monochromatic Colors of #ed292e

#ed292e

Complementary Color

#ed292e #29ede8

#ed292e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed292e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed292e Color CSS Codes

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

#ed292e Text Font Color

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

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


#ed292e Background Color

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

This div background color is #ed292e


#ed292e Border Color

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

This div border color is #ed292e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed292e


Comments

No comments written yet.

Please login to write comment.