Color Hex Logo

#ef191e Color Hex

#EF191E
(239,25,30)
0 Favorites   0 Comments

Color spaces of #ef191e

RGB 2392530
HSL1.000.870.52
HSV359°90°94°
CMYK 0.000.900.87   0.06
XYZ36.178619.13973.0158
Yxy19.13970.62020.3281
Hunter Lab43.748971.051626.5371
CIE-Lab50.850274.213154.7467

#ef191e color RGB value is (239,25,30).

#ef191e hex color red value is 239, green value is 25 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ef191e hue: 1.00 , saturation: 0.87 and the lightness value of ef191e is 0.52.

The process color (four color CMYK) of #ef191e color hex is 0.00, 0.90, 0.87, 0.06. Web safe color of #ef191e is #ff0033. Color #ef191e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011001 00011110
Octal 357 31 36
Decimal 239 25 30
Hex EF 19 1E

RGB Percentages of Color #ef191e

%81.29
%8.50
%10.20

CMYK Percentages of Color #ef191e

%0
%90
%87
%6

Triadic Colors of #ef191e

#ef191e #1eef19 #191eef

Analogous Colors of #ef191e

#ef191e #ef7f19 #ef1989

Monochromatic Colors of #ef191e

#ef191e

Complementary Color

#ef191e #19efea

#ef191e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef191e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef191e Color CSS Codes

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

#ef191e Text Font Color

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

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


#ef191e Background Color

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

This div background color is #ef191e


#ef191e Border Color

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

This div border color is #ef191e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef191e


Comments

No comments written yet.

Please login to write comment.