COLOR #DF294D

HEX: #DF294D
RGB: (223,41,77)

Color info

#DF294D contains mainly red color. Web safe color of #DF294D is #CC3333 (or #C33).

RGB color model

#DF294D color RGB value is (223,41,77).

  • red value is 223;
  • green value is 41;
  • blue value is 77.
RGB:
(223,41,77)
(87%,16%,30%)

RGB channels and saturation

R 223 of 255 = 87%
G 41 of 255 = 16%
B 77 of 255 = 30%

223
41
77

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

Portions of RGB colors in percentages

R + G + B =
223 + 41 + 77 = 341 (100%)
R 223 of 341 ~ 65.4%
G 41 of 341 ~ 12.02%
B 77 of 341 ~ 22.58%

%65.4
%12.02
%22.58

CMYK color model

#DF294D color CMYK value is (0,82,65,13).

  • cyan value is 0.00%
  • magenta value is 81.61%
  • yellow value is 65.47%
  • key color value is 12.55%
CMYK:
(0,82,65,13)
C0M82Y65K13 
(0%,82%,65%,13%)
(0.00/0.82/0.65/0.13)	

CMYK percentages

%0
%81.61
%65.47
%12.55

Codes

Color #DF294D in popluar color models

DF294D
RGB2234177
HSL348°73.98%51.76%
HSB/HSV348°81.61%87.45%
CMYK0.00%81.61%65.47%
12.55%

Color #DF294D in popluar number systems.

HEXDF294D
Decimal2234177
Binary110111111010011001101
Octal33751115

Shades and tints

Shades of #DF294D

#DF294D
(223,41,77)
#CB2646
(203,38,70)
#B7233F
(183,35,63)
#A32038
(163,32,56)
#8F1D31
(143,29,49)
#7B1A2A
(123,26,42)
#671723
(103,23,35)
#53141C
(83,20,28)
#3F1115
(63,17,21)
#2B0E0E
(43,14,14)
#170B07
(23,11,7)
#000000
(0,0,0)

Tints of #DF294D

#DF294D
(223,41,77)
#E13C5D
(225,60,93)
#E34F6D
(227,79,109)
#E5627D
(229,98,125)
#E7758D
(231,117,141)
#E9889D
(233,136,157)
#EB9BAD
(235,155,173)
#EDAEBD
(237,174,189)
#EFC1CD
(239,193,205)
#F1D4DD
(241,212,221)
#F3E7ED
(243,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF294D color. Also use rgb(223,41,77) instead hex code.

Text Font Color

.myTextColor { color: #DF294D; }

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

This text font color is #DF294D.


Background Color

.myBgColor { background-color: #DF294D; }

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

This div background color is #DF294D.


Border color

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

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

This div border color is #DF294D.


Opacity

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

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

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

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

This text has shadow with #DF294D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF294D on black background.


Color preview on white background

This text has color #DF294D on white background.



Black color preview on #DF294D background

This text has black color on #DF294D background.


White color preview on #DF294D background

This text has white color on #DF294D background.