Color Hex Logo

#dc382d Color Hex

#DC382D
(220,56,45)
0 Favorites   0 Comments

Color spaces of #dc382d

RGB 2205645
HSL0.010.710.52
HSV80°86°
CMYK 0.000.750.80   0.14
XYZ31.403018.23354.3469
Yxy18.23350.58170.3378
Hunter Lab42.700756.546423.8548
CIE-Lab49.778162.132545.0556

#dc382d color RGB value is (220,56,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111000 00101101
Octal 334 70 55
Decimal 220 56 45
Hex DC 38 2D

RGB Percentages of Color #dc382d

%68.54
%17.45
%14.02

CMYK Percentages of Color #dc382d

%0
%75
%80
%14

Triadic Colors of #dc382d

#dc382d #2ddc38 #382ddc

Analogous Colors of #dc382d

#dc382d #dc902d #dc2d7a

Monochromatic Colors of #dc382d

#dc382d

Complementary Color

#dc382d #2dd1dc

#dc382d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc382d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc382d Color CSS Codes

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

#dc382d Text Font Color

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

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


#dc382d Background Color

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

This div background color is #dc382d


#dc382d Border Color

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

This div border color is #dc382d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc382d


Comments

No comments written yet.

Please login to write comment.