Color Hex Logo

#df472d Color Hex

#DF472D
(223,71,45)
0 Favorites   0 Comments

Color spaces of #df472d

RGB 2237145
HSL0.020.740.53
HSV80°87°
CMYK 0.000.680.80   0.13
XYZ33.158320.38394.6695
Yxy20.38390.56960.3502
Hunter Lab45.148552.085325.4719
CIE-Lab52.268557.721947.6986

#df472d color RGB value is (223,71,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000111 00101101
Octal 337 107 55
Decimal 223 71 45
Hex DF 47 2D

RGB Percentages of Color #df472d

%65.78
%20.94
%13.27

CMYK Percentages of Color #df472d

%0
%68
%80
%13

Triadic Colors of #df472d

#df472d #2ddf47 #472ddf

Analogous Colors of #df472d

#df472d #dfa02d #df2d6c

Monochromatic Colors of #df472d

#df472d

Complementary Color

#df472d #2dc5df

#df472d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df472d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df472d Color CSS Codes

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

#df472d Text Font Color

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

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


#df472d Background Color

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

This div background color is #df472d


#df472d Border Color

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

This div border color is #df472d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df472d


Comments

No comments written yet.

Please login to write comment.