COLOR #D24E64

HEX: #D24E64
RGB: (210,78,100)

Color info

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

RGB color model

#D24E64 color RGB value is (210,78,100).

  • red value is 210;
  • green value is 78;
  • blue value is 100.
RGB:
(210,78,100)
(82%,31%,39%)

RGB channels and saturation

R 210 of 255 = 82%
G 78 of 255 = 31%
B 100 of 255 = 39%

210
78
100

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

Portions of RGB colors in percentages

R + G + B =
210 + 78 + 100 = 388 (100%)
R 210 of 388 ~ 54.12%
G 78 of 388 ~ 20.1%
B 100 of 388 ~ 25.77%

%54.12
%20.1
%25.77

CMYK color model

#D24E64 color CMYK value is (0,63,52,18).

  • cyan value is 0.00%
  • magenta value is 62.86%
  • yellow value is 52.38%
  • key color value is 17.65%
CMYK:
(0,63,52,18)
C0M63Y52K18 
(0%,63%,52%,18%)
(0.00/0.63/0.52/0.18)	

CMYK percentages

%0
%62.86
%52.38
%17.65

Codes

Color #D24E64 in popluar color models

D24E64
RGB21078100
HSL350°59.46%56.47%
HSB/HSV350°62.86%82.35%
CMYK0.00%62.86%52.38%
17.65%

Color #D24E64 in popluar number systems.

HEXD24E64
Decimal21078100
Binary1101001010011101100100
Octal322116144

Shades and tints

Shades of #D24E64

#D24E64
(210,78,100)
#BF475B
(191,71,91)
#AC4052
(172,64,82)
#993949
(153,57,73)
#863240
(134,50,64)
#732B37
(115,43,55)
#60242E
(96,36,46)
#4D1D25
(77,29,37)
#3A161C
(58,22,28)
#270F13
(39,15,19)
#14080A
(20,8,10)
#000000
(0,0,0)

Tints of #D24E64

#D24E64
(210,78,100)
#D65E72
(214,94,114)
#DA6E80
(218,110,128)
#DE7E8E
(222,126,142)
#E28E9C
(226,142,156)
#E69EAA
(230,158,170)
#EAAEB8
(234,174,184)
#EEBEC6
(238,190,198)
#F2CED4
(242,206,212)
#F6DEE2
(246,222,226)
#FAEEF0
(250,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D24E64; }

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

This text font color is #D24E64.


Background Color

.myBgColor { background-color: #D24E64; }

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

This div background color is #D24E64.


Border color

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

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

This div border color is #D24E64.


Opacity

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

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

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

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

This text has shadow with #D24E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D24E64 on black background.


Color preview on white background

This text has color #D24E64 on white background.



Black color preview on #D24E64 background

This text has black color on #D24E64 background.


White color preview on #D24E64 background

This text has white color on #D24E64 background.