COLOR #D35E5D

HEX: #D35E5D
RGB: (211,94,93)

Color info

#D35E5D contains mainly red color. Web safe color of #D35E5D is #CC6666 (or #C66).

RGB color model

#D35E5D color RGB value is (211,94,93).

  • red value is 211;
  • green value is 94;
  • blue value is 93.
RGB:
(211,94,93)
(83%,37%,36%)

RGB channels and saturation

R 211 of 255 = 83%
G 94 of 255 = 37%
B 93 of 255 = 36%

211
94
93

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

Portions of RGB colors in percentages

R + G + B =
211 + 94 + 93 = 398 (100%)
R 211 of 398 ~ 53.02%
G 94 of 398 ~ 23.62%
B 93 of 398 ~ 23.37%

%53.02
%23.62
%23.37

CMYK color model

#D35E5D color CMYK value is (0,55,56,17).

  • cyan value is 0.00%
  • magenta value is 55.45%
  • yellow value is 55.92%
  • key color value is 17.25%
CMYK:
(0,55,56,17)
C0M55Y56K17 
(0%,55%,56%,17%)
(0.00/0.55/0.56/0.17)	

CMYK percentages

%0
%55.45
%55.92
%17.25

Codes

Color #D35E5D in popluar color models

D35E5D
RGB2119493
HSL57.28%59.61%
HSB/HSV55.92%82.75%
CMYK0.00%55.45%55.92%
17.25%

Color #D35E5D in popluar number systems.

HEXD35E5D
Decimal2119493
Binary1101001110111101011101
Octal323136135

Shades and tints

Shades of #D35E5D

#D35E5D
(211,94,93)
#C05655
(192,86,85)
#AD4E4D
(173,78,77)
#9A4645
(154,70,69)
#873E3D
(135,62,61)
#743635
(116,54,53)
#612E2D
(97,46,45)
#4E2625
(78,38,37)
#3B1E1D
(59,30,29)
#281615
(40,22,21)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #D35E5D

#D35E5D
(211,94,93)
#D76C6B
(215,108,107)
#DB7A79
(219,122,121)
#DF8887
(223,136,135)
#E39695
(227,150,149)
#E7A4A3
(231,164,163)
#EBB2B1
(235,178,177)
#EFC0BF
(239,192,191)
#F3CECD
(243,206,205)
#F7DCDB
(247,220,219)
#FBEAE9
(251,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D35E5D color. Also use rgb(211,94,93) instead hex code.

Text Font Color

.myTextColor { color: #D35E5D; }

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

This text font color is #D35E5D.


Background Color

.myBgColor { background-color: #D35E5D; }

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

This div background color is #D35E5D.


Border color

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

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

This div border color is #D35E5D.


Opacity

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

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

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

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

This text has shadow with #D35E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D35E5D on black background.


Color preview on white background

This text has color #D35E5D on white background.



Black color preview on #D35E5D background

This text has black color on #D35E5D background.


White color preview on #D35E5D background

This text has white color on #D35E5D background.