color codes Logo

#af261c color codes

#AF261C
(175,38,28)
0 Favorites   0 Comments

Color spaces of #af261c

RGB 1753828
HSL0.010.720.40
HSV84°69°
CMYK 0.000.780.84   0.31
XYZ18.581910.58402.1622
Yxy10.58400.59310.3378
Hunter Lab32.533145.020918.8326
CIE-Lab38.870853.681240.4452

#af261c color RGB value is (175,38,28).

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

The process color (four color CMYK) of #af261c color code is 0.00, 0.78, 0.84, 0.31. Web safe color of #af261c is #993333. Color #af261c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100110 00011100
Octal 257 46 34
Decimal 175 38 28
Hex AF 26 1C

RGB Percentages of Color #af261c

%72.61
%15.77
%11.62

CMYK Percentages of Color #af261c

%0
%78
%84
%31

Triadic Colors of #af261c

#af261c #1caf26 #261caf

Analogous Colors of #af261c

#af261c #af701c #af1c5c

Monochromatic Colors of #af261c

#af261c

Complementary Color

#af261c #1ca5af

#af261c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af261c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af261c Color CSS Codes

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

#af261c Text Font Color

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

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


#af261c Background Color

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

This div background color is #af261c


#af261c Border Color

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

This div border color is #af261c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af261c


Comments

No comments written yet.

Please login to write comment.