Color Hex Logo

#e51224 Color Hex

#E51224
(229,18,36)
0 Favorites   0 Comments

Color spaces of #e51224

RGB 2291836
HSL0.990.850.48
HSV355°92°90°
CMYK 0.000.920.84   0.10
XYZ32.847817.21803.2612
Yxy17.21800.61600.3229
Hunter Lab41.494668.688124.3864
CIE-Lab48.533672.718749.1537

#e51224 color RGB value is (229,18,36).

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

The process color (four color CMYK) of #e51224 color hex is 0.00, 0.92, 0.84, 0.10. Web safe color of #e51224 is #cc0033. Color #e51224 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010010 00100100
Octal 345 22 44
Decimal 229 18 36
Hex E5 12 24

RGB Percentages of Color #e51224

%80.92
%6.36
%12.72

CMYK Percentages of Color #e51224

%0
%92
%84
%10

Triadic Colors of #e51224

#e51224 #24e512 #1224e5

Analogous Colors of #e51224

#e51224 #e56a12 #e5128e

Monochromatic Colors of #e51224

#e51224

Complementary Color

#e51224 #12e5d3

#e51224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51224 Color CSS Codes

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

#e51224 Text Font Color

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

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


#e51224 Background Color

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

This div background color is #e51224


#e51224 Border Color

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

This div border color is #e51224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51224


Comments

No comments written yet.

Please login to write comment.