Color Hex Logo

#dc472a Color Hex

#DC472A
(220,71,42)
0 Favorites   0 Comments

Color spaces of #dc472a

RGB 2207142
HSL0.030.720.51
HSV10°81°86°
CMYK 0.000.680.81   0.14
XYZ32.186419.88934.3331
Yxy19.88930.57060.3526
Hunter Lab44.597450.779725.4576
CIE-Lab51.711856.648248.4620

#dc472a color RGB value is (220,71,42).

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

The process color (four color CMYK) of #dc472a color hex is 0.00, 0.68, 0.81, 0.14. Web safe color of #dc472a is #cc3333. Color #dc472a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000111 00101010
Octal 334 107 52
Decimal 220 71 42
Hex DC 47 2A

RGB Percentages of Color #dc472a

%66.07
%21.32
%12.61

CMYK Percentages of Color #dc472a

%0
%68
%81
%14

Triadic Colors of #dc472a

#dc472a #2adc47 #472adc

Analogous Colors of #dc472a

#dc472a #dca02a #dc2a66

Monochromatic Colors of #dc472a

#dc472a

Complementary Color

#dc472a #2abfdc

#dc472a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc472a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc472a Color CSS Codes

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

#dc472a Text Font Color

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

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


#dc472a Background Color

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

This div background color is #dc472a


#dc472a Border Color

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

This div border color is #dc472a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,71,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 #dc472a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc472a


Comments

No comments written yet.

Please login to write comment.