COLOR #D7113F

HEX: #D7113F
RGB: (215,17,63)

Color info

#D7113F contains mainly red color. Web safe color of #D7113F is #CC0033 (or #C03).

RGB color model

#D7113F color RGB value is (215,17,63).

  • red value is 215;
  • green value is 17;
  • blue value is 63.
RGB:
(215,17,63)
(84%,7%,25%)

RGB channels and saturation

R 215 of 255 = 84%
G 17 of 255 = 7%
B 63 of 255 = 25%

215
17
63

R + G + B ~ 39%. #D7113F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
215 + 17 + 63 = 295 (100%)
R 215 of 295 ~ 72.88%
G 17 of 295 ~ 5.76%
B 63 of 295 ~ 21.36%

%72.88
%21.36

CMYK color model

#D7113F color CMYK value is (0,92,71,16).

  • cyan value is 0.00%
  • magenta value is 92.09%
  • yellow value is 70.70%
  • key color value is 15.69%
CMYK:
(0,92,71,16)
C0M92Y71K16 
(0%,92%,71%,16%)
(0.00/0.92/0.71/0.16)	

CMYK percentages

%0
%92.09
%70.7
%15.69

Codes

Color #D7113F in popluar color models

D7113F
RGB2151763
HSL346°85.34%45.49%
HSB/HSV346°92.09%84.31%
CMYK0.00%92.09%70.70%
15.69%

Color #D7113F in popluar number systems.

HEXD7113F
Decimal2151763
Binary1101011110001111111
Octal3272177

Shades and tints

Shades of #D7113F

#D7113F
(215,17,63)
#C4103A
(196,16,58)
#B10F35
(177,15,53)
#9E0E30
(158,14,48)
#8B0D2B
(139,13,43)
#780C26
(120,12,38)
#650B21
(101,11,33)
#520A1C
(82,10,28)
#3F0917
(63,9,23)
#2C0812
(44,8,18)
#19070D
(25,7,13)
#000000
(0,0,0)

Tints of #D7113F

#D7113F
(215,17,63)
#DA2650
(218,38,80)
#DD3B61
(221,59,97)
#E05072
(224,80,114)
#E36583
(227,101,131)
#E67A94
(230,122,148)
#E98FA5
(233,143,165)
#ECA4B6
(236,164,182)
#EFB9C7
(239,185,199)
#F2CED8
(242,206,216)
#F5E3E9
(245,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7113F color. Also use rgb(215,17,63) instead hex code.

Text Font Color

.myTextColor { color: #D7113F; }

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

This text font color is #D7113F.


Background Color

.myBgColor { background-color: #D7113F; }

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

This div background color is #D7113F.


Border color

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

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

This div border color is #D7113F.


Opacity

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

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

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

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

This text has shadow with #D7113F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7113F on black background.


Color preview on white background

This text has color #D7113F on white background.



Black color preview on #D7113F background

This text has black color on #D7113F background.


White color preview on #D7113F background

This text has white color on #D7113F background.