Color Hex Logo

#ed192f Color Hex

#ED192F
(237,25,47)
0 Favorites   0 Comments

Color spaces of #ed192f

RGB 2372547
HSL0.980.850.51
HSV354°89°93°
CMYK 0.000.890.80   0.07
XYZ35.785818.90504.4522
Yxy18.90500.60510.3196
Hunter Lab43.479970.823324.3648
CIE-Lab50.575974.079645.8835

#ed192f color RGB value is (237,25,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011001 00101111
Octal 355 31 57
Decimal 237 25 47
Hex ED 19 2F

RGB Percentages of Color #ed192f

%76.70
%8.09
%15.21

CMYK Percentages of Color #ed192f

%0
%89
%80
%7

Triadic Colors of #ed192f

#ed192f #2fed19 #192fed

Analogous Colors of #ed192f

#ed192f #ed6d19 #ed1999

Monochromatic Colors of #ed192f

#ed192f

Complementary Color

#ed192f #19edd7

#ed192f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed192f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed192f Color CSS Codes

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

#ed192f Text Font Color

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

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


#ed192f Background Color

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

This div background color is #ed192f


#ed192f Border Color

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

This div border color is #ed192f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed192f


Comments

No comments written yet.

Please login to write comment.