Color Hex Logo

#df352c Color Hex

#DF352C
(223,53,44)
0 Favorites   0 Comments

Color spaces of #df352c

RGB 2235344
HSL0.010.740.52
HSV80°87°
CMYK 0.000.760.80   0.13
XYZ32.159218.41604.2425
Yxy18.41600.58670.3359
Hunter Lab42.913958.666824.1782
CIE-Lab49.996863.942245.9844

#df352c color RGB value is (223,53,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110101 00101100
Octal 337 65 54
Decimal 223 53 44
Hex DF 35 2C

RGB Percentages of Color #df352c

%69.69
%16.56
%13.75

CMYK Percentages of Color #df352c

%0
%76
%80
%13

Triadic Colors of #df352c

#df352c #2cdf35 #352cdf

Analogous Colors of #df352c

#df352c #df8f2c #df2c7d

Monochromatic Colors of #df352c

#df352c

Complementary Color

#df352c #2cd6df

#df352c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df352c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df352c Color CSS Codes

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

#df352c Text Font Color

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

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


#df352c Background Color

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

This div background color is #df352c


#df352c Border Color

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

This div border color is #df352c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df352c


Comments

No comments written yet.

Please login to write comment.