Color Hex Logo

#dc392d Color Hex

#DC392D
(220,57,45)
0 Favorites   0 Comments

Color spaces of #dc392d

RGB 2205745
HSL0.010.710.52
HSV80°86°
CMYK 0.000.740.80   0.14
XYZ31.452018.33144.3632
Yxy18.33140.58090.3386
Hunter Lab42.815256.199423.9285
CIE-Lab49.895661.805645.1729

#dc392d color RGB value is (220,57,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111001 00101101
Octal 334 71 55
Decimal 220 57 45
Hex DC 39 2D

RGB Percentages of Color #dc392d

%68.32
%17.70
%13.98

CMYK Percentages of Color #dc392d

%0
%74
%80
%14

Triadic Colors of #dc392d

#dc392d #2ddc39 #392ddc

Analogous Colors of #dc392d

#dc392d #dc912d #dc2d79

Monochromatic Colors of #dc392d

#dc392d

Complementary Color

#dc392d #2dd0dc

#dc392d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc392d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc392d Color CSS Codes

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

#dc392d Text Font Color

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

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


#dc392d Background Color

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

This div background color is #dc392d


#dc392d Border Color

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

This div border color is #dc392d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc392d

#dc392d Color Palettes


Comments

No comments written yet.

Please login to write comment.