Color Hex Logo

#af120d Color Hex

#AF120D
(175,18,13)
0 Favorites   0 Comments

Color spaces of #af120d

RGB 1751813
HSL0.010.860.37
HSV93°69°
CMYK 0.000.900.93   0.31
XYZ17.96819.57561.2820
Yxy9.57560.62330.3322
Hunter Lab30.944549.494319.2048
CIE-Lab37.069758.213446.0001

#af120d color RGB value is (175,18,13).

#af120d hex color red value is 175, green value is 18 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #af120d hue: 0.01 , saturation: 0.86 and the lightness value of af120d is 0.37.

The process color (four color CMYK) of #af120d color hex is 0.00, 0.90, 0.93, 0.31. Web safe color of #af120d is #990000. Color #af120d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010010 00001101
Octal 257 22 15
Decimal 175 18 13
Hex AF 12 D

RGB Percentages of Color #af120d

%84.95
%8.74
%6.31

CMYK Percentages of Color #af120d

%0
%90
%93
%31

Triadic Colors of #af120d

#af120d #0daf12 #120daf

Analogous Colors of #af120d

#af120d #af630d #af0d59

Monochromatic Colors of #af120d

#af120d

Complementary Color

#af120d #0daaaf

#af120d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af120d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af120d Color CSS Codes

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

#af120d Text Font Color

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

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


#af120d Background Color

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

This div background color is #af120d


#af120d Border Color

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

This div border color is #af120d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,18,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af120d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af120d;
  -webkit-box-shadow: 1px 1px 3px 2px #af120d;
  box-shadow:         1px 1px 3px 2px #af120d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,18,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af120d


Comments

No comments written yet.

Please login to write comment.