Color Hex Logo

#ef151d Color Hex

#EF151D
(239,21,29)
0 Favorites   0 Comments

Color spaces of #ef151d

RGB 2392129
HSL0.990.870.51
HSV358°91°94°
CMYK 0.000.910.88   0.06
XYZ36.086518.97582.9231
Yxy18.97580.62230.3273
Hunter Lab43.561271.638826.5143
CIE-Lab50.658974.730255.0432

#ef151d color RGB value is (239,21,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010101 00011101
Octal 357 25 35
Decimal 239 21 29
Hex EF 15 1D

RGB Percentages of Color #ef151d

%82.70
%7.27
%10.03

CMYK Percentages of Color #ef151d

%0
%91
%88
%6

Triadic Colors of #ef151d

#ef151d #1def15 #151def

Analogous Colors of #ef151d

#ef151d #ef7a15 #ef158a

Monochromatic Colors of #ef151d

#ef151d

Complementary Color

#ef151d #15efe7

#ef151d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef151d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef151d Color CSS Codes

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

#ef151d Text Font Color

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

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


#ef151d Background Color

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

This div background color is #ef151d


#ef151d Border Color

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

This div border color is #ef151d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef151d


Comments

No comments written yet.

Please login to write comment.