COLOR #701501

HEX: #701501
RGB: (112,21,1)

Color info

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

RGB color model

#701501 color RGB value is (112,21,1).

  • red value is 112;
  • green value is 21;
  • blue value is 1.
RGB:
(112,21,1)
(44%,8%,0%)

RGB channels and saturation

R 112 of 255 = 44%
G 21 of 255 = 8%
B 1 of 255 = 0%

112
21
1

R + G + B ~ 17%. #701501 is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 21 + 1 = 134 (100%)
R 112 of 134 ~ 83.58%
G 21 of 134 ~ 15.67%
B 1 of 134 ~ 0.75%

%83.58
%15.67

CMYK color model

#701501 color CMYK value is (0,81,99,56).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 99.11%
  • key color value is 56.08%
CMYK:
(0,81,99,56)
C0M81Y99K56 
(0%,81%,99%,56%)
(0.00/0.81/0.99/0.56)	

CMYK percentages

%0
%81.25
%99.11
%56.08

Codes

Color #701501 in popluar color models

701501
RGB112211
HSL11°98.23%22.16%
HSB/HSV11°99.11%43.92%
CMYK0.00%81.25%99.11%
56.08%

Color #701501 in popluar number systems.

HEX701501
Decimal112211
Binary1110000101011
Octal160251

Shades and tints

Shades of #701501

#701501
(112,21,1)
#661401
(102,20,1)
#5C1301
(92,19,1)
#521201
(82,18,1)
#481101
(72,17,1)
#3E1001
(62,16,1)
#340F01
(52,15,1)
#2A0E01
(42,14,1)
#200D01
(32,13,1)
#160C01
(22,12,1)
#0C0B01
(12,11,1)
#000000
(0,0,0)

Tints of #701501

#701501
(112,21,1)
#7D2A18
(125,42,24)
#8A3F2F
(138,63,47)
#975446
(151,84,70)
#A4695D
(164,105,93)
#B17E74
(177,126,116)
#BE938B
(190,147,139)
#CBA8A2
(203,168,162)
#D8BDB9
(216,189,185)
#E5D2D0
(229,210,208)
#F2E7E7
(242,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701501 color. Also use rgb(112,21,1) instead hex code.

Text Font Color

.myTextColor { color: #701501; }

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

This text font color is #701501.


Background Color

.myBgColor { background-color: #701501; }

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

This div background color is #701501.


Border color

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

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

This div border color is #701501.


Opacity

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

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

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

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

This text has shadow with #701501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701501 on black background.


Color preview on white background

This text has color #701501 on white background.



Black color preview on #701501 background

This text has black color on #701501 background.


White color preview on #701501 background

This text has white color on #701501 background.