Color Hex Logo

#ee151f Color Hex

#EE151F
(238,21,31)
0 Favorites   0 Comments

Color spaces of #ee151f

RGB 2382131
HSL0.990.860.51
HSV357°91°93°
CMYK 0.000.910.87   0.07
XYZ35.775418.81243.0419
Yxy18.81240.62080.3264
Hunter Lab43.373371.328226.2031
CIE-Lab50.467074.513953.9118

#ee151f color RGB value is (238,21,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010101 00011111
Octal 356 25 37
Decimal 238 21 31
Hex EE 15 1F

RGB Percentages of Color #ee151f

%82.07
%7.24
%10.69

CMYK Percentages of Color #ee151f

%0
%91
%87
%7

Triadic Colors of #ee151f

#ee151f #1fee15 #151fee

Analogous Colors of #ee151f

#ee151f #ee7815 #ee158c

Monochromatic Colors of #ee151f

#ee151f

Complementary Color

#ee151f #15eee4

#ee151f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee151f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee151f Color CSS Codes

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

#ee151f Text Font Color

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

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


#ee151f Background Color

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

This div background color is #ee151f


#ee151f Border Color

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

This div border color is #ee151f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee151f


Comments

No comments written yet.

Please login to write comment.