Color Hex Logo

#ae222d Color Hex

#AE222D
(174,34,45)
0 Favorites   0 Comments

Color spaces of #ae222d

RGB 1743445
HSL0.990.670.41
HSV355°80°68°
CMYK 0.000.800.74   0.32
XYZ18.501210.33223.5018
Yxy10.33220.57220.3195
Hunter Lab32.143746.489016.0415
CIE-Lab38.432255.151130.2461

#ae222d color RGB value is (174,34,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100010 00101101
Octal 256 42 55
Decimal 174 34 45
Hex AE 22 2D

RGB Percentages of Color #ae222d

%68.77
%13.44
%17.79

CMYK Percentages of Color #ae222d

%0
%80
%74
%32

Triadic Colors of #ae222d

#ae222d #2dae22 #222dae

Analogous Colors of #ae222d

#ae222d #ae5d22 #ae2273

Monochromatic Colors of #ae222d

#ae222d

Complementary Color

#ae222d #22aea3

#ae222d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae222d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae222d Color CSS Codes

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

#ae222d Text Font Color

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

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


#ae222d Background Color

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

This div background color is #ae222d


#ae222d Border Color

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

This div border color is #ae222d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae222d


Comments

No comments written yet.

Please login to write comment.