Color Hex Logo

#ed272e Color Hex

#ED272E
(237,39,46)
0 Favorites   0 Comments

Color spaces of #ed272e

RGB 2373946
HSL0.990.850.54
HSV358°84°93°
CMYK 0.000.840.81   0.07
XYZ36.143719.65284.4732
Yxy19.65280.59970.3261
Hunter Lab44.331567.952025.0495
CIE-Lab51.442471.544347.2693

#ed272e color RGB value is (237,39,46).

#ed272e hex color red value is 237, green value is 39 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ed272e hue: 0.99 , saturation: 0.85 and the lightness value of ed272e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100111 00101110
Octal 355 47 56
Decimal 237 39 46
Hex ED 27 2E

RGB Percentages of Color #ed272e

%73.60
%12.11
%14.29

CMYK Percentages of Color #ed272e

%0
%84
%81
%7

Triadic Colors of #ed272e

#ed272e #2eed27 #272eed

Analogous Colors of #ed272e

#ed272e #ed8327 #ed2791

Monochromatic Colors of #ed272e

#ed272e

Complementary Color

#ed272e #27ede6

#ed272e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed272e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed272e Color CSS Codes

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

#ed272e Text Font Color

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

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


#ed272e Background Color

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

This div background color is #ed272e


#ed272e Border Color

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

This div border color is #ed272e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed272e


Comments

No comments written yet.

Please login to write comment.