COLOR #D5644E

HEX: #D5644E RGB: (213,100,78)

Color info

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

RGB color model

#D5644E color RGB value is (213,100,78).

RGB: (213,100,78) (84%, 39%, 31%)

RGB channels and saturation

R 213 of 255 = 84%
G 100 of 255 = 39%
B 78 of 255 = 31%

213
100
78

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

Portions of RGB colors in percentages

R + G + B = 213 + 100 + 78 = 391 (100%)
R 213 of 391 ~ 54.48%
G 100 of 391 ~ 25.58%
B 78 of 391 ~ 19.95'%

%54.48
%25.58
%19.95

CMYK color model

#D5644E color CMYK value is (0,53,63,16).

  • cyan value is 0.00%
  • magenta value is 53.05%
  • yellow value is 63.38%
  • key color value is 16.47%
CMYK: (0,53,63,16) C0M53Y63K16 (0%,53%,63%,16%) (0.00/0.53/0.63/0.16) 

CMYK percentages

%0
%53.05
%63.38
%16.47

Codes

Color #D5644E in popluar color models

D5 64 4E
RGB 213 100 78
HSL 10° 61.64% 57.06%
HSB/HSV 10° 63.38% 83.53%
CMYK 0.00% 53.05% 63.38%
16.47%

Color #D5644E in popluar number systems.

HEX D5 64 4E
Decimal 213 100 78
Binary 11010101 1100100 1001110
Octal 325 144 116

Shades and tints

Shades of #D5644E

#D5644E
(213,100,78)
#C25B47
(194,91,71)
#AF5240
(175,82,64)
#9C4939
(156,73,57)
#894032
(137,64,50)
#76372B
(118,55,43)
#632E24
(99,46,36)
#50251D
(80,37,29)
#3D1C16
(61,28,22)
#2A130F
(42,19,15)
#170A08
(23,10,8)
#000000
(0,0,0)

Tints of #D5644E

#D5644E
(213,100,78)
#D8725E
(216,114,94)
#DB806E
(219,128,110)
#DE8E7E
(222,142,126)
#E19C8E
(225,156,142)
#E4AA9E
(228,170,158)
#E7B8AE
(231,184,174)
#EAC6BE
(234,198,190)
#EDD4CE
(237,212,206)
#F0E2DE
(240,226,222)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5644E color. Also use rgb(213,100,78) instead hex code.

Text Font Color

.myTextColor { color: #D5644E; }

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

This text font color is #D5644E.

Background Color

.myBgColor { background-color: #D5644E; }

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

This div background color is #D5644E.

Border color

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

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

This div border color is #D5644E.

Opacity

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

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

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

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

This text has shadow with #D5644E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5644E.

Preview

Color preview on black background

This text has color #D5644E on black background.


Color preview on white background

This text has color #D5644E on white background.


Black color preview on #D5644E background

This text has black color on #D5644E background.


White color preview on #D5644E background

This text has white color on #D5644E background.


Related colors

Complementary color

Complementary color for #hex is #2A9BB1.


I love getcolorcode.com

Triadic colors

1 #4ED564 and #644ED5 with #D5644E are triadic colors.

2 #4E64D5 and #64D54E with #D5644E are triadic colors.