Color Hex Logo

#af211f Color Hex

#AF211F
(175,33,31)
0 Favorites   0 Comments

Color spaces of #af211f

RGB 1753331
HSL0.000.700.40
HSV82°69°
CMYK 0.000.810.82   0.31
XYZ18.470410.30062.3110
Yxy10.30060.59420.3314
Hunter Lab32.094546.561218.1969
CIE-Lab38.376655.229738.3783

#af211f color RGB value is (175,33,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100001 00011111
Octal 257 41 37
Decimal 175 33 31
Hex AF 21 1F

RGB Percentages of Color #af211f

%73.22
%13.81
%12.97

CMYK Percentages of Color #af211f

%0
%81
%82
%31

Triadic Colors of #af211f

#af211f #1faf21 #211faf

Analogous Colors of #af211f

#af211f #af691f #af1f65

Monochromatic Colors of #af211f

#af211f

Complementary Color

#af211f #1fadaf

#af211f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af211f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af211f Color CSS Codes

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

#af211f Text Font Color

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

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


#af211f Background Color

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

This div background color is #af211f


#af211f Border Color

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

This div border color is #af211f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af211f


Comments

No comments written yet.

Please login to write comment.