Color Hex Logo

#ae222c Color Hex

#AE222C
(174,34,44)
0 Favorites   0 Comments

Color spaces of #ae222c

RGB 1743444
HSL0.990.670.41
HSV356°80°68°
CMYK 0.000.800.75   0.32
XYZ18.482210.32463.4016
Yxy10.32460.57380.3206
Hunter Lab32.131946.441916.2157
CIE-Lab38.418855.109430.8356

#ae222c color RGB value is (174,34,44).

#ae222c hex color red value is 174, green value is 34 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ae222c hue: 0.99 , saturation: 0.67 and the lightness value of ae222c is 0.41.

The process color (four color CMYK) of #ae222c color hex is 0.00, 0.80, 0.75, 0.32. Web safe color of #ae222c is #993333. Color #ae222c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100010 00101100
Octal 256 42 54
Decimal 174 34 44
Hex AE 22 2C

RGB Percentages of Color #ae222c

%69.05
%13.49
%17.46

CMYK Percentages of Color #ae222c

%0
%80
%75
%32

Triadic Colors of #ae222c

#ae222c #2cae22 #222cae

Analogous Colors of #ae222c

#ae222c #ae5e22 #ae2272

Monochromatic Colors of #ae222c

#ae222c

Complementary Color

#ae222c #22aea4

#ae222c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae222c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae222c Color CSS Codes

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

#ae222c Text Font Color

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

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


#ae222c Background Color

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

This div background color is #ae222c


#ae222c Border Color

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

This div border color is #ae222c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,34,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ae222c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ae222c;
  -webkit-box-shadow: 1px 1px 3px 2px #ae222c;
  box-shadow:         1px 1px 3px 2px #ae222c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,34,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae222c


Comments

No comments written yet.

Please login to write comment.