Color Hex Logo

#a31415 Color Hex

#A31415
(163,20,21)
0 Favorites   0 Comments

Color spaces of #a31415

RGB 1632021
HSL1.000.780.36
HSV360°88°64°
CMYK 0.000.880.87   0.36
XYZ15.48988.34101.5030
Yxy8.34100.61140.3292
Hunter Lab28.880845.194617.1310
CIE-Lab34.683254.648939.4082

#a31415 color RGB value is (163,20,21).

#a31415 hex color red value is 163, green value is 20 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #a31415 hue: 1.00 , saturation: 0.78 and the lightness value of a31415 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010100 00010101
Octal 243 24 25
Decimal 163 20 21
Hex A3 14 15

RGB Percentages of Color #a31415

%79.90
%9.80
%10.29

CMYK Percentages of Color #a31415

%0
%88
%87
%36

Triadic Colors of #a31415

#a31415 #15a314 #1415a3

Analogous Colors of #a31415

#a31415 #a35b14 #a3145c

Monochromatic Colors of #a31415

#a31415

Complementary Color

#a31415 #14a3a2

#a31415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31415 Color CSS Codes

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

#a31415 Text Font Color

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

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


#a31415 Background Color

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

This div background color is #a31415


#a31415 Border Color

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

This div border color is #a31415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31415


Comments

No comments written yet.

Please login to write comment.