Color Hex Logo

#dd292e Color Hex

#DD292E
(221,41,46)
0 Favorites   0 Comments

Color spaces of #dd292e

RGB 2214146
HSL1.000.730.51
HSV358°81°87°
CMYK 0.000.810.79   0.13
XYZ31.104917.15534.2567
Yxy17.15530.59230.3267
Hunter Lab41.419061.567222.8999
CIE-Lab48.455166.737743.2507

#dd292e color RGB value is (221,41,46).

#dd292e hex color red value is 221, green value is 41 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dd292e hue: 1.00 , saturation: 0.73 and the lightness value of dd292e is 0.51.

The process color (four color CMYK) of #dd292e color hex is 0.00, 0.81, 0.79, 0.13. Web safe color of #dd292e is #cc3333. Color #dd292e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101001 00101110
Octal 335 51 56
Decimal 221 41 46
Hex DD 29 2E

RGB Percentages of Color #dd292e

%71.75
%13.31
%14.94

CMYK Percentages of Color #dd292e

%0
%81
%79
%13

Triadic Colors of #dd292e

#dd292e #2edd29 #292edd

Analogous Colors of #dd292e

#dd292e #dd7e29 #dd2988

Monochromatic Colors of #dd292e

#dd292e

Complementary Color

#dd292e #29ddd8

#dd292e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd292e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd292e Color CSS Codes

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

#dd292e Text Font Color

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

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


#dd292e Background Color

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

This div background color is #dd292e


#dd292e Border Color

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

This div border color is #dd292e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,41,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 #dd292e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd292e


Comments

No comments written yet.

Please login to write comment.