Color Hex Logo

#ee1522 Color Hex

#EE1522
(238,21,34)
0 Favorites   0 Comments

Color spaces of #ee1522

RGB 2382134
HSL0.990.860.51
HSV356°91°93°
CMYK 0.000.910.86   0.07
XYZ35.816818.82903.2600
Yxy18.82900.61850.3252
Hunter Lab43.392471.400225.9203
CIE-Lab50.486574.568852.5285

#ee1522 color RGB value is (238,21,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010101 00100010
Octal 356 25 42
Decimal 238 21 34
Hex EE 15 22

RGB Percentages of Color #ee1522

%81.23
%7.17
%11.60

CMYK Percentages of Color #ee1522

%0
%91
%86
%7

Triadic Colors of #ee1522

#ee1522 #22ee15 #1522ee

Analogous Colors of #ee1522

#ee1522 #ee7515 #ee158f

Monochromatic Colors of #ee1522

#ee1522

Complementary Color

#ee1522 #15eee1

#ee1522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee1522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee1522 Color CSS Codes

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

#ee1522 Text Font Color

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

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


#ee1522 Background Color

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

This div background color is #ee1522


#ee1522 Border Color

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

This div border color is #ee1522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee1522


Comments

No comments written yet.

Please login to write comment.