Color Hex Logo

#dc380e Color Hex

#DC380E
(220,56,14)
0 Favorites   0 Comments

Color spaces of #dc380e

RGB 2205614
HSL0.030.880.46
HSV12°94°86°
CMYK 0.000.750.94   0.14
XYZ31.008618.07572.2701
Yxy18.07570.60380.3520
Hunter Lab42.515555.786426.5951
CIE-Lab49.587861.499658.0365

#dc380e color RGB value is (220,56,14).

#dc380e hex color red value is 220, green value is 56 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dc380e hue: 0.03 , saturation: 0.88 and the lightness value of dc380e is 0.46.

The process color (four color CMYK) of #dc380e color hex is 0.00, 0.75, 0.94, 0.14. Web safe color of #dc380e is #cc3300. Color #dc380e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111000 00001110
Octal 334 70 16
Decimal 220 56 14
Hex DC 38 E

RGB Percentages of Color #dc380e

%75.86
%19.31
%4.83

CMYK Percentages of Color #dc380e

%0
%75
%94
%14

Triadic Colors of #dc380e

#dc380e #0edc38 #380edc

Analogous Colors of #dc380e

#dc380e #dc9f0e #dc0e4b

Monochromatic Colors of #dc380e

#dc380e

Complementary Color

#dc380e #0eb2dc

#dc380e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc380e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc380e Color CSS Codes

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

#dc380e Text Font Color

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

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


#dc380e Background Color

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

This div background color is #dc380e


#dc380e Border Color

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

This div border color is #dc380e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc380e


Comments

No comments written yet.

Please login to write comment.