Color Hex Logo

#ed192d Color Hex

#ED192D
(237,25,45)
2 Favorites   0 Comments

Color spaces of #ed192d

RGB 2372545
HSL0.980.850.51
HSV354°89°93°
CMYK 0.000.890.81   0.07
XYZ35.746318.88924.2446
Yxy18.88920.60710.3208
Hunter Lab43.461770.754324.6328
CIE-Lab50.557374.026646.9396

#ed192d color RGB value is (237,25,45).

#ed192d hex color red value is 237, green value is 25 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ed192d hue: 0.98 , saturation: 0.85 and the lightness value of ed192d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011001 00101101
Octal 355 31 55
Decimal 237 25 45
Hex ED 19 2D

RGB Percentages of Color #ed192d

%77.20
%8.14
%14.66

CMYK Percentages of Color #ed192d

%0
%89
%81
%7

Triadic Colors of #ed192d

#ed192d #2ded19 #192ded

Analogous Colors of #ed192d

#ed192d #ed6f19 #ed1997

Monochromatic Colors of #ed192d

#ed192d

Complementary Color

#ed192d #19edd9

#ed192d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed192d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed192d Color CSS Codes

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

#ed192d Text Font Color

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

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


#ed192d Background Color

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

This div background color is #ed192d


#ed192d Border Color

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

This div border color is #ed192d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed192d


Comments

No comments written yet.

Please login to write comment.