Color Hex Logo

#dd473e Color Hex

#DD473E
(221,71,62)
0 Favorites   0 Comments

Color spaces of #dd473e

RGB 2217162
HSL0.010.700.55
HSV72°87°
CMYK 0.000.680.72   0.13
XYZ32.941520.22646.7253
Yxy20.22640.55000.3377
Hunter Lab44.973852.040122.6155
CIE-Lab52.092257.712938.3421

#dd473e color RGB value is (221,71,62).

#dd473e hex color red value is 221, green value is 71 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dd473e hue: 0.01 , saturation: 0.70 and the lightness value of dd473e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000111 00111110
Octal 335 107 76
Decimal 221 71 62
Hex DD 47 3E

RGB Percentages of Color #dd473e

%62.43
%20.06
%17.51

CMYK Percentages of Color #dd473e

%0
%68
%72
%13

Triadic Colors of #dd473e

#dd473e #3edd47 #473edd

Analogous Colors of #dd473e

#dd473e #dd973e #dd3e85

Monochromatic Colors of #dd473e

#dd473e

Complementary Color

#dd473e #3ed4dd

#dd473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd473e Color CSS Codes

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

#dd473e Text Font Color

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

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


#dd473e Background Color

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

This div background color is #dd473e


#dd473e Border Color

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

This div border color is #dd473e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd473e


Comments

No comments written yet.

Please login to write comment.