COLOR #D0604F

HEX: #D0604F RGB: (208,96,79)

Color info

#D0604F contains mainly red color. Web safe color of #D0604F is #CC6666 (or #C66).

RGB color model

#D0604F color RGB value is (208,96,79).

RGB: (208,96,79) (82%, 38%, 31%)

RGB channels and saturation

R 208 of 255 = 82%
G 96 of 255 = 38%
B 79 of 255 = 31%

208
96
79

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

Portions of RGB colors in percentages

R + G + B = 208 + 96 + 79 = 383 (100%)
R 208 of 383 ~ 54.31%
G 96 of 383 ~ 25.07%
B 79 of 383 ~ 20.63'%

%54.31
%25.07
%20.63

CMYK color model

#D0604F color CMYK value is (0,54,62,18).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 62.02%
  • key color value is 18.43%

CMYK: (0,54,62,18)
C0M54Y62K18 (0%, 54%, 62%, 18%)
(0.00 / 0.54 / 0.62 / 0.18)

CMYK percentages

%0
%53.85
%62.02
%18.43

Codes

Color #D0604F in popluar color models

D0 60 4F
RGB 208 96 79
HSL 57.85% 56.27%
HSB/HSV 62.02% 81.57%
CMYK 0.00% 53.85% 62.02%
18.43%

Color #D0604F in popluar number systems.

HEX D0 60 4F
Decimal 208 96 79
Binary 11010000 1100000 1001111
Octal 320 140 117

Shades and tints

Shades of #D0604F

#D0604F
(208,96,79)
#BE5848
(190,88,72)
#AC5041
(172,80,65)
#9A483A
(154,72,58)
#884033
(136,64,51)
#76382C
(118,56,44)
#643025
(100,48,37)
#52281E
(82,40,30)
#402017
(64,32,23)
#2E1810
(46,24,16)
#1C1009
(28,16,9)
#000000
(0,0,0)

Tints of #D0604F

#D0604F
(208,96,79)
#D46E5F
(212,110,95)
#D87C6F
(216,124,111)
#DC8A7F
(220,138,127)
#E0988F
(224,152,143)
#E4A69F
(228,166,159)
#E8B4AF
(232,180,175)
#ECC2BF
(236,194,191)
#F0D0CF
(240,208,207)
#F4DEDF
(244,222,223)
#F8ECEF
(248,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0604F color. Also use rgb(208,96,79) instead hex code.

Text Font Color

.myTextColor { color: #D0604F; }

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

This text font color is #D0604F.

Background Color

.myBgColor { background-color: #D0604F; }

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

This div background color is #D0604F.

Border color

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

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

This div border color is #D0604F.

Opacity

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

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

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

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

This text has shadow with #D0604F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0604F.

Preview

Color preview on black background

This text has color #D0604F on black background.


Color preview on white background

This text has color #D0604F on white background.


Black color preview on #D0604F background

This text has black color on #D0604F background.


White color preview on #D0604F background

This text has white color on #D0604F background.


Related colors

Complementary color

Complementary color for #hex is #2F9FB0.


I love getcolorcode.com

Triadic colors

1 #4FD060 and #604FD0 with #D0604F are triadic colors.

2 #4F60D0 and #60D04F with #D0604F are triadic colors.