Color Hex Logo

#dd193f Color Hex

#DD193F
(221,25,63)
0 Favorites   0 Comments

Color spaces of #dd193f

RGB 2212563
HSL0.970.800.48
HSV348°89°87°
CMYK 0.000.890.71   0.13
XYZ31.063616.42636.2360
Yxy16.42630.57820.3057
Hunter Lab40.529465.884319.2480
CIE-Lab47.528970.577632.4401

#dd193f color RGB value is (221,25,63).

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

The process color (four color CMYK) of #dd193f color hex is 0.00, 0.89, 0.71, 0.13. Web safe color of #dd193f is #cc0033. Color #dd193f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011001 00111111
Octal 335 31 77
Decimal 221 25 63
Hex DD 19 3F

RGB Percentages of Color #dd193f

%71.52
%8.09
%20.39

CMYK Percentages of Color #dd193f

%0
%89
%71
%13

Triadic Colors of #dd193f

#dd193f #3fdd19 #193fdd

Analogous Colors of #dd193f

#dd193f #dd5519 #dd19a1

Monochromatic Colors of #dd193f

#dd193f

Complementary Color

#dd193f #19ddb7

#dd193f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd193f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd193f Color CSS Codes

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

#dd193f Text Font Color

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

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


#dd193f Background Color

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

This div background color is #dd193f


#dd193f Border Color

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

This div border color is #dd193f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd193f


Comments

No comments written yet.

Please login to write comment.