COLOR #DF0142

HEX: #DF0142
RGB: (223,1,66)

Color info

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

RGB color model

#DF0142 color RGB value is (223,1,66).

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

RGB channels and saturation

R 223 of 255 = 87%
G 1 of 255 = 0%
B 66 of 255 = 26%

223
1
66

R + G + B ~ 38%. #DF0142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
223 + 1 + 66 = 290 (100%)
R 223 of 290 ~ 76.9%
G 1 of 290 ~ 0.34%
B 66 of 290 ~ 22.76%

%76.9
%22.76

CMYK color model

#DF0142 color CMYK value is (0,100,70,13).

  • cyan value is 0.00%
  • magenta value is 99.55%
  • yellow value is 70.40%
  • key color value is 12.55%
CMYK:
(0,100,70,13)
C0M100Y70K13 
(0%,100%,70%,13%)
(0.00/1.00/0.70/0.13)	

CMYK percentages

%0
%99.55
%70.4
%12.55

Codes

Color #DF0142 in popluar color models

DF0142
RGB223166
HSL342°99.11%43.92%
HSB/HSV342°99.55%87.45%
CMYK0.00%99.55%70.40%
12.55%

Color #DF0142 in popluar number systems.

HEXDF0142
Decimal223166
Binary1101111111000010
Octal3371102

Shades and tints

Shades of #DF0142

#DF0142
(223,1,66)
#CB013C
(203,1,60)
#B70136
(183,1,54)
#A30130
(163,1,48)
#8F012A
(143,1,42)
#7B0124
(123,1,36)
#67011E
(103,1,30)
#530118
(83,1,24)
#3F0112
(63,1,18)
#2B010C
(43,1,12)
#170106
(23,1,6)
#000000
(0,0,0)

Tints of #DF0142

#DF0142
(223,1,66)
#E11853
(225,24,83)
#E32F64
(227,47,100)
#E54675
(229,70,117)
#E75D86
(231,93,134)
#E97497
(233,116,151)
#EB8BA8
(235,139,168)
#EDA2B9
(237,162,185)
#EFB9CA
(239,185,202)
#F1D0DB
(241,208,219)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF0142; }

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

This text font color is #DF0142.


Background Color

.myBgColor { background-color: #DF0142; }

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

This div background color is #DF0142.


Border color

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

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

This div border color is #DF0142.


Opacity

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

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

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

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

This text has shadow with #DF0142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF0142 on black background.


Color preview on white background

This text has color #DF0142 on white background.



Black color preview on #DF0142 background

This text has black color on #DF0142 background.


White color preview on #DF0142 background

This text has white color on #DF0142 background.