Color Hex Logo

#ef181d Color Hex

#EF181D
(239,24,29)
0 Favorites   0 Comments

Color spaces of #ef181d

RGB 2392429
HSL1.000.870.52
HSV359°90°94°
CMYK 0.000.900.88   0.06
XYZ36.145019.09272.9426
Yxy19.09270.62130.3282
Hunter Lab43.695271.190026.5938
CIE-Lab50.795574.336955.1459

#ef181d color RGB value is (239,24,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011000 00011101
Octal 357 30 35
Decimal 239 24 29
Hex EF 18 1D

RGB Percentages of Color #ef181d

%81.85
%8.22
%9.93

CMYK Percentages of Color #ef181d

%0
%90
%88
%6

Triadic Colors of #ef181d

#ef181d #1def18 #181def

Analogous Colors of #ef181d

#ef181d #ef7f18 #ef1889

Monochromatic Colors of #ef181d

#ef181d

Complementary Color

#ef181d #18efea

#ef181d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef181d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef181d Color CSS Codes

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

#ef181d Text Font Color

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

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


#ef181d Background Color

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

This div background color is #ef181d


#ef181d Border Color

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

This div border color is #ef181d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef181d


Comments

No comments written yet.

Please login to write comment.