COLOR #AF2814

HEX: #AF2814
RGB: (175,40,20)

Color info

#AF2814 contains mainly red color. Web safe color of #AF2814 is #993300 (or #930).

RGB color model

#AF2814 color RGB value is (175,40,20).

  • red value is 175;
  • green value is 40;
  • blue value is 20.
RGB:
(175,40,20)
(69%,16%,8%)

RGB channels and saturation

R 175 of 255 = 69%
G 40 of 255 = 16%
B 20 of 255 = 8%

175
40
20

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

Portions of RGB colors in percentages

R + G + B =
175 + 40 + 20 = 235 (100%)
R 175 of 235 ~ 74.47%
G 40 of 235 ~ 17.02%
B 20 of 235 ~ 8.51%

%74.47
%17.02

CMYK color model

#AF2814 color CMYK value is (0,77,89,31).

  • cyan value is 0.00%
  • magenta value is 77.14%
  • yellow value is 88.57%
  • key color value is 31.37%
CMYK:
(0,77,89,31)
C0M77Y89K31 
(0%,77%,89%,31%)
(0.00/0.77/0.89/0.31)	

CMYK percentages

%0
%77.14
%88.57
%31.37

Codes

Color #AF2814 in popluar color models

AF2814
RGB1754020
HSL79.49%38.24%
HSB/HSV88.57%68.63%
CMYK0.00%77.14%88.57%
31.37%

Color #AF2814 in popluar number systems.

HEXAF2814
Decimal1754020
Binary1010111110100010100
Octal2575024

Shades and tints

Shades of #AF2814

#AF2814
(175,40,20)
#A02513
(160,37,19)
#912212
(145,34,18)
#821F11
(130,31,17)
#731C10
(115,28,16)
#64190F
(100,25,15)
#55160E
(85,22,14)
#46130D
(70,19,13)
#37100C
(55,16,12)
#280D0B
(40,13,11)
#190A0A
(25,10,10)
#000000
(0,0,0)

Tints of #AF2814

#AF2814
(175,40,20)
#B63B29
(182,59,41)
#BD4E3E
(189,78,62)
#C46153
(196,97,83)
#CB7468
(203,116,104)
#D2877D
(210,135,125)
#D99A92
(217,154,146)
#E0ADA7
(224,173,167)
#E7C0BC
(231,192,188)
#EED3D1
(238,211,209)
#F5E6E6
(245,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF2814 color. Also use rgb(175,40,20) instead hex code.

Text Font Color

.myTextColor { color: #AF2814; }

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

This text font color is #AF2814.


Background Color

.myBgColor { background-color: #AF2814; }

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

This div background color is #AF2814.


Border color

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

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

This div border color is #AF2814.


Opacity

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

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

Text with #AF2814 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 #AF2814;}

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

This text has shadow with #AF2814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF2814 on black background.


Color preview on white background

This text has color #AF2814 on white background.



Black color preview on #AF2814 background

This text has black color on #AF2814 background.


White color preview on #AF2814 background

This text has white color on #AF2814 background.