Color Hex Logo

#ef1623 Color Hex

#EF1623
(239,22,35)
0 Favorites   0 Comments

Color spaces of #ef1623

RGB 2392235
HSL0.990.870.51
HSV356°91°94°
CMYK 0.000.910.85   0.06
XYZ36.186919.04593.3591
Yxy19.04590.61760.3251
Hunter Lab43.641671.636425.9856
CIE-Lab50.740974.712352.3440

#ef1623 color RGB value is (239,22,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010110 00100011
Octal 357 26 43
Decimal 239 22 35
Hex EF 16 23

RGB Percentages of Color #ef1623

%80.74
%7.43
%11.82

CMYK Percentages of Color #ef1623

%0
%91
%85
%6

Triadic Colors of #ef1623

#ef1623 #23ef16 #1623ef

Analogous Colors of #ef1623

#ef1623 #ef7616 #ef1690

Monochromatic Colors of #ef1623

#ef1623

Complementary Color

#ef1623 #16efe2

#ef1623 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1623 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1623 Color CSS Codes

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

#ef1623 Text Font Color

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

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


#ef1623 Background Color

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

This div background color is #ef1623


#ef1623 Border Color

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

This div border color is #ef1623


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1623


Comments

No comments written yet.

Please login to write comment.