Color Hex Logo

#dd411e Color Hex

#DD411E
(221,65,30)
0 Favorites   0 Comments

Color spaces of #dd411e

RGB 2216530
HSL0.030.760.49
HSV11°86°87°
CMYK 0.000.710.86   0.13
XYZ31.943419.24653.2596
Yxy19.24650.58670.3535
Hunter Lab43.870853.196126.3043
CIE-Lab50.974458.947753.3721

#dd411e color RGB value is (221,65,30).

#dd411e hex color red value is 221, green value is 65 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dd411e hue: 0.03 , saturation: 0.76 and the lightness value of dd411e is 0.49.

The process color (four color CMYK) of #dd411e color hex is 0.00, 0.71, 0.86, 0.13. Web safe color of #dd411e is #cc3333. Color #dd411e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000001 00011110
Octal 335 101 36
Decimal 221 65 30
Hex DD 41 1E

RGB Percentages of Color #dd411e

%69.94
%20.57
%9.49

CMYK Percentages of Color #dd411e

%0
%71
%86
%13

Triadic Colors of #dd411e

#dd411e #1edd41 #411edd

Analogous Colors of #dd411e

#dd411e #dda11e #dd1e5b

Monochromatic Colors of #dd411e

#dd411e

Complementary Color

#dd411e #1ebadd

#dd411e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd411e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd411e Color CSS Codes

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

#dd411e Text Font Color

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

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


#dd411e Background Color

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

This div background color is #dd411e


#dd411e Border Color

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

This div border color is #dd411e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd411e


Comments

No comments written yet.

Please login to write comment.