Color Hex Logo

#ee181e Color Hex

#EE181E
(238,24,30)
0 Favorites   0 Comments

Color spaces of #ee181e

RGB 2382430
HSL1.000.860.51
HSV358°90°93°
CMYK 0.000.900.87   0.07
XYZ35.820918.92412.9931
Yxy18.92410.62040.3278
Hunter Lab43.501870.854826.3719
CIE-Lab50.598374.101054.4645

#ee181e color RGB value is (238,24,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011000 00011110
Octal 356 30 36
Decimal 238 24 30
Hex EE 18 1E

RGB Percentages of Color #ee181e

%81.51
%8.22
%10.27

CMYK Percentages of Color #ee181e

%0
%90
%87
%7

Triadic Colors of #ee181e

#ee181e #1eee18 #181eee

Analogous Colors of #ee181e

#ee181e #ee7d18 #ee1889

Monochromatic Colors of #ee181e

#ee181e

Complementary Color

#ee181e #18eee8

#ee181e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee181e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee181e Color CSS Codes

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

#ee181e Text Font Color

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

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


#ee181e Background Color

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

This div background color is #ee181e


#ee181e Border Color

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

This div border color is #ee181e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee181e


Comments

No comments written yet.

Please login to write comment.