COLOR #D93E51

HEX: #D93E51
RGB: (217,62,81)

Color info

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

RGB color model

#D93E51 color RGB value is (217,62,81).

  • red value is 217;
  • green value is 62;
  • blue value is 81.
RGB:
(217,62,81)
(85%,24%,32%)

RGB channels and saturation

R 217 of 255 = 85%
G 62 of 255 = 24%
B 81 of 255 = 32%

217
62
81

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

Portions of RGB colors in percentages

R + G + B =
217 + 62 + 81 = 360 (100%)
R 217 of 360 ~ 60.28%
G 62 of 360 ~ 17.22%
B 81 of 360 ~ 22.5%

%60.28
%17.22
%22.5

CMYK color model

#D93E51 color CMYK value is (0,71,63,15).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 62.67%
  • key color value is 14.90%
CMYK:
(0,71,63,15)
C0M71Y63K15 
(0%,71%,63%,15%)
(0.00/0.71/0.63/0.15)	

CMYK percentages

%0
%71.43
%62.67
%14.9

Codes

Color #D93E51 in popluar color models

D93E51
RGB2176281
HSL353°67.10%54.71%
HSB/HSV353°71.43%85.10%
CMYK0.00%71.43%62.67%
14.90%

Color #D93E51 in popluar number systems.

HEXD93E51
Decimal2176281
Binary110110011111101010001
Octal33176121

Shades and tints

Shades of #D93E51

#D93E51
(217,62,81)
#C6394A
(198,57,74)
#B33443
(179,52,67)
#A02F3C
(160,47,60)
#8D2A35
(141,42,53)
#7A252E
(122,37,46)
#672027
(103,32,39)
#541B20
(84,27,32)
#411619
(65,22,25)
#2E1112
(46,17,18)
#1B0C0B
(27,12,11)
#000000
(0,0,0)

Tints of #D93E51

#D93E51
(217,62,81)
#DC4F60
(220,79,96)
#DF606F
(223,96,111)
#E2717E
(226,113,126)
#E5828D
(229,130,141)
#E8939C
(232,147,156)
#EBA4AB
(235,164,171)
#EEB5BA
(238,181,186)
#F1C6C9
(241,198,201)
#F4D7D8
(244,215,216)
#F7E8E7
(247,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D93E51 color. Also use rgb(217,62,81) instead hex code.

Text Font Color

.myTextColor { color: #D93E51; }

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

This text font color is #D93E51.


Background Color

.myBgColor { background-color: #D93E51; }

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

This div background color is #D93E51.


Border color

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

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

This div border color is #D93E51.


Opacity

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

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

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

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

This text has shadow with #D93E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D93E51 on black background.


Color preview on white background

This text has color #D93E51 on white background.



Black color preview on #D93E51 background

This text has black color on #D93E51 background.


White color preview on #D93E51 background

This text has white color on #D93E51 background.