Color Hex Logo

#dc382f Color Hex

#DC382F
(220,56,47)
0 Favorites   0 Comments

Color spaces of #dc382f

RGB 2205647
HSL0.010.710.52
HSV79°86°
CMYK 0.000.750.79   0.14
XYZ31.442518.24924.5546
Yxy18.24920.57960.3364
Hunter Lab42.719156.622923.5820
CIE-Lab49.797062.196044.0163

#dc382f color RGB value is (220,56,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111000 00101111
Octal 334 70 57
Decimal 220 56 47
Hex DC 38 2F

RGB Percentages of Color #dc382f

%68.11
%17.34
%14.55

CMYK Percentages of Color #dc382f

%0
%75
%79
%14

Triadic Colors of #dc382f

#dc382f #2fdc38 #382fdc

Analogous Colors of #dc382f

#dc382f #dc8f2f #dc2f7d

Monochromatic Colors of #dc382f

#dc382f

Complementary Color

#dc382f #2fd3dc

#dc382f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc382f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc382f Color CSS Codes

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

#dc382f Text Font Color

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

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


#dc382f Background Color

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

This div background color is #dc382f


#dc382f Border Color

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

This div border color is #dc382f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc382f


Comments

No comments written yet.

Please login to write comment.