Color Hex Logo

#e4122d Color Hex

#E4122D
(228,18,45)
0 Favorites   0 Comments

Color spaces of #e4122d

RGB 2281845
HSL0.980.850.48
HSV352°92°89°
CMYK 0.000.920.80   0.11
XYZ32.684917.11614.0637
Yxy17.11610.60680.3178
Hunter Lab41.371668.620423.1364
CIE-Lab48.406072.687544.2078

#e4122d color RGB value is (228,18,45).

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

The process color (four color CMYK) of #e4122d color hex is 0.00, 0.92, 0.80, 0.11. Web safe color of #e4122d is #cc0033. Color #e4122d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010010 00101101
Octal 344 22 55
Decimal 228 18 45
Hex E4 12 2D

RGB Percentages of Color #e4122d

%78.35
%6.19
%15.46

CMYK Percentages of Color #e4122d

%0
%92
%80
%11

Triadic Colors of #e4122d

#e4122d #2de412 #122de4

Analogous Colors of #e4122d

#e4122d #e46012 #e41296

Monochromatic Colors of #e4122d

#e4122d

Complementary Color

#e4122d #12e4c9

#e4122d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4122d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4122d Color CSS Codes

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

#e4122d Text Font Color

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

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


#e4122d Background Color

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

This div background color is #e4122d


#e4122d Border Color

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

This div border color is #e4122d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4122d


Comments

No comments written yet.

Please login to write comment.