Color Hex Logo

#e4001d Color Hex

#E4001D
(228,0,29)
0 Favorites   0 Comments

Color spaces of #e4001d

RGB 228029
HSL0.981.000.45
HSV352°100°89°
CMYK 0.001.000.87   0.11
XYZ32.216716.58272.6652
Yxy16.58270.62600.3222
Hunter Lab40.721969.955324.6248
CIE-Lab47.729973.921151.8089

#e4001d color RGB value is (228,0,29).

#e4001d hex color red value is 228, green value is 0 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #e4001d hue: 0.98 , saturation: 1.00 and the lightness value of e4001d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000000 00011101
Octal 344 0 35
Decimal 228 0 29
Hex E4 0 1D

RGB Percentages of Color #e4001d

%88.72
%0.00
%11.28

CMYK Percentages of Color #e4001d

%0
%100
%87
%11

Triadic Colors of #e4001d

#e4001d #1de400 #001de4

Analogous Colors of #e4001d

#e4001d #e45500 #e4008f

Monochromatic Colors of #e4001d

#e4001d

Complementary Color

#e4001d #00e4c7

#e4001d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4001d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4001d Color CSS Codes

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

#e4001d Text Font Color

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

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


#e4001d Background Color

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

This div background color is #e4001d


#e4001d Border Color

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

This div border color is #e4001d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,0,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 #e4001d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4001d


Comments

No comments written yet.

Please login to write comment.