Color Hex Logo

#a31319 Color Hex

#A31319
(163,19,25)
0 Favorites   0 Comments

Color spaces of #a31319

RGB 1631925
HSL0.990.790.36
HSV358°88°64°
CMYK 0.000.880.85   0.36
XYZ15.51268.32251.7085
Yxy8.32250.60730.3258
Hunter Lab28.848745.498116.6828
CIE-Lab34.645754.944537.2497

#a31319 color RGB value is (163,19,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010011 00011001
Octal 243 23 31
Decimal 163 19 25
Hex A3 13 19

RGB Percentages of Color #a31319

%78.74
%9.18
%12.08

CMYK Percentages of Color #a31319

%0
%88
%85
%36

Triadic Colors of #a31319

#a31319 #19a313 #1319a3

Analogous Colors of #a31319

#a31319 #a35513 #a31361

Monochromatic Colors of #a31319

#a31319

Complementary Color

#a31319 #13a39d

#a31319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31319 Color CSS Codes

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

#a31319 Text Font Color

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

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


#a31319 Background Color

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

This div background color is #a31319


#a31319 Border Color

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

This div border color is #a31319


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,19,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 #a31319">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31319


Comments

No comments written yet.

Please login to write comment.