COLOR #A41714

HEX: #A41714
RGB: (164,23,20)

Color info

#A41714 contains mainly red color. Web safe color of #A41714 is #990000 (or #900).

RGB color model

#A41714 color RGB value is (164,23,20).

  • red value is 164;
  • green value is 23;
  • blue value is 20.
RGB:
(164,23,20)
(64%,9%,8%)

RGB channels and saturation

R 164 of 255 = 64%
G 23 of 255 = 9%
B 20 of 255 = 8%

164
23
20

R + G + B ~ 27%. #A41714 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 23 + 20 = 207 (100%)
R 164 of 207 ~ 79.23%
G 23 of 207 ~ 11.11%
B 20 of 207 ~ 9.66%

%79.23
%11.11
%9.66

CMYK color model

#A41714 color CMYK value is (0,86,88,36).

  • cyan value is 0.00%
  • magenta value is 85.98%
  • yellow value is 87.80%
  • key color value is 35.69%
CMYK:
(0,86,88,36)
C0M86Y88K36 
(0%,86%,88%,36%)
(0.00/0.86/0.88/0.36)	

CMYK percentages

%0
%85.98
%87.8
%35.69

Codes

Color #A41714 in popluar color models

A41714
RGB1642320
HSL78.26%36.08%
HSB/HSV87.80%64.31%
CMYK0.00%85.98%87.80%
35.69%

Color #A41714 in popluar number systems.

HEXA41714
Decimal1642320
Binary101001001011110100
Octal2442724

Shades and tints

Shades of #A41714

#A41714
(164,23,20)
#961513
(150,21,19)
#881312
(136,19,18)
#7A1111
(122,17,17)
#6C0F10
(108,15,16)
#5E0D0F
(94,13,15)
#500B0E
(80,11,14)
#42090D
(66,9,13)
#34070C
(52,7,12)
#26050B
(38,5,11)
#18030A
(24,3,10)
#000000
(0,0,0)

Tints of #A41714

#A41714
(164,23,20)
#AC2C29
(172,44,41)
#B4413E
(180,65,62)
#BC5653
(188,86,83)
#C46B68
(196,107,104)
#CC807D
(204,128,125)
#D49592
(212,149,146)
#DCAAA7
(220,170,167)
#E4BFBC
(228,191,188)
#ECD4D1
(236,212,209)
#F4E9E6
(244,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A41714 color. Also use rgb(164,23,20) instead hex code.

Text Font Color

.myTextColor { color: #A41714; }

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

This text font color is #A41714.


Background Color

.myBgColor { background-color: #A41714; }

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

This div background color is #A41714.


Border color

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

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

This div border color is #A41714.


Opacity

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

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

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

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

This text has shadow with #A41714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A41714 on black background.


Color preview on white background

This text has color #A41714 on white background.



Black color preview on #A41714 background

This text has black color on #A41714 background.


White color preview on #A41714 background

This text has white color on #A41714 background.