Color Hex Logo

#a31515 Color Hex

#A31515
(163,21,21)
0 Favorites   0 Comments

Color spaces of #a31515

RGB 1632121
HSL0.000.770.36
HSV87°64°
CMYK 0.000.870.87   0.36
XYZ15.50788.37701.5090
Yxy8.37700.61070.3299
Hunter Lab28.943044.990717.1689
CIE-Lab34.756054.440839.4700

#a31515 color RGB value is (163,21,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010101 00010101
Octal 243 25 25
Decimal 163 21 21
Hex A3 15 15

RGB Percentages of Color #a31515

%79.51
%10.24
%10.24

CMYK Percentages of Color #a31515

%0
%87
%87
%36

Triadic Colors of #a31515

#a31515 #15a315 #1515a3

Analogous Colors of #a31515

#a31515 #a35c15 #a3155c

Monochromatic Colors of #a31515

#a31515

Complementary Color

#a31515 #15a3a3

#a31515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31515 Color CSS Codes

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

#a31515 Text Font Color

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

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


#a31515 Background Color

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

This div background color is #a31515


#a31515 Border Color

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

This div border color is #a31515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31515


Comments

No comments written yet.

Please login to write comment.