Color Hex Logo

#dd581f Color Hex

#DD581F
(221,88,31)
0 Favorites   0 Comments

Color spaces of #dd581f

RGB 2218831
HSL0.050.750.49
HSV18°86°87°
CMYK 0.000.600.86   0.13
XYZ33.555822.45053.8611
Yxy22.45050.56050.3750
Hunter Lab47.382043.494928.3359
CIE-Lab54.501849.496755.8475

#dd581f color RGB value is (221,88,31).

#dd581f hex color red value is 221, green value is 88 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dd581f hue: 0.05 , saturation: 0.75 and the lightness value of dd581f is 0.49.

The process color (four color CMYK) of #dd581f color hex is 0.00, 0.60, 0.86, 0.13. Web safe color of #dd581f is #cc6633. Color #dd581f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011000 00011111
Octal 335 130 37
Decimal 221 88 31
Hex DD 58 1F

RGB Percentages of Color #dd581f

%65.00
%25.88
%9.12

CMYK Percentages of Color #dd581f

%0
%60
%86
%13

Triadic Colors of #dd581f

#dd581f #1fdd58 #581fdd

Analogous Colors of #dd581f

#dd581f #ddb71f #dd1f45

Monochromatic Colors of #dd581f

#dd581f

Complementary Color

#dd581f #1fa4dd

#dd581f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd581f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd581f Color CSS Codes

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

#dd581f Text Font Color

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

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


#dd581f Background Color

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

This div background color is #dd581f


#dd581f Border Color

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

This div border color is #dd581f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd581f


Comments

No comments written yet.

Please login to write comment.