COLOR #D9004C

HEX: #D9004C
RGB: (217,0,76)

Color info

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

RGB color model

#D9004C color RGB value is (217,0,76).

  • red value is 217;
  • green value is 0;
  • blue value is 76.
RGB:
(217,0,76)
(85%,0%,30%)

RGB channels and saturation

R 217 of 255 = 85%
G 0 of 255 = 0%
B 76 of 255 = 30%

217
0
76

R + G + B ~ 38%. #D9004C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
217 + 0 + 76 = 293 (100%)
R 217 of 293 ~ 74.06%
G 0 of 293 ~ 0%
B 76 of 293 ~ 25.94%

%74.06
%25.94

CMYK color model

#D9004C color CMYK value is (0,100,65,15).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 64.98%
  • key color value is 14.90%
CMYK:
(0,100,65,15)
C0M100Y65K15 
(0%,100%,65%,15%)
(0.00/1.00/0.65/0.15)	

CMYK percentages

%0
%100
%64.98
%14.9

Codes

Color #D9004C in popluar color models

D9004C
RGB217076
HSL339°100.00%42.55%
HSB/HSV339°100.00%85.10%
CMYK0.00%100.00%64.98%
14.90%

Color #D9004C in popluar number systems.

HEXD9004C
Decimal217076
Binary1101100101001100
Octal3310114

Shades and tints

Shades of #D9004C

#D9004C
(217,0,76)
#C60046
(198,0,70)
#B30040
(179,0,64)
#A0003A
(160,0,58)
#8D0034
(141,0,52)
#7A002E
(122,0,46)
#670028
(103,0,40)
#540022
(84,0,34)
#41001C
(65,0,28)
#2E0016
(46,0,22)
#1B0010
(27,0,16)
#000000
(0,0,0)

Tints of #D9004C

#D9004C
(217,0,76)
#DC175C
(220,23,92)
#DF2E6C
(223,46,108)
#E2457C
(226,69,124)
#E55C8C
(229,92,140)
#E8739C
(232,115,156)
#EB8AAC
(235,138,172)
#EEA1BC
(238,161,188)
#F1B8CC
(241,184,204)
#F4CFDC
(244,207,220)
#F7E6EC
(247,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9004C color. Also use rgb(217,0,76) instead hex code.

Text Font Color

.myTextColor { color: #D9004C; }

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

This text font color is #D9004C.


Background Color

.myBgColor { background-color: #D9004C; }

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

This div background color is #D9004C.


Border color

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

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

This div border color is #D9004C.


Opacity

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

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

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

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

This text has shadow with #D9004C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9004C on black background.


Color preview on white background

This text has color #D9004C on white background.



Black color preview on #D9004C background

This text has black color on #D9004C background.


White color preview on #D9004C background

This text has white color on #D9004C background.