COLOR #DF4A50

HEX: #DF4A50
RGB: (223,74,80)

Color info

#DF4A50 contains mainly red color. Web safe color of #DF4A50 is #CC3366 (or #C36).

RGB color model

#DF4A50 color RGB value is (223,74,80).

  • red value is 223;
  • green value is 74;
  • blue value is 80.
RGB:
(223,74,80)
(87%,29%,31%)

RGB channels and saturation

R 223 of 255 = 87%
G 74 of 255 = 29%
B 80 of 255 = 31%

223
74
80

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

Portions of RGB colors in percentages

R + G + B =
223 + 74 + 80 = 377 (100%)
R 223 of 377 ~ 59.15%
G 74 of 377 ~ 19.63%
B 80 of 377 ~ 21.22%

%59.15
%19.63
%21.22

CMYK color model

#DF4A50 color CMYK value is (0,67,64,13).

  • cyan value is 0.00%
  • magenta value is 66.82%
  • yellow value is 64.13%
  • key color value is 12.55%
CMYK:
(0,67,64,13)
C0M67Y64K13 
(0%,67%,64%,13%)
(0.00/0.67/0.64/0.13)	

CMYK percentages

%0
%66.82
%64.13
%12.55

Codes

Color #DF4A50 in popluar color models

DF4A50
RGB2237480
HSL358°69.95%58.24%
HSB/HSV358°66.82%87.45%
CMYK0.00%66.82%64.13%
12.55%

Color #DF4A50 in popluar number systems.

HEXDF4A50
Decimal2237480
Binary1101111110010101010000
Octal337112120

Shades and tints

Shades of #DF4A50

#DF4A50
(223,74,80)
#CB4449
(203,68,73)
#B73E42
(183,62,66)
#A3383B
(163,56,59)
#8F3234
(143,50,52)
#7B2C2D
(123,44,45)
#672626
(103,38,38)
#53201F
(83,32,31)
#3F1A18
(63,26,24)
#2B1411
(43,20,17)
#170E0A
(23,14,10)
#000000
(0,0,0)

Tints of #DF4A50

#DF4A50
(223,74,80)
#E15A5F
(225,90,95)
#E36A6E
(227,106,110)
#E57A7D
(229,122,125)
#E78A8C
(231,138,140)
#E99A9B
(233,154,155)
#EBAAAA
(235,170,170)
#EDBAB9
(237,186,185)
#EFCAC8
(239,202,200)
#F1DAD7
(241,218,215)
#F3EAE6
(243,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF4A50 color. Also use rgb(223,74,80) instead hex code.

Text Font Color

.myTextColor { color: #DF4A50; }

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

This text font color is #DF4A50.


Background Color

.myBgColor { background-color: #DF4A50; }

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

This div background color is #DF4A50.


Border color

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

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

This div border color is #DF4A50.


Opacity

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

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

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

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

This text has shadow with #DF4A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF4A50 on black background.


Color preview on white background

This text has color #DF4A50 on white background.



Black color preview on #DF4A50 background

This text has black color on #DF4A50 background.


White color preview on #DF4A50 background

This text has white color on #DF4A50 background.