Color Hex Logo

#ed2718 Color Hex

#ED2718
(237,39,24)
0 Favorites   0 Comments

Color spaces of #ed2718

RGB 2373924
HSL0.010.860.51
HSV90°93°
CMYK 0.000.840.90   0.07
XYZ35.815419.52152.7445
Yxy19.52150.61660.3361
Hunter Lab44.183167.373827.2453
CIE-Lab51.291871.093057.3799

#ed2718 color RGB value is (237,39,24).

#ed2718 hex color red value is 237, green value is 39 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ed2718 hue: 0.01 , saturation: 0.86 and the lightness value of ed2718 is 0.51.

The process color (four color CMYK) of #ed2718 color hex is 0.00, 0.84, 0.90, 0.07. Web safe color of #ed2718 is #ff3300. Color #ed2718 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100111 00011000
Octal 355 47 30
Decimal 237 39 24
Hex ED 27 18

RGB Percentages of Color #ed2718

%79.00
%13.00
%8.00

CMYK Percentages of Color #ed2718

%0
%84
%90
%7

Triadic Colors of #ed2718

#ed2718 #18ed27 #2718ed

Analogous Colors of #ed2718

#ed2718 #ed9218 #ed1874

Monochromatic Colors of #ed2718

#ed2718

Complementary Color

#ed2718 #18deed

#ed2718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2718 Color CSS Codes

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

#ed2718 Text Font Color

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

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


#ed2718 Background Color

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

This div background color is #ed2718


#ed2718 Border Color

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

This div border color is #ed2718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2718


Comments

No comments written yet.

Please login to write comment.