Color Hex Logo

#ee151e Color Hex

#EE151E
(238,21,30)
0 Favorites   0 Comments

Color spaces of #ee151e

RGB 2382130
HSL0.990.860.51
HSV358°91°93°
CMYK 0.000.910.87   0.07
XYZ35.762418.80722.9736
Yxy18.80720.62150.3268
Hunter Lab43.367371.305626.2917
CIE-Lab50.460974.496554.3589

#ee151e color RGB value is (238,21,30).

#ee151e hex color red value is 238, green value is 21 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ee151e hue: 0.99 , saturation: 0.86 and the lightness value of ee151e is 0.51.

The process color (four color CMYK) of #ee151e color hex is 0.00, 0.91, 0.87, 0.07. Web safe color of #ee151e is #ff0033. Color #ee151e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010101 00011110
Octal 356 25 36
Decimal 238 21 30
Hex EE 15 1E

RGB Percentages of Color #ee151e

%82.35
%7.27
%10.38

CMYK Percentages of Color #ee151e

%0
%91
%87
%7

Triadic Colors of #ee151e

#ee151e #1eee15 #151eee

Analogous Colors of #ee151e

#ee151e #ee7915 #ee158b

Monochromatic Colors of #ee151e

#ee151e

Complementary Color

#ee151e #15eee5

#ee151e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee151e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee151e Color CSS Codes

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

#ee151e Text Font Color

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

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


#ee151e Background Color

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

This div background color is #ee151e


#ee151e Border Color

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

This div border color is #ee151e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee151e


Comments

No comments written yet.

Please login to write comment.