Color Hex Logo

#ef3521 Color Hex

#EF3521
(239,53,33)
0 Favorites   0 Comments

Color spaces of #ef3521

RGB 2395333
HSL0.020.870.53
HSV86°94°
CMYK 0.000.780.86   0.06
XYZ37.144221.00673.5358
Yxy21.00670.60210.3405
Hunter Lab45.833164.452827.5092
CIE-Lab52.956868.328555.0835

#ef3521 color RGB value is (239,53,33).

#ef3521 hex color red value is 239, green value is 53 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ef3521 hue: 0.02 , saturation: 0.87 and the lightness value of ef3521 is 0.53.

The process color (four color CMYK) of #ef3521 color hex is 0.00, 0.78, 0.86, 0.06. Web safe color of #ef3521 is #ff3333. Color #ef3521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110101 00100001
Octal 357 65 41
Decimal 239 53 33
Hex EF 35 21

RGB Percentages of Color #ef3521

%73.54
%16.31
%10.15

CMYK Percentages of Color #ef3521

%0
%78
%86
%6

Triadic Colors of #ef3521

#ef3521 #21ef35 #3521ef

Analogous Colors of #ef3521

#ef3521 #ef9c21 #ef2174

Monochromatic Colors of #ef3521

#ef3521

Complementary Color

#ef3521 #21dbef

#ef3521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3521 Color CSS Codes

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

#ef3521 Text Font Color

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

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


#ef3521 Background Color

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

This div background color is #ef3521


#ef3521 Border Color

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

This div border color is #ef3521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3521


Comments

No comments written yet.

Please login to write comment.