Color Hex Logo

#e1281e Color Hex

#E1281E
(225,40,30)
0 Favorites   0 Comments

Color spaces of #e1281e

RGB 2254030
HSL0.010.760.50
HSV87°88°
CMYK 0.000.820.87   0.12
XYZ32.044517.61892.9401
Yxy17.61890.60920.3349
Hunter Lab41.974962.814625.2295
CIE-Lab49.030667.692452.1199

#e1281e color RGB value is (225,40,30).

#e1281e hex color red value is 225, green value is 40 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #e1281e hue: 0.01 , saturation: 0.76 and the lightness value of e1281e is 0.50.

The process color (four color CMYK) of #e1281e color hex is 0.00, 0.82, 0.87, 0.12. Web safe color of #e1281e is #cc3333. Color #e1281e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101000 00011110
Octal 341 50 36
Decimal 225 40 30
Hex E1 28 1E

RGB Percentages of Color #e1281e

%76.27
%13.56
%10.17

CMYK Percentages of Color #e1281e

%0
%82
%87
%12

Triadic Colors of #e1281e

#e1281e #1ee128 #281ee1

Analogous Colors of #e1281e

#e1281e #e18a1e #e11e76

Monochromatic Colors of #e1281e

#e1281e

Complementary Color

#e1281e #1ed7e1

#e1281e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1281e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1281e Color CSS Codes

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

#e1281e Text Font Color

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

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


#e1281e Background Color

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

This div background color is #e1281e


#e1281e Border Color

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

This div border color is #e1281e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1281e


Comments

No comments written yet.

Please login to write comment.