Color Hex Logo

#df352e Color Hex

#DF352E
(223,53,46)
0 Favorites   0 Comments

Color spaces of #df352e

RGB 2235346
HSL0.010.730.53
HSV79°87°
CMYK 0.000.760.79   0.13
XYZ32.197718.43144.4454
Yxy18.43140.58460.3347
Hunter Lab42.931858.739523.9130
CIE-Lab50.015264.001944.9520

#df352e color RGB value is (223,53,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110101 00101110
Octal 337 65 56
Decimal 223 53 46
Hex DF 35 2E

RGB Percentages of Color #df352e

%69.25
%16.46
%14.29

CMYK Percentages of Color #df352e

%0
%76
%79
%13

Triadic Colors of #df352e

#df352e #2edf35 #352edf

Analogous Colors of #df352e

#df352e #df8e2e #df2e80

Monochromatic Colors of #df352e

#df352e

Complementary Color

#df352e #2ed8df

#df352e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df352e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df352e Color CSS Codes

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

#df352e Text Font Color

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

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


#df352e Background Color

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

This div background color is #df352e


#df352e Border Color

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

This div border color is #df352e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df352e


Comments

No comments written yet.

Please login to write comment.