Color Hex Logo

#df402c Color Hex

#DF402C
(223,64,44)
0 Favorites   0 Comments

Color spaces of #df402c

RGB 2236444
HSL0.020.740.52
HSV80°87°
CMYK 0.000.710.80   0.13
XYZ32.719419.53664.4293
Yxy19.53660.57720.3447
Hunter Lab44.200254.785024.9987
CIE-Lab51.309260.297047.2662

#df402c color RGB value is (223,64,44).

#df402c hex color red value is 223, green value is 64 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #df402c hue: 0.02 , saturation: 0.74 and the lightness value of df402c is 0.52.

The process color (four color CMYK) of #df402c color hex is 0.00, 0.71, 0.80, 0.13. Web safe color of #df402c is #cc3333. Color #df402c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000000 00101100
Octal 337 100 54
Decimal 223 64 44
Hex DF 40 2C

RGB Percentages of Color #df402c

%67.37
%19.34
%13.29

CMYK Percentages of Color #df402c

%0
%71
%80
%13

Triadic Colors of #df402c

#df402c #2cdf40 #402cdf

Analogous Colors of #df402c

#df402c #df9a2c #df2c72

Monochromatic Colors of #df402c

#df402c

Complementary Color

#df402c #2ccbdf

#df402c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df402c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df402c Color CSS Codes

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

#df402c Text Font Color

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

This sample text font color is #df402c
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.


#df402c Background Color

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

This div background color is #df402c


#df402c Border Color

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

This div border color is #df402c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df402c


Comments

No comments written yet.

Please login to write comment.