COLOR #A71C25

HEX: #A71C25
RGB: (167,28,37)

Color info

#A71C25 contains mainly red color. Web safe color of #A71C25 is #993333 (or #933).

RGB color model

#A71C25 color RGB value is (167,28,37).

  • red value is 167;
  • green value is 28;
  • blue value is 37.
RGB:
(167,28,37)
(65%,11%,15%)

RGB channels and saturation

R 167 of 255 = 65%
G 28 of 255 = 11%
B 37 of 255 = 15%

167
28
37

R + G + B ~ 30%. #A71C25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 28 + 37 = 232 (100%)
R 167 of 232 ~ 71.98%
G 28 of 232 ~ 12.07%
B 37 of 232 ~ 15.95%

%71.98
%12.07
%15.95

CMYK color model

#A71C25 color CMYK value is (0,83,78,35).

  • cyan value is 0.00%
  • magenta value is 83.23%
  • yellow value is 77.84%
  • key color value is 34.51%
CMYK:
(0,83,78,35)
C0M83Y78K35 
(0%,83%,78%,35%)
(0.00/0.83/0.78/0.35)	

CMYK percentages

%0
%83.23
%77.84
%34.51

Codes

Color #A71C25 in popluar color models

A71C25
RGB1672837
HSL356°71.28%38.24%
HSB/HSV356°83.23%65.49%
CMYK0.00%83.23%77.84%
34.51%

Color #A71C25 in popluar number systems.

HEXA71C25
Decimal1672837
Binary1010011111100100101
Octal2473445

Shades and tints

Shades of #A71C25

#A71C25
(167,28,37)
#981A22
(152,26,34)
#89181F
(137,24,31)
#7A161C
(122,22,28)
#6B1419
(107,20,25)
#5C1216
(92,18,22)
#4D1013
(77,16,19)
#3E0E10
(62,14,16)
#2F0C0D
(47,12,13)
#200A0A
(32,10,10)
#110807
(17,8,7)
#000000
(0,0,0)

Tints of #A71C25

#A71C25
(167,28,37)
#AF3038
(175,48,56)
#B7444B
(183,68,75)
#BF585E
(191,88,94)
#C76C71
(199,108,113)
#CF8084
(207,128,132)
#D79497
(215,148,151)
#DFA8AA
(223,168,170)
#E7BCBD
(231,188,189)
#EFD0D0
(239,208,208)
#F7E4E3
(247,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A71C25 color. Also use rgb(167,28,37) instead hex code.

Text Font Color

.myTextColor { color: #A71C25; }

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

This text font color is #A71C25.


Background Color

.myBgColor { background-color: #A71C25; }

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

This div background color is #A71C25.


Border color

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

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

This div border color is #A71C25.


Opacity

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

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

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

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

This text has shadow with #A71C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A71C25 on black background.


Color preview on white background

This text has color #A71C25 on white background.



Black color preview on #A71C25 background

This text has black color on #A71C25 background.


White color preview on #A71C25 background

This text has white color on #A71C25 background.