COLOR #DF5D13

HEX: #DF5D13
RGB: (223,93,19)

Color info

#DF5D13 contains mainly red color. Web safe color of #DF5D13 is #CC6600 (or #C60).

RGB color model

#DF5D13 color RGB value is (223,93,19).

  • red value is 223;
  • green value is 93;
  • blue value is 19.
RGB:
(223,93,19)
(87%,36%,7%)

RGB channels and saturation

R 223 of 255 = 87%
G 93 of 255 = 36%
B 19 of 255 = 7%

223
93
19

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

Portions of RGB colors in percentages

R + G + B =
223 + 93 + 19 = 335 (100%)
R 223 of 335 ~ 66.57%
G 93 of 335 ~ 27.76%
B 19 of 335 ~ 5.67%

%66.57
%27.76

CMYK color model

#DF5D13 color CMYK value is (0,58,91,13).

  • cyan value is 0.00%
  • magenta value is 58.30%
  • yellow value is 91.48%
  • key color value is 12.55%
CMYK:
(0,58,91,13)
C0M58Y91K13 
(0%,58%,91%,13%)
(0.00/0.58/0.91/0.13)	

CMYK percentages

%0
%58.3
%91.48
%12.55

Codes

Color #DF5D13 in popluar color models

DF5D13
RGB2239319
HSL22°84.30%47.45%
HSB/HSV22°91.48%87.45%
CMYK0.00%58.30%91.48%
12.55%

Color #DF5D13 in popluar number systems.

HEXDF5D13
Decimal2239319
Binary11011111101110110011
Octal33713523

Shades and tints

Shades of #DF5D13

#DF5D13
(223,93,19)
#CB5512
(203,85,18)
#B74D11
(183,77,17)
#A34510
(163,69,16)
#8F3D0F
(143,61,15)
#7B350E
(123,53,14)
#672D0D
(103,45,13)
#53250C
(83,37,12)
#3F1D0B
(63,29,11)
#2B150A
(43,21,10)
#170D09
(23,13,9)
#000000
(0,0,0)

Tints of #DF5D13

#DF5D13
(223,93,19)
#E16B28
(225,107,40)
#E3793D
(227,121,61)
#E58752
(229,135,82)
#E79567
(231,149,103)
#E9A37C
(233,163,124)
#EBB191
(235,177,145)
#EDBFA6
(237,191,166)
#EFCDBB
(239,205,187)
#F1DBD0
(241,219,208)
#F3E9E5
(243,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF5D13 color. Also use rgb(223,93,19) instead hex code.

Text Font Color

.myTextColor { color: #DF5D13; }

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

This text font color is #DF5D13.


Background Color

.myBgColor { background-color: #DF5D13; }

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

This div background color is #DF5D13.


Border color

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

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

This div border color is #DF5D13.


Opacity

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

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

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

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

This text has shadow with #DF5D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF5D13 on black background.


Color preview on white background

This text has color #DF5D13 on white background.



Black color preview on #DF5D13 background

This text has black color on #DF5D13 background.


White color preview on #DF5D13 background

This text has white color on #DF5D13 background.