Color Hex Logo

#df472c Color Hex

#DF472C
(223,71,44)
0 Favorites   0 Comments

Color spaces of #df472c

RGB 2237144
HSL0.030.740.52
HSV80°87°
CMYK 0.000.680.80   0.13
XYZ33.139320.37634.5693
Yxy20.37630.57050.3508
Hunter Lab45.140152.049325.5965
CIE-Lab52.260057.691248.1884

#df472c color RGB value is (223,71,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000111 00101100
Octal 337 107 54
Decimal 223 71 44
Hex DF 47 2C

RGB Percentages of Color #df472c

%65.98
%21.01
%13.02

CMYK Percentages of Color #df472c

%0
%68
%80
%13

Triadic Colors of #df472c

#df472c #2cdf47 #472cdf

Analogous Colors of #df472c

#df472c #dfa12c #df2c6b

Monochromatic Colors of #df472c

#df472c

Complementary Color

#df472c #2cc4df

#df472c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df472c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df472c Color CSS Codes

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

#df472c Text Font Color

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

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


#df472c Background Color

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

This div background color is #df472c


#df472c Border Color

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

This div border color is #df472c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,71,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 #df472c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df472c


Comments

No comments written yet.

Please login to write comment.