COLOR #711C01

HEX: #711C01 RGB: (113,28,1)

Color info

#711C01 contains mainly red color. Web safe color of #711C01 is #663300 (or #630).

RGB color model

#711C01 color RGB value is (113,28,1).

RGB: (113,28,1) (44%, 11%, 0%)

RGB channels and saturation

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

113
28
1

R + G + B ~ 18%. #711C01 is dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 28 + 1 = 142 (100%)
R 113 of 142 ~ 79.58%
G 28 of 142 ~ 19.72%
B 1 of 142 ~ 0.7'%

%79.58
%19.72

CMYK color model

#711C01 color CMYK value is (0,75,99,56).

  • cyan value is 0.00%
  • magenta value is 75.22%
  • yellow value is 99.12%
  • key color value is 55.69%

CMYK: (0,75,99,56)
C0M75Y99K56 (0%, 75%, 99%, 56%)
(0.00 / 0.75 / 0.99 / 0.56)

CMYK percentages

%0
%75.22
%99.12
%55.69

Codes

Color #711C01 in popluar color models

71 1C 01
RGB 113 28 1
HSL 14° 98.25% 22.35%
HSB/HSV 14° 99.12% 44.31%
CMYK 0.00% 75.22% 99.12%
55.69%

Color #711C01 in popluar number systems.

HEX 71 1C 01
Decimal 113 28 1
Binary 1110001 11100 1
Octal 161 34 1

Shades and tints

Shades of #711C01

#711C01
(113,28,1)
#671A01
(103,26,1)
#5D1801
(93,24,1)
#531601
(83,22,1)
#491401
(73,20,1)
#3F1201
(63,18,1)
#351001
(53,16,1)
#2B0E01
(43,14,1)
#210C01
(33,12,1)
#170A01
(23,10,1)
#0D0801
(13,8,1)
#000000
(0,0,0)

Tints of #711C01

#711C01
(113,28,1)
#7D3018
(125,48,24)
#89442F
(137,68,47)
#955846
(149,88,70)
#A16C5D
(161,108,93)
#AD8074
(173,128,116)
#B9948B
(185,148,139)
#C5A8A2
(197,168,162)
#D1BCB9
(209,188,185)
#DDD0D0
(221,208,208)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711C01; }

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

This text font color is #711C01.

Background Color

.myBgColor { background-color: #711C01; }

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

This div background color is #711C01.

Border color

.myBorderColor { border: 1px solid #711C01; }

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

This div border color is #711C01.

Opacity

.myOpacity80 { color: #711C01; opacity: 0.8; }

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

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

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

This text has shadow with #711C01 color.


.textShadow {text-shadow: 3px 3px 1px #711C01', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #711C01; -webkit-box-shadow: 1px 1px 3px 2px #711C01; box-shadow:1px 1px 3px 2px #711C01;">
Div content here
</div>

This div box has shadow with color #711C01.

Preview

Color preview on black background

This text has color #711C01 on black background.


Color preview on white background

This text has color #711C01 on white background.


Black color preview on #711C01 background

This text has black color on #711C01 background.


White color preview on #711C01 background

This text has white color on #711C01 background.


Related colors

Complementary color

Complementary color for #hex is #8EE3FE.


I love getcolorcode.com

Triadic colors

1 #01711C and #1C0171 with #711C01 are triadic colors.

2 #011C71 and #1C7101 with #711C01 are triadic colors.