Color Hex Logo

#ee1414 Color Hex

#EE1414
(238,20,20)
2 Favorites   0 Comments

Color spaces of #ee1414

RGB 2382020
HSL0.000.870.51
HSV92°93°
CMYK 0.000.920.92   0.07
XYZ35.636318.72802.3984
Yxy18.72800.62780.3299
Hunter Lab43.275971.256327.0072
CIE-Lab50.367474.474558.3627

#ee1414 color RGB value is (238,20,20).

#ee1414 hex color red value is 238, green value is 20 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ee1414 hue: 0.00 , saturation: 0.87 and the lightness value of ee1414 is 0.51.

The process color (four color CMYK) of #ee1414 color hex is 0.00, 0.92, 0.92, 0.07. Web safe color of #ee1414 is #ff0000. Color #ee1414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010100 00010100
Octal 356 24 24
Decimal 238 20 20
Hex EE 14 14

RGB Percentages of Color #ee1414

%85.61
%7.19
%7.19

CMYK Percentages of Color #ee1414

%0
%92
%92
%7

Triadic Colors of #ee1414

#ee1414 #14ee14 #1414ee

Analogous Colors of #ee1414

#ee1414 #ee8114 #ee1481

Monochromatic Colors of #ee1414

#ee1414

Complementary Color

#ee1414 #14eeee

#ee1414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee1414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee1414 Color CSS Codes

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

#ee1414 Text Font Color

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

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


#ee1414 Background Color

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

This div background color is #ee1414


#ee1414 Border Color

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

This div border color is #ee1414


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,20,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ee1414; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ee1414;
  -webkit-box-shadow: 1px 1px 3px 2px #ee1414;
  box-shadow:         1px 1px 3px 2px #ee1414; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee1414

#ee1414 Color Palettes


Comments

No comments written yet.

Please login to write comment.