COLOR #D4304E

HEX: #D4304E
RGB: (212,48,78)

Color info

#D4304E contains mainly red color. Web safe color of #D4304E is #CC3366 (or #C36).

RGB color model

#D4304E color RGB value is (212,48,78).

  • red value is 212;
  • green value is 48;
  • blue value is 78.
RGB:
(212,48,78)
(83%,19%,31%)

RGB channels and saturation

R 212 of 255 = 83%
G 48 of 255 = 19%
B 78 of 255 = 31%

212
48
78

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

Portions of RGB colors in percentages

R + G + B =
212 + 48 + 78 = 338 (100%)
R 212 of 338 ~ 62.72%
G 48 of 338 ~ 14.2%
B 78 of 338 ~ 23.08%

%62.72
%14.2
%23.08

CMYK color model

#D4304E color CMYK value is (0,77,63,17).

  • cyan value is 0.00%
  • magenta value is 77.36%
  • yellow value is 63.21%
  • key color value is 16.86%
CMYK:
(0,77,63,17)
C0M77Y63K17 
(0%,77%,63%,17%)
(0.00/0.77/0.63/0.17)	

CMYK percentages

%0
%77.36
%63.21
%16.86

Codes

Color #D4304E in popluar color models

D4304E
RGB2124878
HSL349°65.60%50.98%
HSB/HSV349°77.36%83.14%
CMYK0.00%77.36%63.21%
16.86%

Color #D4304E in popluar number systems.

HEXD4304E
Decimal2124878
Binary110101001100001001110
Octal32460116

Shades and tints

Shades of #D4304E

#D4304E
(212,48,78)
#C12C47
(193,44,71)
#AE2840
(174,40,64)
#9B2439
(155,36,57)
#882032
(136,32,50)
#751C2B
(117,28,43)
#621824
(98,24,36)
#4F141D
(79,20,29)
#3C1016
(60,16,22)
#290C0F
(41,12,15)
#160808
(22,8,8)
#000000
(0,0,0)

Tints of #D4304E

#D4304E
(212,48,78)
#D7425E
(215,66,94)
#DA546E
(218,84,110)
#DD667E
(221,102,126)
#E0788E
(224,120,142)
#E38A9E
(227,138,158)
#E69CAE
(230,156,174)
#E9AEBE
(233,174,190)
#ECC0CE
(236,192,206)
#EFD2DE
(239,210,222)
#F2E4EE
(242,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4304E color. Also use rgb(212,48,78) instead hex code.

Text Font Color

.myTextColor { color: #D4304E; }

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

This text font color is #D4304E.


Background Color

.myBgColor { background-color: #D4304E; }

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

This div background color is #D4304E.


Border color

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

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

This div border color is #D4304E.


Opacity

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

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

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

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

This text has shadow with #D4304E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4304E on black background.


Color preview on white background

This text has color #D4304E on white background.



Black color preview on #D4304E background

This text has black color on #D4304E background.


White color preview on #D4304E background

This text has white color on #D4304E background.