COLOR #DF400F

HEX: #DF400F
RGB: (223,64,15)

Color info

#DF400F contains mainly red color. Web safe color of #DF400F is #CC3300 (or #C30).

RGB color model

#DF400F color RGB value is (223,64,15).

  • red value is 223;
  • green value is 64;
  • blue value is 15.
RGB:
(223,64,15)
(87%,25%,6%)

RGB channels and saturation

R 223 of 255 = 87%
G 64 of 255 = 25%
B 15 of 255 = 6%

223
64
15

R + G + B ~ 39%. #DF400F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
223 + 64 + 15 = 302 (100%)
R 223 of 302 ~ 73.84%
G 64 of 302 ~ 21.19%
B 15 of 302 ~ 4.97%

%73.84
%21.19

CMYK color model

#DF400F color CMYK value is (0,71,93,13).

  • cyan value is 0.00%
  • magenta value is 71.30%
  • yellow value is 93.27%
  • key color value is 12.55%
CMYK:
(0,71,93,13)
C0M71Y93K13 
(0%,71%,93%,13%)
(0.00/0.71/0.93/0.13)	

CMYK percentages

%0
%71.3
%93.27
%12.55

Codes

Color #DF400F in popluar color models

DF400F
RGB2236415
HSL14°87.39%46.67%
HSB/HSV14°93.27%87.45%
CMYK0.00%71.30%93.27%
12.55%

Color #DF400F in popluar number systems.

HEXDF400F
Decimal2236415
Binary1101111110000001111
Octal33710017

Shades and tints

Shades of #DF400F

#DF400F
(223,64,15)
#CB3B0E
(203,59,14)
#B7360D
(183,54,13)
#A3310C
(163,49,12)
#8F2C0B
(143,44,11)
#7B270A
(123,39,10)
#672209
(103,34,9)
#531D08
(83,29,8)
#3F1807
(63,24,7)
#2B1306
(43,19,6)
#170E05
(23,14,5)
#000000
(0,0,0)

Tints of #DF400F

#DF400F
(223,64,15)
#E15124
(225,81,36)
#E36239
(227,98,57)
#E5734E
(229,115,78)
#E78463
(231,132,99)
#E99578
(233,149,120)
#EBA68D
(235,166,141)
#EDB7A2
(237,183,162)
#EFC8B7
(239,200,183)
#F1D9CC
(241,217,204)
#F3EAE1
(243,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF400F color. Also use rgb(223,64,15) instead hex code.

Text Font Color

.myTextColor { color: #DF400F; }

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

This text font color is #DF400F.


Background Color

.myBgColor { background-color: #DF400F; }

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

This div background color is #DF400F.


Border color

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

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

This div border color is #DF400F.


Opacity

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

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

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

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

This text has shadow with #DF400F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF400F on black background.


Color preview on white background

This text has color #DF400F on white background.



Black color preview on #DF400F background

This text has black color on #DF400F background.


White color preview on #DF400F background

This text has white color on #DF400F background.