Color Hex Logo

#ad1216 Color Hex

#AD1216
(173,18,22)
0 Favorites   0 Comments

Color spaces of #ad1216

RGB 1731822
HSL1.000.810.37
HSV358°90°68°
CMYK 0.000.900.87   0.32
XYZ17.59479.37481.6412
Yxy9.37480.61500.3277
Hunter Lab30.618348.992418.2547
CIE-Lab36.696157.821941.4512

#ad1216 color RGB value is (173,18,22).

#ad1216 hex color red value is 173, green value is 18 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ad1216 hue: 1.00 , saturation: 0.81 and the lightness value of ad1216 is 0.37.

The process color (four color CMYK) of #ad1216 color hex is 0.00, 0.90, 0.87, 0.32. Web safe color of #ad1216 is #990000. Color #ad1216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 00010110
Octal 255 22 26
Decimal 173 18 22
Hex AD 12 16

RGB Percentages of Color #ad1216

%81.22
%8.45
%10.33

CMYK Percentages of Color #ad1216

%0
%90
%87
%32

Triadic Colors of #ad1216

#ad1216 #16ad12 #1216ad

Analogous Colors of #ad1216

#ad1216 #ad5c12 #ad1263

Monochromatic Colors of #ad1216

#ad1216

Complementary Color

#ad1216 #12ada9

#ad1216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1216 Color CSS Codes

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

#ad1216 Text Font Color

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

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


#ad1216 Background Color

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

This div background color is #ad1216


#ad1216 Border Color

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

This div border color is #ad1216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1216


Comments

No comments written yet.

Please login to write comment.