Color Hex Logo

#dd142c Color Hex

#DD142C
(221,20,44)
0 Favorites   0 Comments

Color spaces of #dd142c

RGB 2212044
HSL0.980.830.47
HSV353°91°87°
CMYK 0.000.910.80   0.13
XYZ30.523616.05433.8729
Yxy16.05430.60500.3182
Hunter Lab40.067865.862322.3166
CIE-Lab47.045670.653142.9252

#dd142c color RGB value is (221,20,44).

#dd142c hex color red value is 221, green value is 20 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dd142c hue: 0.98 , saturation: 0.83 and the lightness value of dd142c is 0.47.

The process color (four color CMYK) of #dd142c color hex is 0.00, 0.91, 0.80, 0.13. Web safe color of #dd142c is #cc0033. Color #dd142c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010100 00101100
Octal 335 24 54
Decimal 221 20 44
Hex DD 14 2C

RGB Percentages of Color #dd142c

%77.54
%7.02
%15.44

CMYK Percentages of Color #dd142c

%0
%91
%80
%13

Triadic Colors of #dd142c

#dd142c #2cdd14 #142cdd

Analogous Colors of #dd142c

#dd142c #dd6114 #dd1491

Monochromatic Colors of #dd142c

#dd142c

Complementary Color

#dd142c #14ddc5

#dd142c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd142c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd142c Color CSS Codes

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

#dd142c Text Font Color

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

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


#dd142c Background Color

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

This div background color is #dd142c


#dd142c Border Color

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

This div border color is #dd142c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd142c


Comments

No comments written yet.

Please login to write comment.