Color Hex Logo

#ef241d Color Hex

#EF241D
(239,36,29)
0 Favorites   0 Comments

Color spaces of #ef241d

RGB 2393629
HSL0.010.870.53
HSV88°94°
CMYK 0.000.850.88   0.06
XYZ36.449319.70123.0440
Yxy19.70120.61580.3328
Hunter Lab44.386068.906627.0041
CIE-Lab51.497772.323955.6749

#ef241d color RGB value is (239,36,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100100 00011101
Octal 357 44 35
Decimal 239 36 29
Hex EF 24 1D

RGB Percentages of Color #ef241d

%78.62
%11.84
%9.54

CMYK Percentages of Color #ef241d

%0
%85
%88
%6

Triadic Colors of #ef241d

#ef241d #1def24 #241def

Analogous Colors of #ef241d

#ef241d #ef8d1d #ef1d7f

Monochromatic Colors of #ef241d

#ef241d

Complementary Color

#ef241d #1de8ef

#ef241d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef241d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef241d Color CSS Codes

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

#ef241d Text Font Color

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

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


#ef241d Background Color

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

This div background color is #ef241d


#ef241d Border Color

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

This div border color is #ef241d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef241d


Comments

No comments written yet.

Please login to write comment.