Color Hex Logo

#af2924 Color Hex

#AF2924
(175,41,36)
0 Favorites   0 Comments

Color spaces of #af2924

RGB 1754136
HSL0.010.660.41
HSV79°69°
CMYK 0.000.770.79   0.31
XYZ18.790610.82722.7686
Yxy10.82720.58020.3343
Hunter Lab32.904744.351218.0446
CIE-Lab39.287952.965736.5123

#af2924 color RGB value is (175,41,36).

#af2924 hex color red value is 175, green value is 41 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #af2924 hue: 0.01 , saturation: 0.66 and the lightness value of af2924 is 0.41.

The process color (four color CMYK) of #af2924 color hex is 0.00, 0.77, 0.79, 0.31. Web safe color of #af2924 is #993333. Color #af2924 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101001 00100100
Octal 257 51 44
Decimal 175 41 36
Hex AF 29 24

RGB Percentages of Color #af2924

%69.44
%16.27
%14.29

CMYK Percentages of Color #af2924

%0
%77
%79
%31

Triadic Colors of #af2924

#af2924 #24af29 #2924af

Analogous Colors of #af2924

#af2924 #af6f24 #af2465

Monochromatic Colors of #af2924

#af2924

Complementary Color

#af2924 #24aaaf

#af2924 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2924 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2924 Color CSS Codes

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

#af2924 Text Font Color

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

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


#af2924 Background Color

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

This div background color is #af2924


#af2924 Border Color

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

This div border color is #af2924


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2924


Comments

No comments written yet.

Please login to write comment.