COLOR #D51346

HEX: #D51346
RGB: (213,19,70)

Color info

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

RGB color model

#D51346 color RGB value is (213,19,70).

  • red value is 213;
  • green value is 19;
  • blue value is 70.
RGB:
(213,19,70)
(84%,7%,27%)

RGB channels and saturation

R 213 of 255 = 84%
G 19 of 255 = 7%
B 70 of 255 = 27%

213
19
70

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

Portions of RGB colors in percentages

R + G + B =
213 + 19 + 70 = 302 (100%)
R 213 of 302 ~ 70.53%
G 19 of 302 ~ 6.29%
B 70 of 302 ~ 23.18%

%70.53
%23.18

CMYK color model

#D51346 color CMYK value is (0,91,67,16).

  • cyan value is 0.00%
  • magenta value is 91.08%
  • yellow value is 67.14%
  • key color value is 16.47%
CMYK:
(0,91,67,16)
C0M91Y67K16 
(0%,91%,67%,16%)
(0.00/0.91/0.67/0.16)	

CMYK percentages

%0
%91.08
%67.14
%16.47

Codes

Color #D51346 in popluar color models

D51346
RGB2131970
HSL344°83.62%45.49%
HSB/HSV344°91.08%83.53%
CMYK0.00%91.08%67.14%
16.47%

Color #D51346 in popluar number systems.

HEXD51346
Decimal2131970
Binary11010101100111000110
Octal32523106

Shades and tints

Shades of #D51346

#D51346
(213,19,70)
#C21240
(194,18,64)
#AF113A
(175,17,58)
#9C1034
(156,16,52)
#890F2E
(137,15,46)
#760E28
(118,14,40)
#630D22
(99,13,34)
#500C1C
(80,12,28)
#3D0B16
(61,11,22)
#2A0A10
(42,10,16)
#17090A
(23,9,10)
#000000
(0,0,0)

Tints of #D51346

#D51346
(213,19,70)
#D82856
(216,40,86)
#DB3D66
(219,61,102)
#DE5276
(222,82,118)
#E16786
(225,103,134)
#E47C96
(228,124,150)
#E791A6
(231,145,166)
#EAA6B6
(234,166,182)
#EDBBC6
(237,187,198)
#F0D0D6
(240,208,214)
#F3E5E6
(243,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D51346 color. Also use rgb(213,19,70) instead hex code.

Text Font Color

.myTextColor { color: #D51346; }

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

This text font color is #D51346.


Background Color

.myBgColor { background-color: #D51346; }

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

This div background color is #D51346.


Border color

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

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

This div border color is #D51346.


Opacity

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

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

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

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

This text has shadow with #D51346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D51346 on black background.


Color preview on white background

This text has color #D51346 on white background.



Black color preview on #D51346 background

This text has black color on #D51346 background.


White color preview on #D51346 background

This text has white color on #D51346 background.