Color Hex Logo

#ed1827 Color Hex

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

Color spaces of #ed1827

RGB 2372439
HSL0.990.860.51
HSV356°90°93°
CMYK 0.000.900.84   0.07
XYZ35.617918.80433.6718
Yxy18.80430.61310.3237
Hunter Lab43.363970.728025.3344
CIE-Lab50.457574.024449.9664

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

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

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

Base Numbers

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

RGB Percentages of Color #ed1827

%79.00
%8.00
%13.00

CMYK Percentages of Color #ed1827

%0
%90
%84
%7

Triadic Colors of #ed1827

#ed1827 #27ed18 #1827ed

Analogous Colors of #ed1827

#ed1827 #ed7418 #ed1892

Monochromatic Colors of #ed1827

#ed1827

Complementary Color

#ed1827 #18edde

#ed1827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1827 Color CSS Codes

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

#ed1827 Text Font Color

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

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


#ed1827 Background Color

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

This div background color is #ed1827


#ed1827 Border Color

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

This div border color is #ed1827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1827


Comments

No comments written yet.

Please login to write comment.