Color Hex Logo

#dc381d Color Hex

#DC381D
(220,56,29)
0 Favorites   0 Comments

Color spaces of #dc381d

RGB 2205629
HSL0.020.770.49
HSV87°86°
CMYK 0.000.750.87   0.14
XYZ31.151118.13273.0205
Yxy18.13270.59560.3467
Hunter Lab42.582556.061725.6021
CIE-Lab49.656761.729252.6574

#dc381d color RGB value is (220,56,29).

#dc381d hex color red value is 220, green value is 56 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dc381d hue: 0.02 , saturation: 0.77 and the lightness value of dc381d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111000 00011101
Octal 334 70 35
Decimal 220 56 29
Hex DC 38 1D

RGB Percentages of Color #dc381d

%72.13
%18.36
%9.51

CMYK Percentages of Color #dc381d

%0
%75
%87
%14

Triadic Colors of #dc381d

#dc381d #1ddc38 #381ddc

Analogous Colors of #dc381d

#dc381d #dc981d #dc1d61

Monochromatic Colors of #dc381d

#dc381d

Complementary Color

#dc381d #1dc1dc

#dc381d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc381d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc381d Color CSS Codes

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

#dc381d Text Font Color

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

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


#dc381d Background Color

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

This div background color is #dc381d


#dc381d Border Color

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

This div border color is #dc381d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc381d


Comments

No comments written yet.

Please login to write comment.