Color Hex Logo

#dd171c Color Hex

#DD171C
(221,23,28)
0 Favorites   0 Comments

Color spaces of #dd171c

RGB 2212328
HSL1.000.810.48
HSV358°90°87°
CMYK 0.000.900.87   0.13
XYZ30.334816.06882.6014
Yxy16.06880.61900.3279
Hunter Lab40.085964.928624.2125
CIE-Lab47.064669.863951.1290

#dd171c color RGB value is (221,23,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010111 00011100
Octal 335 27 34
Decimal 221 23 28
Hex DD 17 1C

RGB Percentages of Color #dd171c

%81.25
%8.46
%10.29

CMYK Percentages of Color #dd171c

%0
%90
%87
%13

Triadic Colors of #dd171c

#dd171c #1cdd17 #171cdd

Analogous Colors of #dd171c

#dd171c #dd7517 #dd177f

Monochromatic Colors of #dd171c

#dd171c

Complementary Color

#dd171c #17ddd8

#dd171c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd171c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd171c Color CSS Codes

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

#dd171c Text Font Color

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

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


#dd171c Background Color

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

This div background color is #dd171c


#dd171c Border Color

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

This div border color is #dd171c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd171c


Comments

No comments written yet.

Please login to write comment.