Color Hex Logo

#dd453e Color Hex

#DD453E
(221,69,62)
0 Favorites   0 Comments

Color spaces of #dd453e

RGB 2216962
HSL0.010.700.55
HSV72°87°
CMYK 0.000.690.72   0.13
XYZ32.816419.97626.6836
Yxy19.97620.55180.3359
Hunter Lab44.694752.845022.4202
CIE-Lab51.810358.483038.0198

#dd453e color RGB value is (221,69,62).

#dd453e hex color red value is 221, green value is 69 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dd453e hue: 0.01 , saturation: 0.70 and the lightness value of dd453e is 0.55.

The process color (four color CMYK) of #dd453e color hex is 0.00, 0.69, 0.72, 0.13. Web safe color of #dd453e is #cc3333. Color #dd453e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000101 00111110
Octal 335 105 76
Decimal 221 69 62
Hex DD 45 3E

RGB Percentages of Color #dd453e

%62.78
%19.60
%17.61

CMYK Percentages of Color #dd453e

%0
%69
%72
%13

Triadic Colors of #dd453e

#dd453e #3edd45 #453edd

Analogous Colors of #dd453e

#dd453e #dd953e #dd3e87

Monochromatic Colors of #dd453e

#dd453e

Complementary Color

#dd453e #3ed6dd

#dd453e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd453e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd453e Color CSS Codes

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

#dd453e Text Font Color

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

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


#dd453e Background Color

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

This div background color is #dd453e


#dd453e Border Color

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

This div border color is #dd453e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd453e


Comments

No comments written yet.

Please login to write comment.