Color Hex Logo

#dc453c Color Hex

#DC453C
(220,69,60)
0 Favorites   0 Comments

Color spaces of #dc453c

RGB 2206960
HSL0.010.700.55
HSV73°86°
CMYK 0.000.690.73   0.14
XYZ32.458919.79816.3856
Yxy19.79810.55350.3376
Hunter Lab44.495152.348422.6377
CIE-Lab51.608258.075838.8617

#dc453c color RGB value is (220,69,60).

#dc453c hex color red value is 220, green value is 69 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dc453c hue: 0.01 , saturation: 0.70 and the lightness value of dc453c is 0.55.

The process color (four color CMYK) of #dc453c color hex is 0.00, 0.69, 0.73, 0.14. Web safe color of #dc453c is #cc3333. Color #dc453c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000101 00111100
Octal 334 105 74
Decimal 220 69 60
Hex DC 45 3C

RGB Percentages of Color #dc453c

%63.04
%19.77
%17.19

CMYK Percentages of Color #dc453c

%0
%69
%73
%14

Triadic Colors of #dc453c

#dc453c #3cdc45 #453cdc

Analogous Colors of #dc453c

#dc453c #dc953c #dc3c83

Monochromatic Colors of #dc453c

#dc453c

Complementary Color

#dc453c #3cd3dc

#dc453c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc453c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc453c Color CSS Codes

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

#dc453c Text Font Color

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

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


#dc453c Background Color

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

This div background color is #dc453c


#dc453c Border Color

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

This div border color is #dc453c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc453c


Comments

No comments written yet.

Please login to write comment.