COLOR #DF2429

HEX: #DF2429
RGB: (223,36,41)

Color info

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

RGB color model

#DF2429 color RGB value is (223,36,41).

  • red value is 223;
  • green value is 36;
  • blue value is 41.
RGB:
(223,36,41)
(87%,14%,16%)

RGB channels and saturation

R 223 of 255 = 87%
G 36 of 255 = 14%
B 41 of 255 = 16%

223
36
41

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

Portions of RGB colors in percentages

R + G + B =
223 + 36 + 41 = 300 (100%)
R 223 of 300 ~ 74.33%
G 36 of 300 ~ 12%
B 41 of 300 ~ 13.67%

%74.33
%12
%13.67

CMYK color model

#DF2429 color CMYK value is (0,84,82,13).

  • cyan value is 0.00%
  • magenta value is 83.86%
  • yellow value is 81.61%
  • key color value is 12.55%
CMYK:
(0,84,82,13)
C0M84Y82K13 
(0%,84%,82%,13%)
(0.00/0.84/0.82/0.13)	

CMYK percentages

%0
%83.86
%81.61
%12.55

Codes

Color #DF2429 in popluar color models

DF2429
RGB2233641
HSL358°74.50%50.78%
HSB/HSV358°83.86%87.45%
CMYK0.00%83.86%81.61%
12.55%

Color #DF2429 in popluar number systems.

HEXDF2429
Decimal2233641
Binary11011111100100101001
Octal3374451

Shades and tints

Shades of #DF2429

#DF2429
(223,36,41)
#CB2126
(203,33,38)
#B71E23
(183,30,35)
#A31B20
(163,27,32)
#8F181D
(143,24,29)
#7B151A
(123,21,26)
#671217
(103,18,23)
#530F14
(83,15,20)
#3F0C11
(63,12,17)
#2B090E
(43,9,14)
#17060B
(23,6,11)
#000000
(0,0,0)

Tints of #DF2429

#DF2429
(223,36,41)
#E1373C
(225,55,60)
#E34A4F
(227,74,79)
#E55D62
(229,93,98)
#E77075
(231,112,117)
#E98388
(233,131,136)
#EB969B
(235,150,155)
#EDA9AE
(237,169,174)
#EFBCC1
(239,188,193)
#F1CFD4
(241,207,212)
#F3E2E7
(243,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF2429; }

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

This text font color is #DF2429.


Background Color

.myBgColor { background-color: #DF2429; }

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

This div background color is #DF2429.


Border color

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

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

This div border color is #DF2429.


Opacity

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

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

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

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

This text has shadow with #DF2429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF2429 on black background.


Color preview on white background

This text has color #DF2429 on white background.



Black color preview on #DF2429 background

This text has black color on #DF2429 background.


White color preview on #DF2429 background

This text has white color on #DF2429 background.