COLOR #D74A43

HEX: #D74A43
RGB: (215,74,67)

Color info

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

RGB color model

#D74A43 color RGB value is (215,74,67).

  • red value is 215;
  • green value is 74;
  • blue value is 67.
RGB:
(215,74,67)
(84%,29%,26%)

RGB channels and saturation

R 215 of 255 = 84%
G 74 of 255 = 29%
B 67 of 255 = 26%

215
74
67

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

Portions of RGB colors in percentages

R + G + B =
215 + 74 + 67 = 356 (100%)
R 215 of 356 ~ 60.39%
G 74 of 356 ~ 20.79%
B 67 of 356 ~ 18.82%

%60.39
%20.79
%18.82

CMYK color model

#D74A43 color CMYK value is (0,66,69,16).

  • cyan value is 0.00%
  • magenta value is 65.58%
  • yellow value is 68.84%
  • key color value is 15.69%
CMYK:
(0,66,69,16)
C0M66Y69K16 
(0%,66%,69%,16%)
(0.00/0.66/0.69/0.16)	

CMYK percentages

%0
%65.58
%68.84
%15.69

Codes

Color #D74A43 in popluar color models

D74A43
RGB2157467
HSL64.91%55.29%
HSB/HSV68.84%84.31%
CMYK0.00%65.58%68.84%
15.69%

Color #D74A43 in popluar number systems.

HEXD74A43
Decimal2157467
Binary1101011110010101000011
Octal327112103

Shades and tints

Shades of #D74A43

#D74A43
(215,74,67)
#C4443D
(196,68,61)
#B13E37
(177,62,55)
#9E3831
(158,56,49)
#8B322B
(139,50,43)
#782C25
(120,44,37)
#65261F
(101,38,31)
#522019
(82,32,25)
#3F1A13
(63,26,19)
#2C140D
(44,20,13)
#190E07
(25,14,7)
#000000
(0,0,0)

Tints of #D74A43

#D74A43
(215,74,67)
#DA5A54
(218,90,84)
#DD6A65
(221,106,101)
#E07A76
(224,122,118)
#E38A87
(227,138,135)
#E69A98
(230,154,152)
#E9AAA9
(233,170,169)
#ECBABA
(236,186,186)
#EFCACB
(239,202,203)
#F2DADC
(242,218,220)
#F5EAED
(245,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D74A43 color. Also use rgb(215,74,67) instead hex code.

Text Font Color

.myTextColor { color: #D74A43; }

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

This text font color is #D74A43.


Background Color

.myBgColor { background-color: #D74A43; }

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

This div background color is #D74A43.


Border color

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

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

This div border color is #D74A43.


Opacity

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

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

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

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

This text has shadow with #D74A43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D74A43 on black background.


Color preview on white background

This text has color #D74A43 on white background.



Black color preview on #D74A43 background

This text has black color on #D74A43 background.


White color preview on #D74A43 background

This text has white color on #D74A43 background.