COLOR #71021C

HEX: #71021C
RGB: (113,2,28)

Color info

#71021C contains mainly red color. Web safe color of #71021C is #660033 (or #603).

RGB color model

#71021C color RGB value is (113,2,28).

  • red value is 113;
  • green value is 2;
  • blue value is 28.
RGB:
(113,2,28)
(44%,1%,11%)

RGB channels and saturation

R 113 of 255 = 44%
G 2 of 255 = 1%
B 28 of 255 = 11%

113
2
28

R + G + B ~ 19%. #71021C is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 2 + 28 = 143 (100%)
R 113 of 143 ~ 79.02%
G 2 of 143 ~ 1.4%
B 28 of 143 ~ 19.58%

%79.02
%19.58

CMYK color model

#71021C color CMYK value is (0,98,75,56).

  • cyan value is 0.00%
  • magenta value is 98.23%
  • yellow value is 75.22%
  • key color value is 55.69%
CMYK:
(0,98,75,56)
C0M98Y75K56 
(0%,98%,75%,56%)
(0.00/0.98/0.75/0.56)	

CMYK percentages

%0
%98.23
%75.22
%55.69

Codes

Color #71021C in popluar color models

71021C
RGB113228
HSL346°96.52%22.55%
HSB/HSV346°98.23%44.31%
CMYK0.00%98.23%75.22%
55.69%

Color #71021C in popluar number systems.

HEX71021C
Decimal113228
Binary11100011011100
Octal161234

Shades and tints

Shades of #71021C

#71021C
(113,2,28)
#67021A
(103,2,26)
#5D0218
(93,2,24)
#530216
(83,2,22)
#490214
(73,2,20)
#3F0212
(63,2,18)
#350210
(53,2,16)
#2B020E
(43,2,14)
#21020C
(33,2,12)
#17020A
(23,2,10)
#0D0208
(13,2,8)
#000000
(0,0,0)

Tints of #71021C

#71021C
(113,2,28)
#7D1930
(125,25,48)
#893044
(137,48,68)
#954758
(149,71,88)
#A15E6C
(161,94,108)
#AD7580
(173,117,128)
#B98C94
(185,140,148)
#C5A3A8
(197,163,168)
#D1BABC
(209,186,188)
#DDD1D0
(221,209,208)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71021C color. Also use rgb(113,2,28) instead hex code.

Text Font Color

.myTextColor { color: #71021C; }

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

This text font color is #71021C.


Background Color

.myBgColor { background-color: #71021C; }

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

This div background color is #71021C.


Border color

.myBorderColor { border: 1px solid #71021C; }

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

This div border color is #71021C.


Opacity

.myOpacity80 { color: #71021C; opacity: 0.8; }

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

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

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

This text has shadow with #71021C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71021C on black background.


Color preview on white background

This text has color #71021C on white background.



Black color preview on #71021C background

This text has black color on #71021C background.


White color preview on #71021C background

This text has white color on #71021C background.