Color Hex Logo

#dd111d Color Hex

#DD111D
(221,17,29)
0 Favorites   0 Comments

Color spaces of #dd111d

RGB 2211729
HSL0.990.860.47
HSV356°92°87°
CMYK 0.000.920.87   0.13
XYZ30.241015.86182.6301
Yxy15.86180.62050.3255
Hunter Lab39.826965.840123.9634
CIE-Lab46.792770.683650.4491

#dd111d color RGB value is (221,17,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010001 00011101
Octal 335 21 35
Decimal 221 17 29
Hex DD 11 1D

RGB Percentages of Color #dd111d

%82.77
%6.37
%10.86

CMYK Percentages of Color #dd111d

%0
%92
%87
%13

Triadic Colors of #dd111d

#dd111d #1ddd11 #111ddd

Analogous Colors of #dd111d

#dd111d #dd6b11 #dd1183

Monochromatic Colors of #dd111d

#dd111d

Complementary Color

#dd111d #11ddd1

#dd111d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd111d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd111d Color CSS Codes

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

#dd111d Text Font Color

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

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


#dd111d Background Color

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

This div background color is #dd111d


#dd111d Border Color

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

This div border color is #dd111d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd111d


Comments

No comments written yet.

Please login to write comment.