COLOR #D74139

HEX: #D74139
RGB: (215,65,57)

Color info

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

RGB color model

#D74139 color RGB value is (215,65,57).

  • red value is 215;
  • green value is 65;
  • blue value is 57.
RGB:
(215,65,57)
(84%,25%,22%)

RGB channels and saturation

R 215 of 255 = 84%
G 65 of 255 = 25%
B 57 of 255 = 22%

215
65
57

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

Portions of RGB colors in percentages

R + G + B =
215 + 65 + 57 = 337 (100%)
R 215 of 337 ~ 63.8%
G 65 of 337 ~ 19.29%
B 57 of 337 ~ 16.91%

%63.8
%19.29
%16.91

CMYK color model

#D74139 color CMYK value is (0,70,73,16).

  • cyan value is 0.00%
  • magenta value is 69.77%
  • yellow value is 73.49%
  • key color value is 15.69%
CMYK:
(0,70,73,16)
C0M70Y73K16 
(0%,70%,73%,16%)
(0.00/0.70/0.73/0.16)	

CMYK percentages

%0
%69.77
%73.49
%15.69

Codes

Color #D74139 in popluar color models

D74139
RGB2156557
HSL66.39%53.33%
HSB/HSV73.49%84.31%
CMYK0.00%69.77%73.49%
15.69%

Color #D74139 in popluar number systems.

HEXD74139
Decimal2156557
Binary110101111000001111001
Octal32710171

Shades and tints

Shades of #D74139

#D74139
(215,65,57)
#C43C34
(196,60,52)
#B1372F
(177,55,47)
#9E322A
(158,50,42)
#8B2D25
(139,45,37)
#782820
(120,40,32)
#65231B
(101,35,27)
#521E16
(82,30,22)
#3F1911
(63,25,17)
#2C140C
(44,20,12)
#190F07
(25,15,7)
#000000
(0,0,0)

Tints of #D74139

#D74139
(215,65,57)
#DA524B
(218,82,75)
#DD635D
(221,99,93)
#E0746F
(224,116,111)
#E38581
(227,133,129)
#E69693
(230,150,147)
#E9A7A5
(233,167,165)
#ECB8B7
(236,184,183)
#EFC9C9
(239,201,201)
#F2DADB
(242,218,219)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D74139 color. Also use rgb(215,65,57) instead hex code.

Text Font Color

.myTextColor { color: #D74139; }

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

This text font color is #D74139.


Background Color

.myBgColor { background-color: #D74139; }

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

This div background color is #D74139.


Border color

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

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

This div border color is #D74139.


Opacity

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

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

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

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

This text has shadow with #D74139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D74139 on black background.


Color preview on white background

This text has color #D74139 on white background.



Black color preview on #D74139 background

This text has black color on #D74139 background.


White color preview on #D74139 background

This text has white color on #D74139 background.