Color Hex Logo

#dd432e Color Hex

#DD432E
(221,67,46)
0 Favorites   0 Comments

Color spaces of #dd432e

RGB 2216746
HSL0.020.720.52
HSV79°87°
CMYK 0.000.700.79   0.13
XYZ32.319119.58374.6614
Yxy19.58370.57140.3462
Hunter Lab44.253552.918124.7322
CIE-Lab51.363258.629146.1783

#dd432e color RGB value is (221,67,46).

#dd432e hex color red value is 221, green value is 67 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dd432e hue: 0.02 , saturation: 0.72 and the lightness value of dd432e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000011 00101110
Octal 335 103 56
Decimal 221 67 46
Hex DD 43 2E

RGB Percentages of Color #dd432e

%66.17
%20.06
%13.77

CMYK Percentages of Color #dd432e

%0
%70
%79
%13

Triadic Colors of #dd432e

#dd432e #2edd43 #432edd

Analogous Colors of #dd432e

#dd432e #dd9b2e #dd2e71

Monochromatic Colors of #dd432e

#dd432e

Complementary Color

#dd432e #2ec8dd

#dd432e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd432e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd432e Color CSS Codes

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

#dd432e Text Font Color

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

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


#dd432e Background Color

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

This div background color is #dd432e


#dd432e Border Color

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

This div border color is #dd432e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd432e


Comments

No comments written yet.

Please login to write comment.