Color Hex Logo

#dd111f Color Hex

#DD111F
(221,17,31)
0 Favorites   0 Comments

Color spaces of #dd111f

RGB 2211731
HSL0.990.860.47
HSV356°92°87°
CMYK 0.000.920.86   0.13
XYZ30.266615.87202.7647
Yxy15.87200.61890.3246
Hunter Lab39.839765.888823.7733
CIE-Lab46.806170.721949.5024

#dd111f color RGB value is (221,17,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010001 00011111
Octal 335 21 37
Decimal 221 17 31
Hex DD 11 1F

RGB Percentages of Color #dd111f

%82.16
%6.32
%11.52

CMYK Percentages of Color #dd111f

%0
%92
%86
%13

Triadic Colors of #dd111f

#dd111f #1fdd11 #111fdd

Analogous Colors of #dd111f

#dd111f #dd6911 #dd1185

Monochromatic Colors of #dd111f

#dd111f

Complementary Color

#dd111f #11ddcf

#dd111f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd111f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd111f Color CSS Codes

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

#dd111f Text Font Color

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

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


#dd111f Background Color

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

This div background color is #dd111f


#dd111f Border Color

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

This div border color is #dd111f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd111f


Comments

No comments written yet.

Please login to write comment.