Color Hex Logo

#dc472b Color Hex

#DC472B
(220,71,43)
0 Favorites   0 Comments

Color spaces of #dc472b

RGB 2207143
HSL0.030.720.52
HSV80°86°
CMYK 0.000.680.80   0.14
XYZ32.204519.89654.4286
Yxy19.89650.56970.3520
Hunter Lab44.605550.814725.3373
CIE-Lab51.720056.678347.9781

#dc472b color RGB value is (220,71,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000111 00101011
Octal 334 107 53
Decimal 220 71 43
Hex DC 47 2B

RGB Percentages of Color #dc472b

%65.87
%21.26
%12.87

CMYK Percentages of Color #dc472b

%0
%68
%80
%14

Triadic Colors of #dc472b

#dc472b #2bdc47 #472bdc

Analogous Colors of #dc472b

#dc472b #dca02b #dc2b68

Monochromatic Colors of #dc472b

#dc472b

Complementary Color

#dc472b #2bc0dc

#dc472b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc472b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc472b Color CSS Codes

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

#dc472b Text Font Color

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

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


#dc472b Background Color

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

This div background color is #dc472b


#dc472b Border Color

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

This div border color is #dc472b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc472b


Comments

No comments written yet.

Please login to write comment.