Color Hex Logo

#dd192e Color Hex

#DD192E
(221,25,46)
0 Favorites   0 Comments

Color spaces of #dd192e

RGB 2212546
HSL0.980.800.48
HSV354°89°87°
CMYK 0.000.890.79   0.13
XYZ30.659616.26474.1082
Yxy16.26470.60080.3187
Hunter Lab40.329565.123922.1910
CIE-Lab47.319969.978942.0921

#dd192e color RGB value is (221,25,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011001 00101110
Octal 335 31 56
Decimal 221 25 46
Hex DD 19 2E

RGB Percentages of Color #dd192e

%75.68
%8.56
%15.75

CMYK Percentages of Color #dd192e

%0
%89
%79
%13

Triadic Colors of #dd192e

#dd192e #2edd19 #192edd

Analogous Colors of #dd192e

#dd192e #dd6619 #dd1990

Monochromatic Colors of #dd192e

#dd192e

Complementary Color

#dd192e #19ddc8

#dd192e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd192e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd192e Color CSS Codes

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

#dd192e Text Font Color

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

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


#dd192e Background Color

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

This div background color is #dd192e


#dd192e Border Color

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

This div border color is #dd192e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd192e


Comments

No comments written yet.

Please login to write comment.