COLOR #DF3E3E

HEX: #DF3E3E
RGB: (223,62,62)

Color info

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

RGB color model

#DF3E3E color RGB value is (223,62,62).

  • red value is 223;
  • green value is 62;
  • blue value is 62.
RGB:
(223,62,62)
(87%,24%,24%)

RGB channels and saturation

R 223 of 255 = 87%
G 62 of 255 = 24%
B 62 of 255 = 24%

223
62
62

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

Portions of RGB colors in percentages

R + G + B =
223 + 62 + 62 = 347 (100%)
R 223 of 347 ~ 64.27%
G 62 of 347 ~ 17.87%
B 62 of 347 ~ 17.87%

%64.27
%17.87
%17.87

CMYK color model

#DF3E3E color CMYK value is (0,72,72,13).

  • cyan value is 0.00%
  • magenta value is 72.20%
  • yellow value is 72.20%
  • key color value is 12.55%
CMYK:
(0,72,72,13)
C0M72Y72K13 
(0%,72%,72%,13%)
(0.00/0.72/0.72/0.13)	

CMYK percentages

%0
%72.2
%72.2
%12.55

Codes

Color #DF3E3E in popluar color models

DF3E3E
RGB2236262
HSL71.56%55.88%
HSB/HSV72.20%87.45%
CMYK0.00%72.20%72.20%
12.55%

Color #DF3E3E in popluar number systems.

HEXDF3E3E
Decimal2236262
Binary11011111111110111110
Octal3377676

Shades and tints

Shades of #DF3E3E

#DF3E3E
(223,62,62)
#CB3939
(203,57,57)
#B73434
(183,52,52)
#A32F2F
(163,47,47)
#8F2A2A
(143,42,42)
#7B2525
(123,37,37)
#672020
(103,32,32)
#531B1B
(83,27,27)
#3F1616
(63,22,22)
#2B1111
(43,17,17)
#170C0C
(23,12,12)
#000000
(0,0,0)

Tints of #DF3E3E

#DF3E3E
(223,62,62)
#E14F4F
(225,79,79)
#E36060
(227,96,96)
#E57171
(229,113,113)
#E78282
(231,130,130)
#E99393
(233,147,147)
#EBA4A4
(235,164,164)
#EDB5B5
(237,181,181)
#EFC6C6
(239,198,198)
#F1D7D7
(241,215,215)
#F3E8E8
(243,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF3E3E; }

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

This text font color is #DF3E3E.


Background Color

.myBgColor { background-color: #DF3E3E; }

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

This div background color is #DF3E3E.


Border color

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

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

This div border color is #DF3E3E.


Opacity

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

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

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

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

This text has shadow with #DF3E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF3E3E on black background.


Color preview on white background

This text has color #DF3E3E on white background.



Black color preview on #DF3E3E background

This text has black color on #DF3E3E background.


White color preview on #DF3E3E background

This text has white color on #DF3E3E background.