Color Hex Logo

#ef131e Color Hex

#EF131E
(239,19,30)
0 Favorites   0 Comments

Color spaces of #ef131e

RGB 2391930
HSL0.990.870.51
HSV357°92°94°
CMYK 0.000.920.87   0.06
XYZ36.063818.91022.9776
Yxy18.91020.62230.3263
Hunter Lab43.485971.933826.3803
CIE-Lab50.582074.985854.5407

#ef131e color RGB value is (239,19,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010011 00011110
Octal 357 23 36
Decimal 239 19 30
Hex EF 13 1E

RGB Percentages of Color #ef131e

%82.99
%6.60
%10.42

CMYK Percentages of Color #ef131e

%0
%92
%87
%6

Triadic Colors of #ef131e

#ef131e #1eef13 #131eef

Analogous Colors of #ef131e

#ef131e #ef7613 #ef138c

Monochromatic Colors of #ef131e

#ef131e

Complementary Color

#ef131e #13efe4

#ef131e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef131e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef131e Color CSS Codes

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

#ef131e Text Font Color

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

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


#ef131e Background Color

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

This div background color is #ef131e


#ef131e Border Color

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

This div border color is #ef131e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef131e


Comments

No comments written yet.

Please login to write comment.