COLOR #DF5A11

HEX: #DF5A11
RGB: (223,90,17)

Color info

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

RGB color model

#DF5A11 color RGB value is (223,90,17).

  • red value is 223;
  • green value is 90;
  • blue value is 17.
RGB:
(223,90,17)
(87%,35%,7%)

RGB channels and saturation

R 223 of 255 = 87%
G 90 of 255 = 35%
B 17 of 255 = 7%

223
90
17

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

Portions of RGB colors in percentages

R + G + B =
223 + 90 + 17 = 330 (100%)
R 223 of 330 ~ 67.58%
G 90 of 330 ~ 27.27%
B 17 of 330 ~ 5.15%

%67.58
%27.27

CMYK color model

#DF5A11 color CMYK value is (0,60,92,13).

  • cyan value is 0.00%
  • magenta value is 59.64%
  • yellow value is 92.38%
  • key color value is 12.55%
CMYK:
(0,60,92,13)
C0M60Y92K13 
(0%,60%,92%,13%)
(0.00/0.60/0.92/0.13)	

CMYK percentages

%0
%59.64
%92.38
%12.55

Codes

Color #DF5A11 in popluar color models

DF5A11
RGB2239017
HSL21°85.83%47.06%
HSB/HSV21°92.38%87.45%
CMYK0.00%59.64%92.38%
12.55%

Color #DF5A11 in popluar number systems.

HEXDF5A11
Decimal2239017
Binary11011111101101010001
Octal33713221

Shades and tints

Shades of #DF5A11

#DF5A11
(223,90,17)
#CB5210
(203,82,16)
#B74A0F
(183,74,15)
#A3420E
(163,66,14)
#8F3A0D
(143,58,13)
#7B320C
(123,50,12)
#672A0B
(103,42,11)
#53220A
(83,34,10)
#3F1A09
(63,26,9)
#2B1208
(43,18,8)
#170A07
(23,10,7)
#000000
(0,0,0)

Tints of #DF5A11

#DF5A11
(223,90,17)
#E16926
(225,105,38)
#E3783B
(227,120,59)
#E58750
(229,135,80)
#E79665
(231,150,101)
#E9A57A
(233,165,122)
#EBB48F
(235,180,143)
#EDC3A4
(237,195,164)
#EFD2B9
(239,210,185)
#F1E1CE
(241,225,206)
#F3F0E3
(243,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF5A11 color. Also use rgb(223,90,17) instead hex code.

Text Font Color

.myTextColor { color: #DF5A11; }

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

This text font color is #DF5A11.


Background Color

.myBgColor { background-color: #DF5A11; }

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

This div background color is #DF5A11.


Border color

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

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

This div border color is #DF5A11.


Opacity

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

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

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

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

This text has shadow with #DF5A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF5A11 on black background.


Color preview on white background

This text has color #DF5A11 on white background.



Black color preview on #DF5A11 background

This text has black color on #DF5A11 background.


White color preview on #DF5A11 background

This text has white color on #DF5A11 background.