Color Hex Logo

#a91113 Color Hex

#A91113
(169,17,19)
0 Favorites   0 Comments

Color spaces of #a91113

RGB 1691719
HSL1.000.820.36
HSV359°90°66°
CMYK 0.000.900.89   0.34
XYZ16.68028.88291.4515
Yxy8.88290.61750.3288
Hunter Lab29.804247.741917.9754
CIE-Lab35.757956.841141.8154

#a91113 color RGB value is (169,17,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010001 00010011
Octal 251 21 23
Decimal 169 17 19
Hex A9 11 13

RGB Percentages of Color #a91113

%82.44
%8.29
%9.27

CMYK Percentages of Color #a91113

%0
%90
%89
%34

Triadic Colors of #a91113

#a91113 #13a911 #1113a9

Analogous Colors of #a91113

#a91113 #a95b11 #a9115f

Monochromatic Colors of #a91113

#a91113

Complementary Color

#a91113 #11a9a7

#a91113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91113 Color CSS Codes

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

#a91113 Text Font Color

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

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


#a91113 Background Color

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

This div background color is #a91113


#a91113 Border Color

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

This div border color is #a91113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91113


Comments

No comments written yet.

Please login to write comment.