Color Hex Logo

#dd1747 Color Hex

#DD1747
(221,23,71)
0 Favorites   0 Comments

Color spaces of #dd1747

RGB 2212371
HSL0.960.810.48
HSV345°90°87°
CMYK 0.000.900.68   0.13
XYZ31.262516.43997.4867
Yxy16.43990.56650.2979
Hunter Lab40.546166.674017.4346
CIE-Lab47.546471.235527.6270

#dd1747 color RGB value is (221,23,71).

#dd1747 hex color red value is 221, green value is 23 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dd1747 hue: 0.96 , saturation: 0.81 and the lightness value of dd1747 is 0.48.

The process color (four color CMYK) of #dd1747 color hex is 0.00, 0.90, 0.68, 0.13. Web safe color of #dd1747 is #cc0033. Color #dd1747 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010111 01000111
Octal 335 27 107
Decimal 221 23 71
Hex DD 17 47

RGB Percentages of Color #dd1747

%70.16
%7.30
%22.54

CMYK Percentages of Color #dd1747

%0
%90
%68
%13

Triadic Colors of #dd1747

#dd1747 #47dd17 #1747dd

Analogous Colors of #dd1747

#dd1747 #dd4a17 #dd17aa

Monochromatic Colors of #dd1747

#dd1747

Complementary Color

#dd1747 #17ddad

#dd1747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1747 Color CSS Codes

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

#dd1747 Text Font Color

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

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


#dd1747 Background Color

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

This div background color is #dd1747


#dd1747 Border Color

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

This div border color is #dd1747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1747


Comments

No comments written yet.

Please login to write comment.