Color Hex Logo

#ef210f Color Hex

#EF210F
(239,33,15)
0 Favorites   0 Comments

Color spaces of #ef210f

RGB 2393315
HSL0.010.880.50
HSV94°94°
CMYK 0.000.860.94   0.06
XYZ36.226719.47292.3012
Yxy19.47290.62460.3357
Hunter Lab44.128169.314327.7978
CIE-Lab51.235972.711160.6279

#ef210f color RGB value is (239,33,15).

#ef210f hex color red value is 239, green value is 33 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ef210f hue: 0.01 , saturation: 0.88 and the lightness value of ef210f is 0.50.

The process color (four color CMYK) of #ef210f color hex is 0.00, 0.86, 0.94, 0.06. Web safe color of #ef210f is #ff3300. Color #ef210f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100001 00001111
Octal 357 41 17
Decimal 239 33 15
Hex EF 21 F

RGB Percentages of Color #ef210f

%83.28
%11.50
%5.23

CMYK Percentages of Color #ef210f

%0
%86
%94
%6

Triadic Colors of #ef210f

#ef210f #0fef21 #210fef

Analogous Colors of #ef210f

#ef210f #ef910f #ef0f6d

Monochromatic Colors of #ef210f

#ef210f

Complementary Color

#ef210f #0fddef

#ef210f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef210f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef210f Color CSS Codes

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

#ef210f Text Font Color

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

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


#ef210f Background Color

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

This div background color is #ef210f


#ef210f Border Color

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

This div border color is #ef210f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef210f


Comments

No comments written yet.

Please login to write comment.