Color Hex Logo

#ef101e Color Hex

#EF101E
(239,16,30)
0 Favorites   0 Comments

Color spaces of #ef101e

RGB 2391630
HSL0.990.870.50
HSV356°93°94°
CMYK 0.000.930.87   0.06
XYZ36.016218.81502.9617
Yxy18.81500.62320.3256
Hunter Lab43.376372.303826.3151
CIE-Lab50.470175.308854.4552

#ef101e color RGB value is (239,16,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010000 00011110
Octal 357 20 36
Decimal 239 16 30
Hex EF 10 1E

RGB Percentages of Color #ef101e

%83.86
%5.61
%10.53

CMYK Percentages of Color #ef101e

%0
%93
%87
%6

Triadic Colors of #ef101e

#ef101e #1eef10 #101eef

Analogous Colors of #ef101e

#ef101e #ef7210 #ef108e

Monochromatic Colors of #ef101e

#ef101e

Complementary Color

#ef101e #10efe1

#ef101e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef101e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef101e Color CSS Codes

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

#ef101e Text Font Color

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

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


#ef101e Background Color

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

This div background color is #ef101e


#ef101e Border Color

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

This div border color is #ef101e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef101e


Comments

No comments written yet.

Please login to write comment.