COLOR #DF7264

HEX: #DF7264
RGB: (223,114,100)

Color info

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

RGB color model

#DF7264 color RGB value is (223,114,100).

  • red value is 223;
  • green value is 114;
  • blue value is 100.
RGB:
(223,114,100)
(87%,45%,39%)

RGB channels and saturation

R 223 of 255 = 87%
G 114 of 255 = 45%
B 100 of 255 = 39%

223
114
100

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

Portions of RGB colors in percentages

R + G + B =
223 + 114 + 100 = 437 (100%)
R 223 of 437 ~ 51.03%
G 114 of 437 ~ 26.09%
B 100 of 437 ~ 22.88%

%51.03
%26.09
%22.88

CMYK color model

#DF7264 color CMYK value is (0,49,55,13).

  • cyan value is 0.00%
  • magenta value is 48.88%
  • yellow value is 55.16%
  • key color value is 12.55%
CMYK:
(0,49,55,13)
C0M49Y55K13 
(0%,49%,55%,13%)
(0.00/0.49/0.55/0.13)	

CMYK percentages

%0
%48.88
%55.16
%12.55

Codes

Color #DF7264 in popluar color models

DF7264
RGB223114100
HSL65.78%63.33%
HSB/HSV55.16%87.45%
CMYK0.00%48.88%55.16%
12.55%

Color #DF7264 in popluar number systems.

HEXDF7264
Decimal223114100
Binary1101111111100101100100
Octal337162144

Shades and tints

Shades of #DF7264

#DF7264
(223,114,100)
#CB685B
(203,104,91)
#B75E52
(183,94,82)
#A35449
(163,84,73)
#8F4A40
(143,74,64)
#7B4037
(123,64,55)
#67362E
(103,54,46)
#532C25
(83,44,37)
#3F221C
(63,34,28)
#2B1813
(43,24,19)
#170E0A
(23,14,10)
#000000
(0,0,0)

Tints of #DF7264

#DF7264
(223,114,100)
#E17E72
(225,126,114)
#E38A80
(227,138,128)
#E5968E
(229,150,142)
#E7A29C
(231,162,156)
#E9AEAA
(233,174,170)
#EBBAB8
(235,186,184)
#EDC6C6
(237,198,198)
#EFD2D4
(239,210,212)
#F1DEE2
(241,222,226)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF7264 color. Also use rgb(223,114,100) instead hex code.

Text Font Color

.myTextColor { color: #DF7264; }

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

This text font color is #DF7264.


Background Color

.myBgColor { background-color: #DF7264; }

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

This div background color is #DF7264.


Border color

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

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

This div border color is #DF7264.


Opacity

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

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

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

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

This text has shadow with #DF7264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF7264 on black background.


Color preview on white background

This text has color #DF7264 on white background.



Black color preview on #DF7264 background

This text has black color on #DF7264 background.


White color preview on #DF7264 background

This text has white color on #DF7264 background.