Color Hex Logo

#dd392c Color Hex

#DD392C
(221,57,44)
0 Favorites   0 Comments

Color spaces of #dd392c

RGB 2215744
HSL0.010.720.52
HSV80°87°
CMYK 0.000.740.80   0.13
XYZ31.736518.48034.2772
Yxy18.48030.58240.3391
Hunter Lab42.988756.547724.1930
CIE-Lab50.073662.078345.9323

#dd392c color RGB value is (221,57,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111001 00101100
Octal 335 71 54
Decimal 221 57 44
Hex DD 39 2C

RGB Percentages of Color #dd392c

%68.63
%17.70
%13.66

CMYK Percentages of Color #dd392c

%0
%74
%80
%13

Triadic Colors of #dd392c

#dd392c #2cdd39 #392cdd

Analogous Colors of #dd392c

#dd392c #dd922c #dd2c78

Monochromatic Colors of #dd392c

#dd392c

Complementary Color

#dd392c #2cd0dd

#dd392c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd392c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd392c Color CSS Codes

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

#dd392c Text Font Color

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

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


#dd392c Background Color

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

This div background color is #dd392c


#dd392c Border Color

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

This div border color is #dd392c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd392c


Comments

No comments written yet.

Please login to write comment.