Color Hex Logo

#dc382a Color Hex

#DC382A
(220,56,42)
0 Favorites   0 Comments

Color spaces of #dc382a

RGB 2205642
HSL0.010.720.51
HSV81°86°
CMYK 0.000.750.81   0.14
XYZ31.347318.21124.0534
Yxy18.21120.58470.3397
Hunter Lab42.674656.439524.2406
CIE-Lab49.751362.043646.5837

#dc382a color RGB value is (220,56,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111000 00101010
Octal 334 70 52
Decimal 220 56 42
Hex DC 38 2A

RGB Percentages of Color #dc382a

%69.18
%17.61
%13.21

CMYK Percentages of Color #dc382a

%0
%75
%81
%14

Triadic Colors of #dc382a

#dc382a #2adc38 #382adc

Analogous Colors of #dc382a

#dc382a #dc912a #dc2a75

Monochromatic Colors of #dc382a

#dc382a

Complementary Color

#dc382a #2acedc

#dc382a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc382a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc382a Color CSS Codes

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

#dc382a Text Font Color

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

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


#dc382a Background Color

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

This div background color is #dc382a


#dc382a Border Color

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

This div border color is #dc382a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc382a


Comments

No comments written yet.

Please login to write comment.