Color Hex Logo

#e40f24 Color Hex

#E40F24
(228,15,36)
0 Favorites   0 Comments

Color spaces of #e40f24

RGB 2281536
HSL0.980.880.48
HSV354°93°89°
CMYK 0.000.930.84   0.11
XYZ32.484216.96303.2311
Yxy16.96300.61670.3220
Hunter Lab41.186268.710124.1789
CIE-Lab48.213472.799348.7933

#e40f24 color RGB value is (228,15,36).

#e40f24 hex color red value is 228, green value is 15 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #e40f24 hue: 0.98 , saturation: 0.88 and the lightness value of e40f24 is 0.48.

The process color (four color CMYK) of #e40f24 color hex is 0.00, 0.93, 0.84, 0.11. Web safe color of #e40f24 is #cc0033. Color #e40f24 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001111 00100100
Octal 344 17 44
Decimal 228 15 36
Hex E4 F 24

RGB Percentages of Color #e40f24

%81.72
%5.38
%12.90

CMYK Percentages of Color #e40f24

%0
%93
%84
%11

Triadic Colors of #e40f24

#e40f24 #24e40f #0f24e4

Analogous Colors of #e40f24

#e40f24 #e4650f #e40f8f

Monochromatic Colors of #e40f24

#e40f24

Complementary Color

#e40f24 #0fe4cf

#e40f24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40f24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40f24 Color CSS Codes

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

#e40f24 Text Font Color

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

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


#e40f24 Background Color

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

This div background color is #e40f24


#e40f24 Border Color

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

This div border color is #e40f24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40f24


Comments

No comments written yet.

Please login to write comment.