Color Hex Logo

#dd511c Color Hex

#DD511C
(221,81,28)
0 Favorites   0 Comments

Color spaces of #dd511c

RGB 2218128
HSL0.050.780.49
HSV16°87°87°
CMYK 0.000.630.87   0.13
XYZ32.970821.34093.4801
Yxy21.34090.57050.3693
Hunter Lab46.196246.554327.8709
CIE-Lab53.320652.522356.0475

#dd511c color RGB value is (221,81,28).

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

The process color (four color CMYK) of #dd511c color hex is 0.00, 0.63, 0.87, 0.13. Web safe color of #dd511c is #cc6633. Color #dd511c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010001 00011100
Octal 335 121 34
Decimal 221 81 28
Hex DD 51 1C

RGB Percentages of Color #dd511c

%66.97
%24.55
%8.48

CMYK Percentages of Color #dd511c

%0
%63
%87
%13

Triadic Colors of #dd511c

#dd511c #1cdd51 #511cdd

Analogous Colors of #dd511c

#dd511c #ddb21c #dd1c48

Monochromatic Colors of #dd511c

#dd511c

Complementary Color

#dd511c #1ca8dd

#dd511c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd511c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd511c Color CSS Codes

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

#dd511c Text Font Color

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

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


#dd511c Background Color

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

This div background color is #dd511c


#dd511c Border Color

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

This div border color is #dd511c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd511c


Comments

No comments written yet.

Please login to write comment.