Color Hex Logo

#dc381e Color Hex

#DC381E
(220,56,30)
0 Favorites   0 Comments

Color spaces of #dc381e

RGB 2205630
HSL0.020.760.49
HSV86°86°
CMYK 0.000.750.86   0.14
XYZ31.163718.13773.0867
Yxy18.13770.59490.3462
Hunter Lab42.588456.086325.5147
CIE-Lab49.662761.749652.2286

#dc381e color RGB value is (220,56,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111000 00011110
Octal 334 70 36
Decimal 220 56 30
Hex DC 38 1E

RGB Percentages of Color #dc381e

%71.90
%18.30
%9.80

CMYK Percentages of Color #dc381e

%0
%75
%86
%14

Triadic Colors of #dc381e

#dc381e #1edc38 #381edc

Analogous Colors of #dc381e

#dc381e #dc971e #dc1e63

Monochromatic Colors of #dc381e

#dc381e

Complementary Color

#dc381e #1ec2dc

#dc381e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc381e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc381e Color CSS Codes

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

#dc381e Text Font Color

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

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


#dc381e Background Color

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

This div background color is #dc381e


#dc381e Border Color

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

This div border color is #dc381e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc381e


Comments

No comments written yet.

Please login to write comment.