Color Hex Logo

#a71419 Color Hex

#A71419
(167,20,25)
0 Favorites   0 Comments

Color spaces of #a71419

RGB 1672025
HSL0.990.790.37
HSV358°88°65°
CMYK 0.000.880.85   0.35
XYZ16.36208.78601.7532
Yxy8.78600.60820.3266
Hunter Lab29.641246.660317.2420
CIE-Lab35.569055.863838.4086

#a71419 color RGB value is (167,20,25).

#a71419 hex color red value is 167, green value is 20 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a71419 hue: 0.99 , saturation: 0.79 and the lightness value of a71419 is 0.37.

The process color (four color CMYK) of #a71419 color hex is 0.00, 0.88, 0.85, 0.35. Web safe color of #a71419 is #990000. Color #a71419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010100 00011001
Octal 247 24 31
Decimal 167 20 25
Hex A7 14 19

RGB Percentages of Color #a71419

%78.77
%9.43
%11.79

CMYK Percentages of Color #a71419

%0
%88
%85
%35

Triadic Colors of #a71419

#a71419 #19a714 #1419a7

Analogous Colors of #a71419

#a71419 #a75914 #a71462

Monochromatic Colors of #a71419

#a71419

Complementary Color

#a71419 #14a7a2

#a71419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71419 Color CSS Codes

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

#a71419 Text Font Color

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

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


#a71419 Background Color

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

This div background color is #a71419


#a71419 Border Color

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

This div border color is #a71419


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,20,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a71419; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a71419;
  -webkit-box-shadow: 1px 1px 3px 2px #a71419;
  box-shadow:         1px 1px 3px 2px #a71419; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71419


Comments

No comments written yet.

Please login to write comment.