COLOR #D74C3B

HEX: #D74C3B
RGB: (215,76,59)

Color info

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

RGB color model

#D74C3B color RGB value is (215,76,59).

  • red value is 215;
  • green value is 76;
  • blue value is 59.
RGB:
(215,76,59)
(84%,30%,23%)

RGB channels and saturation

R 215 of 255 = 84%
G 76 of 255 = 30%
B 59 of 255 = 23%

215
76
59

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

Portions of RGB colors in percentages

R + G + B =
215 + 76 + 59 = 350 (100%)
R 215 of 350 ~ 61.43%
G 76 of 350 ~ 21.71%
B 59 of 350 ~ 16.86%

%61.43
%21.71
%16.86

CMYK color model

#D74C3B color CMYK value is (0,65,73,16).

  • cyan value is 0.00%
  • magenta value is 64.65%
  • yellow value is 72.56%
  • key color value is 15.69%
CMYK:
(0,65,73,16)
C0M65Y73K16 
(0%,65%,73%,16%)
(0.00/0.65/0.73/0.16)	

CMYK percentages

%0
%64.65
%72.56
%15.69

Codes

Color #D74C3B in popluar color models

D74C3B
RGB2157659
HSL66.10%53.73%
HSB/HSV72.56%84.31%
CMYK0.00%64.65%72.56%
15.69%

Color #D74C3B in popluar number systems.

HEXD74C3B
Decimal2157659
Binary110101111001100111011
Octal32711473

Shades and tints

Shades of #D74C3B

#D74C3B
(215,76,59)
#C44636
(196,70,54)
#B14031
(177,64,49)
#9E3A2C
(158,58,44)
#8B3427
(139,52,39)
#782E22
(120,46,34)
#65281D
(101,40,29)
#522218
(82,34,24)
#3F1C13
(63,28,19)
#2C160E
(44,22,14)
#191009
(25,16,9)
#000000
(0,0,0)

Tints of #D74C3B

#D74C3B
(215,76,59)
#DA5C4C
(218,92,76)
#DD6C5D
(221,108,93)
#E07C6E
(224,124,110)
#E38C7F
(227,140,127)
#E69C90
(230,156,144)
#E9ACA1
(233,172,161)
#ECBCB2
(236,188,178)
#EFCCC3
(239,204,195)
#F2DCD4
(242,220,212)
#F5ECE5
(245,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D74C3B color. Also use rgb(215,76,59) instead hex code.

Text Font Color

.myTextColor { color: #D74C3B; }

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

This text font color is #D74C3B.


Background Color

.myBgColor { background-color: #D74C3B; }

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

This div background color is #D74C3B.


Border color

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

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

This div border color is #D74C3B.


Opacity

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

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

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

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

This text has shadow with #D74C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D74C3B on black background.


Color preview on white background

This text has color #D74C3B on white background.



Black color preview on #D74C3B background

This text has black color on #D74C3B background.


White color preview on #D74C3B background

This text has white color on #D74C3B background.