COLOR #D04647

HEX: #D04647
RGB: (208,70,71)

Color info

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

RGB color model

#D04647 color RGB value is (208,70,71).

  • red value is 208;
  • green value is 70;
  • blue value is 71.
RGB:
(208,70,71)
(82%,27%,28%)

RGB channels and saturation

R 208 of 255 = 82%
G 70 of 255 = 27%
B 71 of 255 = 28%

208
70
71

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

Portions of RGB colors in percentages

R + G + B =
208 + 70 + 71 = 349 (100%)
R 208 of 349 ~ 59.6%
G 70 of 349 ~ 20.06%
B 71 of 349 ~ 20.34%

%59.6
%20.06
%20.34

CMYK color model

#D04647 color CMYK value is (0,66,66,18).

  • cyan value is 0.00%
  • magenta value is 66.35%
  • yellow value is 65.87%
  • key color value is 18.43%
CMYK:
(0,66,66,18)
C0M66Y66K18 
(0%,66%,66%,18%)
(0.00/0.66/0.66/0.18)	

CMYK percentages

%0
%66.35
%65.87
%18.43

Codes

Color #D04647 in popluar color models

D04647
RGB2087071
HSL360°59.48%54.51%
HSB/HSV360°66.35%81.57%
CMYK0.00%66.35%65.87%
18.43%

Color #D04647 in popluar number systems.

HEXD04647
Decimal2087071
Binary1101000010001101000111
Octal320106107

Shades and tints

Shades of #D04647

#D04647
(208,70,71)
#BE4041
(190,64,65)
#AC3A3B
(172,58,59)
#9A3435
(154,52,53)
#882E2F
(136,46,47)
#762829
(118,40,41)
#642223
(100,34,35)
#521C1D
(82,28,29)
#401617
(64,22,23)
#2E1011
(46,16,17)
#1C0A0B
(28,10,11)
#000000
(0,0,0)

Tints of #D04647

#D04647
(208,70,71)
#D45657
(212,86,87)
#D86667
(216,102,103)
#DC7677
(220,118,119)
#E08687
(224,134,135)
#E49697
(228,150,151)
#E8A6A7
(232,166,167)
#ECB6B7
(236,182,183)
#F0C6C7
(240,198,199)
#F4D6D7
(244,214,215)
#F8E6E7
(248,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D04647 color. Also use rgb(208,70,71) instead hex code.

Text Font Color

.myTextColor { color: #D04647; }

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

This text font color is #D04647.


Background Color

.myBgColor { background-color: #D04647; }

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

This div background color is #D04647.


Border color

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

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

This div border color is #D04647.


Opacity

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

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

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

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

This text has shadow with #D04647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D04647 on black background.


Color preview on white background

This text has color #D04647 on white background.



Black color preview on #D04647 background

This text has black color on #D04647 background.


White color preview on #D04647 background

This text has white color on #D04647 background.