Color Hex Logo

#dd113d Color Hex

#DD113D
(221,17,61)
0 Favorites   0 Comments

Color spaces of #dd113d

RGB 2211761
HSL0.960.860.47
HSV347°92°87°
CMYK 0.000.920.72   0.13
XYZ30.861516.11005.8978
Yxy16.11000.58370.3047
Hunter Lab40.137367.008219.3840
CIE-Lab47.118571.598033.1521

#dd113d color RGB value is (221,17,61).

#dd113d hex color red value is 221, green value is 17 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dd113d hue: 0.96 , saturation: 0.86 and the lightness value of dd113d is 0.47.

The process color (four color CMYK) of #dd113d color hex is 0.00, 0.92, 0.72, 0.13. Web safe color of #dd113d is #cc0033. Color #dd113d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010001 00111101
Octal 335 21 75
Decimal 221 17 61
Hex DD 11 3D

RGB Percentages of Color #dd113d

%73.91
%5.69
%20.40

CMYK Percentages of Color #dd113d

%0
%92
%72
%13

Triadic Colors of #dd113d

#dd113d #3ddd11 #113ddd

Analogous Colors of #dd113d

#dd113d #dd4b11 #dd11a3

Monochromatic Colors of #dd113d

#dd113d

Complementary Color

#dd113d #11ddb1

#dd113d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd113d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd113d Color CSS Codes

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

#dd113d Text Font Color

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

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


#dd113d Background Color

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

This div background color is #dd113d


#dd113d Border Color

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

This div border color is #dd113d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd113d


Comments

No comments written yet.

Please login to write comment.