Color Hex Logo

#df352d Color Hex

#DF352D
(223,53,45)
0 Favorites   0 Comments

Color spaces of #df352d

RGB 2235345
HSL0.010.740.53
HSV80°87°
CMYK 0.000.760.80   0.13
XYZ32.178218.42364.3428
Yxy18.42360.58560.3353
Hunter Lab42.922758.702724.0471
CIE-Lab50.005963.971745.4699

#df352d color RGB value is (223,53,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110101 00101101
Octal 337 65 55
Decimal 223 53 45
Hex DF 35 2D

RGB Percentages of Color #df352d

%69.47
%16.51
%14.02

CMYK Percentages of Color #df352d

%0
%76
%80
%13

Triadic Colors of #df352d

#df352d #2ddf35 #352ddf

Analogous Colors of #df352d

#df352d #df8e2d #df2d7e

Monochromatic Colors of #df352d

#df352d

Complementary Color

#df352d #2dd7df

#df352d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df352d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df352d Color CSS Codes

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

#df352d Text Font Color

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

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


#df352d Background Color

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

This div background color is #df352d


#df352d Border Color

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

This div border color is #df352d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df352d


Comments

No comments written yet.

Please login to write comment.