Color Hex Logo

#dc512a Color Hex

#DC512A
(220,81,42)
0 Favorites   0 Comments

Color spaces of #dc512a

RGB 2208142
HSL0.040.720.51
HSV13°81°86°
CMYK 0.000.630.81   0.14
XYZ32.875521.26774.5628
Yxy21.26770.56000.3623
Hunter Lab46.116946.543226.4157
CIE-Lab53.241252.525549.9131

#dc512a color RGB value is (220,81,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010001 00101010
Octal 334 121 52
Decimal 220 81 42
Hex DC 51 2A

RGB Percentages of Color #dc512a

%64.14
%23.62
%12.24

CMYK Percentages of Color #dc512a

%0
%63
%81
%14

Triadic Colors of #dc512a

#dc512a #2adc51 #512adc

Analogous Colors of #dc512a

#dc512a #dcaa2a #dc2a5c

Monochromatic Colors of #dc512a

#dc512a

Complementary Color

#dc512a #2ab5dc

#dc512a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc512a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc512a Color CSS Codes

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

#dc512a Text Font Color

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

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


#dc512a Background Color

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

This div background color is #dc512a


#dc512a Border Color

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

This div border color is #dc512a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc512a


Comments

No comments written yet.

Please login to write comment.