Color Hex Logo

#af241b Color Hex

#AF241B
(175,36,27)
0 Favorites   0 Comments

Color spaces of #af241b

RGB 1753627
HSL0.010.730.40
HSV85°69°
CMYK 0.000.790.85   0.31
XYZ18.507910.45482.0794
Yxy10.45480.59620.3368
Hunter Lab32.333945.589018.8208
CIE-Lab38.646654.261740.7591

#af241b color RGB value is (175,36,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100100 00011011
Octal 257 44 33
Decimal 175 36 27
Hex AF 24 1B

RGB Percentages of Color #af241b

%73.53
%15.13
%11.34

CMYK Percentages of Color #af241b

%0
%79
%85
%31

Triadic Colors of #af241b

#af241b #1baf24 #241baf

Analogous Colors of #af241b

#af241b #af6e1b #af1b5c

Monochromatic Colors of #af241b

#af241b

Complementary Color

#af241b #1ba6af

#af241b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af241b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af241b Color CSS Codes

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

#af241b Text Font Color

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

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


#af241b Background Color

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

This div background color is #af241b


#af241b Border Color

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

This div border color is #af241b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af241b


Comments

No comments written yet.

Please login to write comment.