COLOR #D93543

HEX: #D93543
RGB: (217,53,67)

Color info

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

RGB color model

#D93543 color RGB value is (217,53,67).

  • red value is 217;
  • green value is 53;
  • blue value is 67.
RGB:
(217,53,67)
(85%,21%,26%)

RGB channels and saturation

R 217 of 255 = 85%
G 53 of 255 = 21%
B 67 of 255 = 26%

217
53
67

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

Portions of RGB colors in percentages

R + G + B =
217 + 53 + 67 = 337 (100%)
R 217 of 337 ~ 64.39%
G 53 of 337 ~ 15.73%
B 67 of 337 ~ 19.88%

%64.39
%15.73
%19.88

CMYK color model

#D93543 color CMYK value is (0,76,69,15).

  • cyan value is 0.00%
  • magenta value is 75.58%
  • yellow value is 69.12%
  • key color value is 14.90%
CMYK:
(0,76,69,15)
C0M76Y69K15 
(0%,76%,69%,15%)
(0.00/0.76/0.69/0.15)	

CMYK percentages

%0
%75.58
%69.12
%14.9

Codes

Color #D93543 in popluar color models

D93543
RGB2175367
HSL355°68.33%52.94%
HSB/HSV355°75.58%85.10%
CMYK0.00%75.58%69.12%
14.90%

Color #D93543 in popluar number systems.

HEXD93543
Decimal2175367
Binary110110011101011000011
Octal33165103

Shades and tints

Shades of #D93543

#D93543
(217,53,67)
#C6313D
(198,49,61)
#B32D37
(179,45,55)
#A02931
(160,41,49)
#8D252B
(141,37,43)
#7A2125
(122,33,37)
#671D1F
(103,29,31)
#541919
(84,25,25)
#411513
(65,21,19)
#2E110D
(46,17,13)
#1B0D07
(27,13,7)
#000000
(0,0,0)

Tints of #D93543

#D93543
(217,53,67)
#DC4754
(220,71,84)
#DF5965
(223,89,101)
#E26B76
(226,107,118)
#E57D87
(229,125,135)
#E88F98
(232,143,152)
#EBA1A9
(235,161,169)
#EEB3BA
(238,179,186)
#F1C5CB
(241,197,203)
#F4D7DC
(244,215,220)
#F7E9ED
(247,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D93543 color. Also use rgb(217,53,67) instead hex code.

Text Font Color

.myTextColor { color: #D93543; }

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

This text font color is #D93543.


Background Color

.myBgColor { background-color: #D93543; }

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

This div background color is #D93543.


Border color

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

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

This div border color is #D93543.


Opacity

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

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

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

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

This text has shadow with #D93543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D93543 on black background.


Color preview on white background

This text has color #D93543 on white background.



Black color preview on #D93543 background

This text has black color on #D93543 background.


White color preview on #D93543 background

This text has white color on #D93543 background.