Color Hex Logo

#dc472f Color Hex

#DC472F
(220,71,47)
0 Favorites   0 Comments

Color spaces of #dc472f

RGB 2207147
HSL0.020.710.52
HSV79°86°
CMYK 0.000.680.79   0.14
XYZ32.281519.92744.8343
Yxy19.92740.56590.3493
Hunter Lab44.640150.962124.8273
CIE-Lab51.755056.804945.9992

#dc472f color RGB value is (220,71,47).

#dc472f hex color red value is 220, green value is 71 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dc472f hue: 0.02 , saturation: 0.71 and the lightness value of dc472f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000111 00101111
Octal 334 107 57
Decimal 220 71 47
Hex DC 47 2F

RGB Percentages of Color #dc472f

%65.09
%21.01
%13.91

CMYK Percentages of Color #dc472f

%0
%68
%79
%14

Triadic Colors of #dc472f

#dc472f #2fdc47 #472fdc

Analogous Colors of #dc472f

#dc472f #dc9e2f #dc2f6e

Monochromatic Colors of #dc472f

#dc472f

Complementary Color

#dc472f #2fc4dc

#dc472f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc472f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc472f Color CSS Codes

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

#dc472f Text Font Color

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

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


#dc472f Background Color

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

This div background color is #dc472f


#dc472f Border Color

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

This div border color is #dc472f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc472f


Comments

No comments written yet.

Please login to write comment.