COLOR #D4214D

HEX: #D4214D
RGB: (212,33,77)

Color info

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

RGB color model

#D4214D color RGB value is (212,33,77).

  • red value is 212;
  • green value is 33;
  • blue value is 77.
RGB:
(212,33,77)
(83%,13%,30%)

RGB channels and saturation

R 212 of 255 = 83%
G 33 of 255 = 13%
B 77 of 255 = 30%

212
33
77

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

Portions of RGB colors in percentages

R + G + B =
212 + 33 + 77 = 322 (100%)
R 212 of 322 ~ 65.84%
G 33 of 322 ~ 10.25%
B 77 of 322 ~ 23.91%

%65.84
%10.25
%23.91

CMYK color model

#D4214D color CMYK value is (0,84,64,17).

  • cyan value is 0.00%
  • magenta value is 84.43%
  • yellow value is 63.68%
  • key color value is 16.86%
CMYK:
(0,84,64,17)
C0M84Y64K17 
(0%,84%,64%,17%)
(0.00/0.84/0.64/0.17)	

CMYK percentages

%0
%84.43
%63.68
%16.86

Codes

Color #D4214D in popluar color models

D4214D
RGB2123377
HSL345°73.06%48.04%
HSB/HSV345°84.43%83.14%
CMYK0.00%84.43%63.68%
16.86%

Color #D4214D in popluar number systems.

HEXD4214D
Decimal2123377
Binary110101001000011001101
Octal32441115

Shades and tints

Shades of #D4214D

#D4214D
(212,33,77)
#C11E46
(193,30,70)
#AE1B3F
(174,27,63)
#9B1838
(155,24,56)
#881531
(136,21,49)
#75122A
(117,18,42)
#620F23
(98,15,35)
#4F0C1C
(79,12,28)
#3C0915
(60,9,21)
#29060E
(41,6,14)
#160307
(22,3,7)
#000000
(0,0,0)

Tints of #D4214D

#D4214D
(212,33,77)
#D7355D
(215,53,93)
#DA496D
(218,73,109)
#DD5D7D
(221,93,125)
#E0718D
(224,113,141)
#E3859D
(227,133,157)
#E699AD
(230,153,173)
#E9ADBD
(233,173,189)
#ECC1CD
(236,193,205)
#EFD5DD
(239,213,221)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4214D color. Also use rgb(212,33,77) instead hex code.

Text Font Color

.myTextColor { color: #D4214D; }

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

This text font color is #D4214D.


Background Color

.myBgColor { background-color: #D4214D; }

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

This div background color is #D4214D.


Border color

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

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

This div border color is #D4214D.


Opacity

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

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

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

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

This text has shadow with #D4214D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4214D on black background.


Color preview on white background

This text has color #D4214D on white background.



Black color preview on #D4214D background

This text has black color on #D4214D background.


White color preview on #D4214D background

This text has white color on #D4214D background.