COLOR #710115

HEX: #710115
RGB: (113,1,21)

Color info

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

RGB color model

#710115 color RGB value is (113,1,21).

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

RGB channels and saturation

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

113
1
21

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

Portions of RGB colors in percentages

R + G + B =
113 + 1 + 21 = 135 (100%)
R 113 of 135 ~ 83.7%
G 1 of 135 ~ 0.74%
B 21 of 135 ~ 15.56%

%83.7
%15.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 99.12%
  • yellow value is 81.42%
  • key color value is 55.69%
CMYK:
(0,99,81,56)
C0M99Y81K56 
(0%,99%,81%,56%)
(0.00/0.99/0.81/0.56)	

CMYK percentages

%0
%99.12
%81.42
%55.69

Codes

Color #710115 in popluar color models

710115
RGB113121
HSL349°98.25%22.35%
HSB/HSV349°99.12%44.31%
CMYK0.00%99.12%81.42%
55.69%

Color #710115 in popluar number systems.

HEX710115
Decimal113121
Binary1110001110101
Octal161125

Shades and tints

Shades of #710115

#710115
(113,1,21)
#670114
(103,1,20)
#5D0113
(93,1,19)
#530112
(83,1,18)
#490111
(73,1,17)
#3F0110
(63,1,16)
#35010F
(53,1,15)
#2B010E
(43,1,14)
#21010D
(33,1,13)
#17010C
(23,1,12)
#0D010B
(13,1,11)
#000000
(0,0,0)

Tints of #710115

#710115
(113,1,21)
#7D182A
(125,24,42)
#892F3F
(137,47,63)
#954654
(149,70,84)
#A15D69
(161,93,105)
#AD747E
(173,116,126)
#B98B93
(185,139,147)
#C5A2A8
(197,162,168)
#D1B9BD
(209,185,189)
#DDD0D2
(221,208,210)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #710115; }

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

This text font color is #710115.


Background Color

.myBgColor { background-color: #710115; }

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

This div background color is #710115.


Border color

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

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

This div border color is #710115.


Opacity

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

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

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

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

This text has shadow with #710115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710115 on black background.


Color preview on white background

This text has color #710115 on white background.



Black color preview on #710115 background

This text has black color on #710115 background.


White color preview on #710115 background

This text has white color on #710115 background.