Color Hex Logo

#ef241f Color Hex

#EF241F
(239,36,31)
0 Favorites   0 Comments

Color spaces of #ef241f

RGB 2393631
HSL0.000.870.53
HSV87°94°
CMYK 0.000.850.87   0.06
XYZ36.474819.71143.1786
Yxy19.71140.61440.3320
Hunter Lab44.397568.951126.8335
CIE-Lab51.509372.358454.8132

#ef241f color RGB value is (239,36,31).

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

The process color (four color CMYK) of #ef241f color hex is 0.00, 0.85, 0.87, 0.06. Web safe color of #ef241f is #ff3333. Color #ef241f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100100 00011111
Octal 357 44 37
Decimal 239 36 31
Hex EF 24 1F

RGB Percentages of Color #ef241f

%78.10
%11.76
%10.13

CMYK Percentages of Color #ef241f

%0
%85
%87
%6

Triadic Colors of #ef241f

#ef241f #1fef24 #241fef

Analogous Colors of #ef241f

#ef241f #ef8c1f #ef1f82

Monochromatic Colors of #ef241f

#ef241f

Complementary Color

#ef241f #1feaef

#ef241f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef241f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef241f Color CSS Codes

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

#ef241f Text Font Color

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

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


#ef241f Background Color

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

This div background color is #ef241f


#ef241f Border Color

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

This div border color is #ef241f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef241f


Comments

No comments written yet.

Please login to write comment.