COLOR #720101

HEX: #720101
RGB: (114,1,1)

Color info

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

RGB color model

#720101 color RGB value is (114,1,1).

  • red value is 114;
  • green value is 1;
  • blue value is 1.
RGB:
(114,1,1)
(45%,0%,0%)

RGB channels and saturation

R 114 of 255 = 45%
G 1 of 255 = 0%
B 1 of 255 = 0%

114
1
1

R + G + B ~ 15%. #720101 is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 1 + 1 = 116 (100%)
R 114 of 116 ~ 98.28%
G 1 of 116 ~ 0.86%
B 1 of 116 ~ 0.86%

%98.28

CMYK color model

#720101 color CMYK value is (0,99,99,55).

  • cyan value is 0.00%
  • magenta value is 99.12%
  • yellow value is 99.12%
  • key color value is 55.29%
CMYK:
(0,99,99,55)
C0M99Y99K55 
(0%,99%,99%,55%)
(0.00/0.99/0.99/0.55)	

CMYK percentages

%0
%99.12
%99.12
%55.29

Codes

Color #720101 in popluar color models

720101
RGB11411
HSL98.26%22.55%
HSB/HSV99.12%44.71%
CMYK0.00%99.12%99.12%
55.29%

Color #720101 in popluar number systems.

HEX720101
Decimal11411
Binary111001011
Octal16211

Shades and tints

Shades of #720101

#720101
(114,1,1)
#680101
(104,1,1)
#5E0101
(94,1,1)
#540101
(84,1,1)
#4A0101
(74,1,1)
#400101
(64,1,1)
#360101
(54,1,1)
#2C0101
(44,1,1)
#220101
(34,1,1)
#180101
(24,1,1)
#0E0101
(14,1,1)
#000000
(0,0,0)

Tints of #720101

#720101
(114,1,1)
#7E1818
(126,24,24)
#8A2F2F
(138,47,47)
#964646
(150,70,70)
#A25D5D
(162,93,93)
#AE7474
(174,116,116)
#BA8B8B
(186,139,139)
#C6A2A2
(198,162,162)
#D2B9B9
(210,185,185)
#DED0D0
(222,208,208)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #720101; }

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

This text font color is #720101.


Background Color

.myBgColor { background-color: #720101; }

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

This div background color is #720101.


Border color

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

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

This div border color is #720101.


Opacity

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

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

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

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

This text has shadow with #720101 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #720101 on black background.


Color preview on white background

This text has color #720101 on white background.



Black color preview on #720101 background

This text has black color on #720101 background.


White color preview on #720101 background

This text has white color on #720101 background.