Color Hex Logo

#dc511d Color Hex

#DC511D
(220,81,29)
0 Favorites   0 Comments

Color spaces of #dc511d

RGB 2208129
HSL0.050.770.49
HSV16°87°86°
CMYK 0.000.630.87   0.14
XYZ32.679421.18923.5299
Yxy21.18920.56930.3692
Hunter Lab46.031746.167327.6756
CIE-Lab53.155952.193955.4623

#dc511d color RGB value is (220,81,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010001 00011101
Octal 334 121 35
Decimal 220 81 29
Hex DC 51 1D

RGB Percentages of Color #dc511d

%66.67
%24.55
%8.79

CMYK Percentages of Color #dc511d

%0
%63
%87
%14

Triadic Colors of #dc511d

#dc511d #1ddc51 #511ddc

Analogous Colors of #dc511d

#dc511d #dcb11d #dc1d49

Monochromatic Colors of #dc511d

#dc511d

Complementary Color

#dc511d #1da8dc

#dc511d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc511d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc511d Color CSS Codes

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

#dc511d Text Font Color

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

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


#dc511d Background Color

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

This div background color is #dc511d


#dc511d Border Color

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

This div border color is #dc511d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc511d


Comments

No comments written yet.

Please login to write comment.