Color Hex Logo

#e11618 Color Hex

#E11618
(225,22,24)
0 Favorites   0 Comments

Color spaces of #e11618

RGB 2252224
HSL1.000.820.48
HSV359°90°88°
CMYK 0.000.900.89   0.12
XYZ31.503116.64732.4170
Yxy16.64730.62300.3292
Hunter Lab40.801166.420425.0485
CIE-Lab47.812570.971753.8131

#e11618 color RGB value is (225,22,24).

#e11618 hex color red value is 225, green value is 22 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #e11618 hue: 1.00 , saturation: 0.82 and the lightness value of e11618 is 0.48.

The process color (four color CMYK) of #e11618 color hex is 0.00, 0.90, 0.89, 0.12. Web safe color of #e11618 is #cc0000. Color #e11618 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010110 00011000
Octal 341 26 30
Decimal 225 22 24
Hex E1 16 18

RGB Percentages of Color #e11618

%83.03
%8.12
%8.86

CMYK Percentages of Color #e11618

%0
%90
%89
%12

Triadic Colors of #e11618

#e11618 #18e116 #1618e1

Analogous Colors of #e11618

#e11618 #e17a16 #e1167e

Monochromatic Colors of #e11618

#e11618

Complementary Color

#e11618 #16e1df

#e11618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11618 Color CSS Codes

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

#e11618 Text Font Color

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

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


#e11618 Background Color

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

This div background color is #e11618


#e11618 Border Color

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

This div border color is #e11618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11618


Comments

No comments written yet.

Please login to write comment.