Color Hex Logo

#dc4114 Color Hex

#DC4114
(220,65,20)
0 Favorites   0 Comments

Color spaces of #dc4114

RGB 2206520
HSL0.040.830.47
HSV14°91°86°
CMYK 0.000.700.91   0.14
XYZ31.531819.04672.6763
Yxy19.04670.59210.3577
Hunter Lab43.642552.592126.9139
CIE-Lab50.741858.450556.9214

#dc4114 color RGB value is (220,65,20).

#dc4114 hex color red value is 220, green value is 65 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dc4114 hue: 0.04 , saturation: 0.83 and the lightness value of dc4114 is 0.47.

The process color (four color CMYK) of #dc4114 color hex is 0.00, 0.70, 0.91, 0.14. Web safe color of #dc4114 is #cc3300. Color #dc4114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000001 00010100
Octal 334 101 24
Decimal 220 65 20
Hex DC 41 14

RGB Percentages of Color #dc4114

%72.13
%21.31
%6.56

CMYK Percentages of Color #dc4114

%0
%70
%91
%14

Triadic Colors of #dc4114

#dc4114 #14dc41 #4114dc

Analogous Colors of #dc4114

#dc4114 #dca514 #dc144b

Monochromatic Colors of #dc4114

#dc4114

Complementary Color

#dc4114 #14afdc

#dc4114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4114 Color CSS Codes

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

#dc4114 Text Font Color

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

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


#dc4114 Background Color

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

This div background color is #dc4114


#dc4114 Border Color

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

This div border color is #dc4114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4114


Comments

No comments written yet.

Please login to write comment.