Color Hex Logo

#a91111 Color Hex

#A91111
(169,17,17)
0 Favorites   0 Comments

Color spaces of #a91111

RGB 1691717
HSL0.000.820.36
HSV90°66°
CMYK 0.000.900.90   0.34
XYZ16.66388.87641.3653
Yxy8.87640.61930.3299
Hunter Lab29.793347.699318.1383
CIE-Lab35.745256.803742.7516

#a91111 color RGB value is (169,17,17).

#a91111 hex color red value is 169, green value is 17 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #a91111 hue: 0.00 , saturation: 0.82 and the lightness value of a91111 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010001 00010001
Octal 251 21 21
Decimal 169 17 17
Hex A9 11 11

RGB Percentages of Color #a91111

%83.25
%8.37
%8.37

CMYK Percentages of Color #a91111

%0
%90
%90
%34

Triadic Colors of #a91111

#a91111 #11a911 #1111a9

Analogous Colors of #a91111

#a91111 #a95d11 #a9115d

Monochromatic Colors of #a91111

#a91111

Complementary Color

#a91111 #11a9a9

#a91111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91111 Color CSS Codes

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

#a91111 Text Font Color

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

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


#a91111 Background Color

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

This div background color is #a91111


#a91111 Border Color

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

This div border color is #a91111


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,17,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a91111; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a91111;
  -webkit-box-shadow: 1px 1px 3px 2px #a91111;
  box-shadow:         1px 1px 3px 2px #a91111; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91111

#a91111 Color Palettes


Comments

No comments written yet.

Please login to write comment.