COLOR #DF422D

HEX: #DF422D
RGB: (223,66,45)

Color info

#DF422D contains mainly red color. Web safe color of #DF422D is #CC3333 (or #C33).

RGB color model

#DF422D color RGB value is (223,66,45).

  • red value is 223;
  • green value is 66;
  • blue value is 45.
RGB:
(223,66,45)
(87%,26%,18%)

RGB channels and saturation

R 223 of 255 = 87%
G 66 of 255 = 26%
B 45 of 255 = 18%

223
66
45

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

Portions of RGB colors in percentages

R + G + B =
223 + 66 + 45 = 334 (100%)
R 223 of 334 ~ 66.77%
G 66 of 334 ~ 19.76%
B 45 of 334 ~ 13.47%

%66.77
%19.76
%13.47

CMYK color model

#DF422D color CMYK value is (0,70,80,13).

  • cyan value is 0.00%
  • magenta value is 70.40%
  • yellow value is 79.82%
  • key color value is 12.55%
CMYK:
(0,70,80,13)
C0M70Y80K13 
(0%,70%,80%,13%)
(0.00/0.70/0.80/0.13)	

CMYK percentages

%0
%70.4
%79.82
%12.55

Codes

Color #DF422D in popluar color models

DF422D
RGB2236645
HSL73.55%52.55%
HSB/HSV79.82%87.45%
CMYK0.00%70.40%79.82%
12.55%

Color #DF422D in popluar number systems.

HEXDF422D
Decimal2236645
Binary110111111000010101101
Octal33710255

Shades and tints

Shades of #DF422D

#DF422D
(223,66,45)
#CB3C29
(203,60,41)
#B73625
(183,54,37)
#A33021
(163,48,33)
#8F2A1D
(143,42,29)
#7B2419
(123,36,25)
#671E15
(103,30,21)
#531811
(83,24,17)
#3F120D
(63,18,13)
#2B0C09
(43,12,9)
#170605
(23,6,5)
#000000
(0,0,0)

Tints of #DF422D

#DF422D
(223,66,45)
#E15340
(225,83,64)
#E36453
(227,100,83)
#E57566
(229,117,102)
#E78679
(231,134,121)
#E9978C
(233,151,140)
#EBA89F
(235,168,159)
#EDB9B2
(237,185,178)
#EFCAC5
(239,202,197)
#F1DBD8
(241,219,216)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF422D color. Also use rgb(223,66,45) instead hex code.

Text Font Color

.myTextColor { color: #DF422D; }

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

This text font color is #DF422D.


Background Color

.myBgColor { background-color: #DF422D; }

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

This div background color is #DF422D.


Border color

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

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

This div border color is #DF422D.


Opacity

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

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

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

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

This text has shadow with #DF422D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF422D on black background.


Color preview on white background

This text has color #DF422D on white background.



Black color preview on #DF422D background

This text has black color on #DF422D background.


White color preview on #DF422D background

This text has white color on #DF422D background.