COLOR #DF530D

HEX: #DF530D
RGB: (223,83,13)

Color info

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

RGB color model

#DF530D color RGB value is (223,83,13).

  • red value is 223;
  • green value is 83;
  • blue value is 13.
RGB:
(223,83,13)
(87%,33%,5%)

RGB channels and saturation

R 223 of 255 = 87%
G 83 of 255 = 33%
B 13 of 255 = 5%

223
83
13

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

Portions of RGB colors in percentages

R + G + B =
223 + 83 + 13 = 319 (100%)
R 223 of 319 ~ 69.91%
G 83 of 319 ~ 26.02%
B 13 of 319 ~ 4.08%

%69.91
%26.02

CMYK color model

#DF530D color CMYK value is (0,63,94,13).

  • cyan value is 0.00%
  • magenta value is 62.78%
  • yellow value is 94.17%
  • key color value is 12.55%
CMYK:
(0,63,94,13)
C0M63Y94K13 
(0%,63%,94%,13%)
(0.00/0.63/0.94/0.13)	

CMYK percentages

%0
%62.78
%94.17
%12.55

Codes

Color #DF530D in popluar color models

DF530D
RGB2238313
HSL20°88.98%46.27%
HSB/HSV20°94.17%87.45%
CMYK0.00%62.78%94.17%
12.55%

Color #DF530D in popluar number systems.

HEXDF530D
Decimal2238313
Binary1101111110100111101
Octal33712315

Shades and tints

Shades of #DF530D

#DF530D
(223,83,13)
#CB4C0C
(203,76,12)
#B7450B
(183,69,11)
#A33E0A
(163,62,10)
#8F3709
(143,55,9)
#7B3008
(123,48,8)
#672907
(103,41,7)
#532206
(83,34,6)
#3F1B05
(63,27,5)
#2B1404
(43,20,4)
#170D03
(23,13,3)
#000000
(0,0,0)

Tints of #DF530D

#DF530D
(223,83,13)
#E16223
(225,98,35)
#E37139
(227,113,57)
#E5804F
(229,128,79)
#E78F65
(231,143,101)
#E99E7B
(233,158,123)
#EBAD91
(235,173,145)
#EDBCA7
(237,188,167)
#EFCBBD
(239,203,189)
#F1DAD3
(241,218,211)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF530D color. Also use rgb(223,83,13) instead hex code.

Text Font Color

.myTextColor { color: #DF530D; }

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

This text font color is #DF530D.


Background Color

.myBgColor { background-color: #DF530D; }

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

This div background color is #DF530D.


Border color

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

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

This div border color is #DF530D.


Opacity

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

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

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

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

This text has shadow with #DF530D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF530D on black background.


Color preview on white background

This text has color #DF530D on white background.



Black color preview on #DF530D background

This text has black color on #DF530D background.


White color preview on #DF530D background

This text has white color on #DF530D background.