COLOR #DF5029

HEX: #DF5029
RGB: (223,80,41)

Color info

#DF5029 contains mainly red color. Web safe color of #DF5029 is #CC6633 (or #C63).

RGB color model

#DF5029 color RGB value is (223,80,41).

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

RGB channels and saturation

R 223 of 255 = 87%
G 80 of 255 = 31%
B 41 of 255 = 16%

223
80
41

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

Portions of RGB colors in percentages

R + G + B =
223 + 80 + 41 = 344 (100%)
R 223 of 344 ~ 64.83%
G 80 of 344 ~ 23.26%
B 41 of 344 ~ 11.92%

%64.83
%23.26
%11.92

CMYK color model

#DF5029 color CMYK value is (0,64,82,13).

  • cyan value is 0.00%
  • magenta value is 64.13%
  • yellow value is 81.61%
  • key color value is 12.55%
CMYK:
(0,64,82,13)
C0M64Y82K13 
(0%,64%,82%,13%)
(0.00/0.64/0.82/0.13)	

CMYK percentages

%0
%64.13
%81.61
%12.55

Codes

Color #DF5029 in popluar color models

DF5029
RGB2238041
HSL13°73.98%51.76%
HSB/HSV13°81.61%87.45%
CMYK0.00%64.13%81.61%
12.55%

Color #DF5029 in popluar number systems.

HEXDF5029
Decimal2238041
Binary110111111010000101001
Octal33712051

Shades and tints

Shades of #DF5029

#DF5029
(223,80,41)
#CB4926
(203,73,38)
#B74223
(183,66,35)
#A33B20
(163,59,32)
#8F341D
(143,52,29)
#7B2D1A
(123,45,26)
#672617
(103,38,23)
#531F14
(83,31,20)
#3F1811
(63,24,17)
#2B110E
(43,17,14)
#170A0B
(23,10,11)
#000000
(0,0,0)

Tints of #DF5029

#DF5029
(223,80,41)
#E15F3C
(225,95,60)
#E36E4F
(227,110,79)
#E57D62
(229,125,98)
#E78C75
(231,140,117)
#E99B88
(233,155,136)
#EBAA9B
(235,170,155)
#EDB9AE
(237,185,174)
#EFC8C1
(239,200,193)
#F1D7D4
(241,215,212)
#F3E6E7
(243,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF5029; }

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

This text font color is #DF5029.


Background Color

.myBgColor { background-color: #DF5029; }

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

This div background color is #DF5029.


Border color

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

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

This div border color is #DF5029.


Opacity

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

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

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

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

This text has shadow with #DF5029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF5029 on black background.


Color preview on white background

This text has color #DF5029 on white background.



Black color preview on #DF5029 background

This text has black color on #DF5029 background.


White color preview on #DF5029 background

This text has white color on #DF5029 background.