Color Hex Logo

#dd4b3e Color Hex

#DD4B3E
(221,75,62)
1 Favorites   0 Comments

Color spaces of #dd4b3e

RGB 2217562
HSL0.010.700.55
HSV72°87°
CMYK 0.000.660.72   0.13
XYZ33.204420.75216.8129
Yxy20.75210.54640.3415
Hunter Lab45.554550.387323.0210
CIE-Lab52.677156.123739.0088

#dd4b3e color RGB value is (221,75,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001011 00111110
Octal 335 113 76
Decimal 221 75 62
Hex DD 4B 3E

RGB Percentages of Color #dd4b3e

%61.73
%20.95
%17.32

CMYK Percentages of Color #dd4b3e

%0
%66
%72
%13

Triadic Colors of #dd4b3e

#dd4b3e #3edd4b #4b3edd

Analogous Colors of #dd4b3e

#dd4b3e #dd9b3e #dd3e81

Monochromatic Colors of #dd4b3e

#dd4b3e

Complementary Color

#dd4b3e #3ed0dd

#dd4b3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4b3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4b3e Color CSS Codes

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

#dd4b3e Text Font Color

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

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


#dd4b3e Background Color

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

This div background color is #dd4b3e


#dd4b3e Border Color

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

This div border color is #dd4b3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4b3e

#dd4b3e Color Palettes


Comments

No comments written yet.

Please login to write comment.