COLOR #D31D46

HEX: #D31D46
RGB: (211,29,70)

Color info

#D31D46 contains mainly red color. Web safe color of #D31D46 is #CC3333 (or #C33).

RGB color model

#D31D46 color RGB value is (211,29,70).

  • red value is 211;
  • green value is 29;
  • blue value is 70.
RGB:
(211,29,70)
(83%,11%,27%)

RGB channels and saturation

R 211 of 255 = 83%
G 29 of 255 = 11%
B 70 of 255 = 27%

211
29
70

R + G + B ~ 40%. #D31D46 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
211 + 29 + 70 = 310 (100%)
R 211 of 310 ~ 68.06%
G 29 of 310 ~ 9.35%
B 70 of 310 ~ 22.58%

%68.06
%22.58

CMYK color model

#D31D46 color CMYK value is (0,86,67,17).

  • cyan value is 0.00%
  • magenta value is 86.26%
  • yellow value is 66.82%
  • key color value is 17.25%
CMYK:
(0,86,67,17)
C0M86Y67K17 
(0%,86%,67%,17%)
(0.00/0.86/0.67/0.17)	

CMYK percentages

%0
%86.26
%66.82
%17.25

Codes

Color #D31D46 in popluar color models

D31D46
RGB2112970
HSL346°75.83%47.06%
HSB/HSV346°86.26%82.75%
CMYK0.00%86.26%66.82%
17.25%

Color #D31D46 in popluar number systems.

HEXD31D46
Decimal2112970
Binary11010011111011000110
Octal32335106

Shades and tints

Shades of #D31D46

#D31D46
(211,29,70)
#C01B40
(192,27,64)
#AD193A
(173,25,58)
#9A1734
(154,23,52)
#87152E
(135,21,46)
#741328
(116,19,40)
#611122
(97,17,34)
#4E0F1C
(78,15,28)
#3B0D16
(59,13,22)
#280B10
(40,11,16)
#15090A
(21,9,10)
#000000
(0,0,0)

Tints of #D31D46

#D31D46
(211,29,70)
#D73156
(215,49,86)
#DB4566
(219,69,102)
#DF5976
(223,89,118)
#E36D86
(227,109,134)
#E78196
(231,129,150)
#EB95A6
(235,149,166)
#EFA9B6
(239,169,182)
#F3BDC6
(243,189,198)
#F7D1D6
(247,209,214)
#FBE5E6
(251,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D31D46 color. Also use rgb(211,29,70) instead hex code.

Text Font Color

.myTextColor { color: #D31D46; }

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

This text font color is #D31D46.


Background Color

.myBgColor { background-color: #D31D46; }

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

This div background color is #D31D46.


Border color

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

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

This div border color is #D31D46.


Opacity

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

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

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

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

This text has shadow with #D31D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D31D46 on black background.


Color preview on white background

This text has color #D31D46 on white background.



Black color preview on #D31D46 background

This text has black color on #D31D46 background.


White color preview on #D31D46 background

This text has white color on #D31D46 background.