Color Hex Logo

#ec192f Color Hex

#EC192F
(236,25,47)
0 Favorites   0 Comments

Color spaces of #ec192f

RGB 2362547
HSL0.980.850.51
HSV354°89°93°
CMYK 0.000.890.80   0.07
XYZ35.452818.73344.4367
Yxy18.73340.60480.3196
Hunter Lab43.282170.467524.2199
CIE-Lab50.373873.827145.6152

#ec192f color RGB value is (236,25,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011001 00101111
Octal 354 31 57
Decimal 236 25 47
Hex EC 19 2F

RGB Percentages of Color #ec192f

%76.62
%8.12
%15.26

CMYK Percentages of Color #ec192f

%0
%89
%80
%7

Triadic Colors of #ec192f

#ec192f #2fec19 #192fec

Analogous Colors of #ec192f

#ec192f #ec6d19 #ec1999

Monochromatic Colors of #ec192f

#ec192f

Complementary Color

#ec192f #19ecd6

#ec192f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec192f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec192f Color CSS Codes

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

#ec192f Text Font Color

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

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


#ec192f Background Color

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

This div background color is #ec192f


#ec192f Border Color

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

This div border color is #ec192f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec192f


Comments

No comments written yet.

Please login to write comment.