COLOR #D94053

HEX: #D94053
RGB: (217,64,83)

Color info

#D94053 contains mainly red color. Web safe color of #D94053 is #CC3366 (or #C36).

RGB color model

#D94053 color RGB value is (217,64,83).

  • red value is 217;
  • green value is 64;
  • blue value is 83.
RGB:
(217,64,83)
(85%,25%,33%)

RGB channels and saturation

R 217 of 255 = 85%
G 64 of 255 = 25%
B 83 of 255 = 33%

217
64
83

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

Portions of RGB colors in percentages

R + G + B =
217 + 64 + 83 = 364 (100%)
R 217 of 364 ~ 59.62%
G 64 of 364 ~ 17.58%
B 83 of 364 ~ 22.8%

%59.62
%17.58
%22.8

CMYK color model

#D94053 color CMYK value is (0,71,62,15).

  • cyan value is 0.00%
  • magenta value is 70.51%
  • yellow value is 61.75%
  • key color value is 14.90%
CMYK:
(0,71,62,15)
C0M71Y62K15 
(0%,71%,62%,15%)
(0.00/0.71/0.62/0.15)	

CMYK percentages

%0
%70.51
%61.75
%14.9

Codes

Color #D94053 in popluar color models

D94053
RGB2176483
HSL353°66.81%55.10%
HSB/HSV353°70.51%85.10%
CMYK0.00%70.51%61.75%
14.90%

Color #D94053 in popluar number systems.

HEXD94053
Decimal2176483
Binary1101100110000001010011
Octal331100123

Shades and tints

Shades of #D94053

#D94053
(217,64,83)
#C63B4C
(198,59,76)
#B33645
(179,54,69)
#A0313E
(160,49,62)
#8D2C37
(141,44,55)
#7A2730
(122,39,48)
#672229
(103,34,41)
#541D22
(84,29,34)
#41181B
(65,24,27)
#2E1314
(46,19,20)
#1B0E0D
(27,14,13)
#000000
(0,0,0)

Tints of #D94053

#D94053
(217,64,83)
#DC5162
(220,81,98)
#DF6271
(223,98,113)
#E27380
(226,115,128)
#E5848F
(229,132,143)
#E8959E
(232,149,158)
#EBA6AD
(235,166,173)
#EEB7BC
(238,183,188)
#F1C8CB
(241,200,203)
#F4D9DA
(244,217,218)
#F7EAE9
(247,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D94053 color. Also use rgb(217,64,83) instead hex code.

Text Font Color

.myTextColor { color: #D94053; }

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

This text font color is #D94053.


Background Color

.myBgColor { background-color: #D94053; }

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

This div background color is #D94053.


Border color

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

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

This div border color is #D94053.


Opacity

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

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

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

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

This text has shadow with #D94053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D94053 on black background.


Color preview on white background

This text has color #D94053 on white background.



Black color preview on #D94053 background

This text has black color on #D94053 background.


White color preview on #D94053 background

This text has white color on #D94053 background.