color codes Logo

#ae121f color codes

#AE121F
(174,18,31)
0 Favorites   0 Comments

Color spaces of #ae121f

RGB 1741831
HSL0.990.810.38
HSV355°90°68°
CMYK 0.000.900.82   0.32
XYZ17.91929.53022.1914
Yxy9.53020.60450.3215
Hunter Lab30.871049.586717.4010
CIE-Lab36.985758.314936.9524

#ae121f color RGB value is (174,18,31).

#ae121f hex color red value is 174, green value is 18 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ae121f hue: 0.99 , saturation: 0.81 and the lightness value of ae121f is 0.38.

The process color (four color CMYK) of #ae121f color code is 0.00, 0.90, 0.82, 0.32. Web safe color of #ae121f is #990033. Color #ae121f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010010 00011111
Octal 256 22 37
Decimal 174 18 31
Hex AE 12 1F

RGB Percentages of Color #ae121f

%78.03
%8.07
%13.90

CMYK Percentages of Color #ae121f

%0
%90
%82
%32

Triadic Colors of #ae121f

#ae121f #1fae12 #121fae

Analogous Colors of #ae121f

#ae121f #ae5312 #ae126d

Monochromatic Colors of #ae121f

#ae121f

Complementary Color

#ae121f #12aea1

#ae121f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae121f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae121f Color CSS Codes

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

#ae121f Text Font Color

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

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


#ae121f Background Color

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

This div background color is #ae121f


#ae121f Border Color

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

This div border color is #ae121f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae121f


Comments

No comments written yet.

Please login to write comment.