Color Hex Logo

#e1011d Color Hex

#E1011D
(225,1,29)
0 Favorites   0 Comments

Color spaces of #e1011d

RGB 225129
HSL0.980.990.44
HSV353°100°88°
CMYK 0.001.000.87   0.12
XYZ31.284016.11802.6246
Yxy16.11800.62530.3222
Hunter Lab40.147268.835224.2270
CIE-Lab47.128973.114251.0692

#e1011d color RGB value is (225,1,29).

#e1011d hex color red value is 225, green value is 1 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #e1011d hue: 0.98 , saturation: 0.99 and the lightness value of e1011d is 0.44.

The process color (four color CMYK) of #e1011d color hex is 0.00, 1.00, 0.87, 0.12. Web safe color of #e1011d is #cc0033. Color #e1011d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000001 00011101
Octal 341 1 35
Decimal 225 1 29
Hex E1 1 1D

RGB Percentages of Color #e1011d

%88.24
%0.39
%11.37

CMYK Percentages of Color #e1011d

%0
%100
%87
%12

Triadic Colors of #e1011d

#e1011d #1de101 #011de1

Analogous Colors of #e1011d

#e1011d #e15501 #e1018d

Monochromatic Colors of #e1011d

#e1011d

Complementary Color

#e1011d #01e1c5

#e1011d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1011d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1011d Color CSS Codes

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

#e1011d Text Font Color

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

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


#e1011d Background Color

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

This div background color is #e1011d


#e1011d Border Color

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

This div border color is #e1011d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1011d


Comments

No comments written yet.

Please login to write comment.