COLOR #71001A

HEX: #71001A
RGB: (113,0,26)

Color info

#71001A contains mainly red color. Web safe color of #71001A is #660000 (or #600).

RGB color model

#71001A color RGB value is (113,0,26).

  • red value is 113;
  • green value is 0;
  • blue value is 26.
RGB:
(113,0,26)
(44%,0%,10%)

RGB channels and saturation

R 113 of 255 = 44%
G 0 of 255 = 0%
B 26 of 255 = 10%

113
0
26

R + G + B ~ 18%. #71001A is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 0 + 26 = 139 (100%)
R 113 of 139 ~ 81.29%
G 0 of 139 ~ 0%
B 26 of 139 ~ 18.71%

%81.29
%18.71

CMYK color model

#71001A color CMYK value is (0,100,77,56).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 76.99%
  • key color value is 55.69%
CMYK:
(0,100,77,56)
C0M100Y77K56 
(0%,100%,77%,56%)
(0.00/1.00/0.77/0.56)	

CMYK percentages

%0
%100
%76.99
%55.69

Codes

Color #71001A in popluar color models

71001A
RGB113026
HSL346°100.00%22.16%
HSB/HSV346°100.00%44.31%
CMYK0.00%100.00%76.99%
55.69%

Color #71001A in popluar number systems.

HEX71001A
Decimal113026
Binary1110001011010
Octal161032

Shades and tints

Shades of #71001A

#71001A
(113,0,26)
#670018
(103,0,24)
#5D0016
(93,0,22)
#530014
(83,0,20)
#490012
(73,0,18)
#3F0010
(63,0,16)
#35000E
(53,0,14)
#2B000C
(43,0,12)
#21000A
(33,0,10)
#170008
(23,0,8)
#0D0006
(13,0,6)
#000000
(0,0,0)

Tints of #71001A

#71001A
(113,0,26)
#7D172E
(125,23,46)
#892E42
(137,46,66)
#954556
(149,69,86)
#A15C6A
(161,92,106)
#AD737E
(173,115,126)
#B98A92
(185,138,146)
#C5A1A6
(197,161,166)
#D1B8BA
(209,184,186)
#DDCFCE
(221,207,206)
#E9E6E2
(233,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71001A color. Also use rgb(113,0,26) instead hex code.

Text Font Color

.myTextColor { color: #71001A; }

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

This text font color is #71001A.


Background Color

.myBgColor { background-color: #71001A; }

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

This div background color is #71001A.


Border color

.myBorderColor { border: 1px solid #71001A; }

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

This div border color is #71001A.


Opacity

.myOpacity80 { color: #71001A; opacity: 0.8; }

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

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

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

This text has shadow with #71001A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71001A on black background.


Color preview on white background

This text has color #71001A on white background.



Black color preview on #71001A background

This text has black color on #71001A background.


White color preview on #71001A background

This text has white color on #71001A background.