COLOR #DF141F

HEX: #DF141F
RGB: (223,20,31)

Color info

#DF141F contains mainly red color. Web safe color of #DF141F is #CC0033 (or #C03).

RGB color model

#DF141F color RGB value is (223,20,31).

  • red value is 223;
  • green value is 20;
  • blue value is 31.
RGB:
(223,20,31)
(87%,8%,12%)

RGB channels and saturation

R 223 of 255 = 87%
G 20 of 255 = 8%
B 31 of 255 = 12%

223
20
31

R + G + B ~ 36%. #DF141F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
223 + 20 + 31 = 274 (100%)
R 223 of 274 ~ 81.39%
G 20 of 274 ~ 7.3%
B 31 of 274 ~ 11.31%

%81.39
%11.31

CMYK color model

#DF141F color CMYK value is (0,91,86,13).

  • cyan value is 0.00%
  • magenta value is 91.03%
  • yellow value is 86.10%
  • key color value is 12.55%
CMYK:
(0,91,86,13)
C0M91Y86K13 
(0%,91%,86%,13%)
(0.00/0.91/0.86/0.13)	

CMYK percentages

%0
%91.03
%86.1
%12.55

Codes

Color #DF141F in popluar color models

DF141F
RGB2232031
HSL357°83.54%47.65%
HSB/HSV357°91.03%87.45%
CMYK0.00%91.03%86.10%
12.55%

Color #DF141F in popluar number systems.

HEXDF141F
Decimal2232031
Binary110111111010011111
Octal3372437

Shades and tints

Shades of #DF141F

#DF141F
(223,20,31)
#CB131D
(203,19,29)
#B7121B
(183,18,27)
#A31119
(163,17,25)
#8F1017
(143,16,23)
#7B0F15
(123,15,21)
#670E13
(103,14,19)
#530D11
(83,13,17)
#3F0C0F
(63,12,15)
#2B0B0D
(43,11,13)
#170A0B
(23,10,11)
#000000
(0,0,0)

Tints of #DF141F

#DF141F
(223,20,31)
#E12933
(225,41,51)
#E33E47
(227,62,71)
#E5535B
(229,83,91)
#E7686F
(231,104,111)
#E97D83
(233,125,131)
#EB9297
(235,146,151)
#EDA7AB
(237,167,171)
#EFBCBF
(239,188,191)
#F1D1D3
(241,209,211)
#F3E6E7
(243,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF141F color. Also use rgb(223,20,31) instead hex code.

Text Font Color

.myTextColor { color: #DF141F; }

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

This text font color is #DF141F.


Background Color

.myBgColor { background-color: #DF141F; }

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

This div background color is #DF141F.


Border color

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

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

This div border color is #DF141F.


Opacity

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

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

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

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

This text has shadow with #DF141F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF141F on black background.


Color preview on white background

This text has color #DF141F on white background.



Black color preview on #DF141F background

This text has black color on #DF141F background.


White color preview on #DF141F background

This text has white color on #DF141F background.