Color Hex Logo

#df1740 Color Hex

#DF1740
(223,23,64)
0 Favorites   0 Comments

Color spaces of #df1740

RGB 2232364
HSL0.970.810.48
HSV348°90°87°
CMYK 0.000.900.71   0.13
XYZ31.663216.67096.3995
Yxy16.67090.57850.3046
Hunter Lab40.830066.972119.2882
CIE-Lab47.842771.426932.3131

#df1740 color RGB value is (223,23,64).

#df1740 hex color red value is 223, green value is 23 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #df1740 hue: 0.97 , saturation: 0.81 and the lightness value of df1740 is 0.48.

The process color (four color CMYK) of #df1740 color hex is 0.00, 0.90, 0.71, 0.13. Web safe color of #df1740 is #cc0033. Color #df1740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010111 01000000
Octal 337 27 100
Decimal 223 23 64
Hex DF 17 40

RGB Percentages of Color #df1740

%71.94
%7.42
%20.65

CMYK Percentages of Color #df1740

%0
%90
%71
%13

Triadic Colors of #df1740

#df1740 #40df17 #1740df

Analogous Colors of #df1740

#df1740 #df5217 #df17a4

Monochromatic Colors of #df1740

#df1740

Complementary Color

#df1740 #17dfb6

#df1740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df1740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df1740 Color CSS Codes

.mybgcolor {background-color:#df1740; } 
.myforecolor {color:#df1740; }
.mybordercolor {border:3px solid #df1740; }

#df1740 Text Font Color

<p style="color:#df1740">Text here</p>

This sample text font color is #df1740
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#df1740 Background Color

<div style="background-color:#df1740">
Div content here</div>

This div background color is #df1740


#df1740 Border Color

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

This div border color is #df1740


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,23,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #df1740; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #df1740;
  -webkit-box-shadow: 1px 1px 3px 2px #df1740;
  box-shadow:         1px 1px 3px 2px #df1740; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,23,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #df1740">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #df1740;
  -webkit-box-shadow: 1px 1px 3px 2px #df1740;
  box-shadow:         1px 1px 3px 2px #df1740;">
Div content here</div>

This div box has shadow with color #df1740


Comments

No comments written yet.

Please login to write comment.