Color Hex Logo

#dd173b Color Hex

#DD173B
(221,23,59)
0 Favorites   0 Comments

Color spaces of #dd173b

RGB 2212359
HSL0.970.810.48
HSV349°90°87°
CMYK 0.000.900.73   0.13
XYZ30.914616.30075.6546
Yxy16.30070.58470.3083
Hunter Lab40.374166.023319.9580
CIE-Lab47.366670.725734.6346

#dd173b color RGB value is (221,23,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010111 00111011
Octal 335 27 73
Decimal 221 23 59
Hex DD 17 3B

RGB Percentages of Color #dd173b

%72.94
%7.59
%19.47

CMYK Percentages of Color #dd173b

%0
%90
%73
%13

Triadic Colors of #dd173b

#dd173b #3bdd17 #173bdd

Analogous Colors of #dd173b

#dd173b #dd5617 #dd179e

Monochromatic Colors of #dd173b

#dd173b

Complementary Color

#dd173b #17ddb9

#dd173b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd173b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd173b Color CSS Codes

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

#dd173b Text Font Color

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

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


#dd173b Background Color

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

This div background color is #dd173b


#dd173b Border Color

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

This div border color is #dd173b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd173b


Comments

No comments written yet.

Please login to write comment.