Color Hex Logo

#ee1616 Color Hex

#EE1616
(238,22,22)
1 Favorites   0 Comments

Color spaces of #ee1616

RGB 2382222
HSL0.000.860.51
HSV91°93°
CMYK 0.000.910.91   0.07
XYZ35.691618.80892.5084
Yxy18.80890.62610.3299
Hunter Lab43.369271.004126.9292
CIE-Lab50.462974.249657.6829

#ee1616 color RGB value is (238,22,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010110 00010110
Octal 356 26 26
Decimal 238 22 22
Hex EE 16 16

RGB Percentages of Color #ee1616

%84.40
%7.80
%7.80

CMYK Percentages of Color #ee1616

%0
%91
%91
%7

Triadic Colors of #ee1616

#ee1616 #16ee16 #1616ee

Analogous Colors of #ee1616

#ee1616 #ee8216 #ee1682

Monochromatic Colors of #ee1616

#ee1616

Complementary Color

#ee1616 #16eeee

#ee1616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee1616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee1616 Color CSS Codes

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

#ee1616 Text Font Color

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

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


#ee1616 Background Color

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

This div background color is #ee1616


#ee1616 Border Color

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

This div border color is #ee1616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee1616


Comments

No comments written yet.

Please login to write comment.