Color Hex Logo

#af2315 Color Hex

#AF2315
(175,35,21)
0 Favorites   0 Comments

Color spaces of #af2315

RGB 1753521
HSL0.020.790.38
HSV88°69°
CMYK 0.000.800.88   0.31
XYZ18.415610.37021.7405
Yxy10.37020.60330.3397
Hunter Lab32.202845.722719.3374
CIE-Lab38.498854.416243.5823

#af2315 color RGB value is (175,35,21).

#af2315 hex color red value is 175, green value is 35 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #af2315 hue: 0.02 , saturation: 0.79 and the lightness value of af2315 is 0.38.

The process color (four color CMYK) of #af2315 color hex is 0.00, 0.80, 0.88, 0.31. Web safe color of #af2315 is #993300. Color #af2315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100011 00010101
Octal 257 43 25
Decimal 175 35 21
Hex AF 23 15

RGB Percentages of Color #af2315

%75.76
%15.15
%9.09

CMYK Percentages of Color #af2315

%0
%80
%88
%31

Triadic Colors of #af2315

#af2315 #15af23 #2315af

Analogous Colors of #af2315

#af2315 #af7015 #af1554

Monochromatic Colors of #af2315

#af2315

Complementary Color

#af2315 #15a1af

#af2315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2315 Color CSS Codes

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

#af2315 Text Font Color

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

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


#af2315 Background Color

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

This div background color is #af2315


#af2315 Border Color

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

This div border color is #af2315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2315


Comments

No comments written yet.

Please login to write comment.