Color Hex Logo

#af271d Color Hex

#AF271D
(175,39,29)
0 Favorites   0 Comments

Color spaces of #af271d

RGB 1753929
HSL0.010.720.40
HSV83°69°
CMYK 0.000.780.83   0.31
XYZ18.626510.65372.2370
Yxy10.65370.59100.3380
Hunter Lab32.640044.743618.7845
CIE-Lab38.991053.395140.0350

#af271d color RGB value is (175,39,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100111 00011101
Octal 257 47 35
Decimal 175 39 29
Hex AF 27 1D

RGB Percentages of Color #af271d

%72.02
%16.05
%11.93

CMYK Percentages of Color #af271d

%0
%78
%83
%31

Triadic Colors of #af271d

#af271d #1daf27 #271daf

Analogous Colors of #af271d

#af271d #af701d #af1d5c

Monochromatic Colors of #af271d

#af271d

Complementary Color

#af271d #1da5af

#af271d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af271d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af271d Color CSS Codes

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

#af271d Text Font Color

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

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


#af271d Background Color

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

This div background color is #af271d


#af271d Border Color

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

This div border color is #af271d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af271d


Comments

No comments written yet.

Please login to write comment.