Color Hex Logo

#e12329 Color Hex

#E12329
(225,35,41)
0 Favorites   0 Comments

Color spaces of #e12329

RGB 2253541
HSL0.990.760.51
HSV358°84°88°
CMYK 0.000.840.82   0.12
XYZ32.052617.36973.7612
Yxy17.36970.60270.3266
Hunter Lab41.677064.344723.8232
CIE-Lab48.722569.049646.4549

#e12329 color RGB value is (225,35,41).

#e12329 hex color red value is 225, green value is 35 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #e12329 hue: 0.99 , saturation: 0.76 and the lightness value of e12329 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100011 00101001
Octal 341 43 51
Decimal 225 35 41
Hex E1 23 29

RGB Percentages of Color #e12329

%74.75
%11.63
%13.62

CMYK Percentages of Color #e12329

%0
%84
%82
%12

Triadic Colors of #e12329

#e12329 #29e123 #2329e1

Analogous Colors of #e12329

#e12329 #e17c23 #e12388

Monochromatic Colors of #e12329

#e12329

Complementary Color

#e12329 #23e1db

#e12329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12329 Color CSS Codes

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

#e12329 Text Font Color

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

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


#e12329 Background Color

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

This div background color is #e12329


#e12329 Border Color

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

This div border color is #e12329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12329


Comments

No comments written yet.

Please login to write comment.