Color Hex Logo

#dc512c Color Hex

#DC512C
(220,81,44)
0 Favorites   0 Comments

Color spaces of #dc512c

RGB 2208144
HSL0.040.720.52
HSV13°80°86°
CMYK 0.000.630.80   0.14
XYZ32.912321.28244.7561
Yxy21.28240.55830.3610
Hunter Lab46.132946.613826.1805
CIE-Lab53.257252.587748.9731

#dc512c color RGB value is (220,81,44).

#dc512c hex color red value is 220, green value is 81 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dc512c hue: 0.04 , saturation: 0.72 and the lightness value of dc512c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010001 00101100
Octal 334 121 54
Decimal 220 81 44
Hex DC 51 2C

RGB Percentages of Color #dc512c

%63.77
%23.48
%12.75

CMYK Percentages of Color #dc512c

%0
%63
%80
%14

Triadic Colors of #dc512c

#dc512c #2cdc51 #512cdc

Analogous Colors of #dc512c

#dc512c #dca92c #dc2c5f

Monochromatic Colors of #dc512c

#dc512c

Complementary Color

#dc512c #2cb7dc

#dc512c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc512c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc512c Color CSS Codes

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

#dc512c Text Font Color

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

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


#dc512c Background Color

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

This div background color is #dc512c


#dc512c Border Color

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

This div border color is #dc512c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc512c


Comments

No comments written yet.

Please login to write comment.