COLOR #AF013F

HEX: #AF013F
RGB: (175,1,63)

Color info

#AF013F contains mainly red color. Web safe color of #AF013F is #990033 (or #903).

RGB color model

#AF013F color RGB value is (175,1,63).

  • red value is 175;
  • green value is 1;
  • blue value is 63.
RGB:
(175,1,63)
(69%,0%,25%)

RGB channels and saturation

R 175 of 255 = 69%
G 1 of 255 = 0%
B 63 of 255 = 25%

175
1
63

R + G + B ~ 31%. #AF013F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
175 + 1 + 63 = 239 (100%)
R 175 of 239 ~ 73.22%
G 1 of 239 ~ 0.42%
B 63 of 239 ~ 26.36%

%73.22
%26.36

CMYK color model

#AF013F color CMYK value is (0,99,64,31).

  • cyan value is 0.00%
  • magenta value is 99.43%
  • yellow value is 64.00%
  • key color value is 31.37%
CMYK:
(0,99,64,31)
C0M99Y64K31 
(0%,99%,64%,31%)
(0.00/0.99/0.64/0.31)	

CMYK percentages

%0
%99.43
%64
%31.37

Codes

Color #AF013F in popluar color models

AF013F
RGB175163
HSL339°98.86%34.51%
HSB/HSV339°99.43%68.63%
CMYK0.00%99.43%64.00%
31.37%

Color #AF013F in popluar number systems.

HEXAF013F
Decimal175163
Binary101011111111111
Octal257177

Shades and tints

Shades of #AF013F

#AF013F
(175,1,63)
#A0013A
(160,1,58)
#910135
(145,1,53)
#820130
(130,1,48)
#73012B
(115,1,43)
#640126
(100,1,38)
#550121
(85,1,33)
#46011C
(70,1,28)
#370117
(55,1,23)
#280112
(40,1,18)
#19010D
(25,1,13)
#000000
(0,0,0)

Tints of #AF013F

#AF013F
(175,1,63)
#B61850
(182,24,80)
#BD2F61
(189,47,97)
#C44672
(196,70,114)
#CB5D83
(203,93,131)
#D27494
(210,116,148)
#D98BA5
(217,139,165)
#E0A2B6
(224,162,182)
#E7B9C7
(231,185,199)
#EED0D8
(238,208,216)
#F5E7E9
(245,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF013F color. Also use rgb(175,1,63) instead hex code.

Text Font Color

.myTextColor { color: #AF013F; }

<p style="color:#AF013F">This sample text font color is #AF013F.</p>

This text font color is #AF013F.


Background Color

.myBgColor { background-color: #AF013F; }

<div style="background-color:#AF013F">Inner text</div>

This div background color is #AF013F.


Border color

.myBorderColor { border: 1px solid #AF013F; }

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

This div border color is #AF013F.


Opacity

.myOpacity80 { color: #AF013F; opacity: 0.8; }

<p style="color:#AF013F;opacity:0.8;">80%</p>

Text with #AF013F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AF013F;}

<p style="text-shadow: 3px 3px 1px #AF013F">Text here.</p>

This text has shadow with #AF013F color.

.textShadow {text-shadow: 3px 3px 1px #AF013F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AF013F, 5px 5px 20px red">Text here.</p>

This text has shadow with #AF013F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF013F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AF013F, Direction=45, Strength=4)">Text</p>

This text has shadow with #AF013F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AF013F;
  -webkit-box-shadow:	1px 1px 3px 2px #AF013F;
  box-shadow:		1px 1px 3px 2px #AF013F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF013F;
-webkit-box-shadow: 1px 1px 3px 2px #AF013F;
box-shadow:1px 1px 3px 2px #AF013F;">
Div content here</div>
This div box has shadow with color #AF013F.

Preview

Color preview on black background

This text has color #AF013F on black background.


Color preview on white background

This text has color #AF013F on white background.



Black color preview on #AF013F background

This text has black color on #AF013F background.


White color preview on #AF013F background

This text has white color on #AF013F background.