Color Hex Logo

#dd163e Color Hex

#DD163E
(221,22,62)
0 Favorites   0 Comments

Color spaces of #dd163e

RGB 2212262
HSL0.970.820.48
HSV348°90°87°
CMYK 0.000.900.72   0.13
XYZ30.975216.29386.0699
Yxy16.29380.58070.3055
Hunter Lab40.365666.335219.3403
CIE-Lab47.357670.988832.8354

#dd163e color RGB value is (221,22,62).

#dd163e hex color red value is 221, green value is 22 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dd163e hue: 0.97 , saturation: 0.82 and the lightness value of dd163e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010110 00111110
Octal 335 26 76
Decimal 221 22 62
Hex DD 16 3E

RGB Percentages of Color #dd163e

%72.46
%7.21
%20.33

CMYK Percentages of Color #dd163e

%0
%90
%72
%13

Triadic Colors of #dd163e

#dd163e #3edd16 #163edd

Analogous Colors of #dd163e

#dd163e #dd5216 #dd16a2

Monochromatic Colors of #dd163e

#dd163e

Complementary Color

#dd163e #16ddb5

#dd163e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd163e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd163e Color CSS Codes

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

#dd163e Text Font Color

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

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


#dd163e Background Color

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

This div background color is #dd163e


#dd163e Border Color

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

This div border color is #dd163e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd163e


Comments

No comments written yet.

Please login to write comment.