Color Hex Logo

#af201d Color Hex

#AF201D
(175,32,29)
0 Favorites   0 Comments

Color spaces of #af201d

RGB 1753229
HSL0.000.720.40
HSV83°69°
CMYK 0.000.820.83   0.31
XYZ18.417510.23572.1674
Yxy10.23570.59760.3321
Hunter Lab31.993346.768518.3787
CIE-Lab38.262255.446239.3525

#af201d color RGB value is (175,32,29).

#af201d hex color red value is 175, green value is 32 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #af201d hue: 0.00 , saturation: 0.72 and the lightness value of af201d is 0.40.

The process color (four color CMYK) of #af201d color hex is 0.00, 0.82, 0.83, 0.31. Web safe color of #af201d is #993333. Color #af201d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100000 00011101
Octal 257 40 35
Decimal 175 32 29
Hex AF 20 1D

RGB Percentages of Color #af201d

%74.15
%13.56
%12.29

CMYK Percentages of Color #af201d

%0
%82
%83
%31

Triadic Colors of #af201d

#af201d #1daf20 #201daf

Analogous Colors of #af201d

#af201d #af691d #af1d63

Monochromatic Colors of #af201d

#af201d

Complementary Color

#af201d #1dacaf

#af201d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af201d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af201d Color CSS Codes

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

#af201d Text Font Color

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

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


#af201d Background Color

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

This div background color is #af201d


#af201d Border Color

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

This div border color is #af201d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af201d


Comments

No comments written yet.

Please login to write comment.