Color Hex Logo

#ef110d Color Hex

#EF110D
(239,17,13)
0 Favorites   0 Comments

Color spaces of #ef110d

RGB 2391713
HSL0.000.900.49
HSV95°94°
CMYK 0.000.930.95   0.06
XYZ35.869718.78072.1153
Yxy18.78070.63190.3308
Hunter Lab43.336771.904827.4417
CIE-Lab50.429674.991860.7687

#ef110d color RGB value is (239,17,13).

#ef110d hex color red value is 239, green value is 17 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ef110d hue: 0.00 , saturation: 0.90 and the lightness value of ef110d is 0.49.

The process color (four color CMYK) of #ef110d color hex is 0.00, 0.93, 0.95, 0.06. Web safe color of #ef110d is #ff0000. Color #ef110d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010001 00001101
Octal 357 21 15
Decimal 239 17 13
Hex EF 11 D

RGB Percentages of Color #ef110d

%88.85
%6.32
%4.83

CMYK Percentages of Color #ef110d

%0
%93
%95
%6

Triadic Colors of #ef110d

#ef110d #0def11 #110def

Analogous Colors of #ef110d

#ef110d #ef820d #ef0d7a

Monochromatic Colors of #ef110d

#ef110d

Complementary Color

#ef110d #0debef

#ef110d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef110d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef110d Color CSS Codes

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

#ef110d Text Font Color

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

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


#ef110d Background Color

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

This div background color is #ef110d


#ef110d Border Color

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

This div border color is #ef110d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef110d


Comments

No comments written yet.

Please login to write comment.