Color Hex Logo

#dc420e Color Hex

#DC420E
(220,66,14)
0 Favorites   0 Comments

Color spaces of #dc420e

RGB 2206614
HSL0.040.880.46
HSV15°94°86°
CMYK 0.000.700.94   0.14
XYZ31.542719.14382.4481
Yxy19.14380.59360.3603
Hunter Lab43.753652.114727.3101
CIE-Lab50.855058.002458.8187

#dc420e color RGB value is (220,66,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000010 00001110
Octal 334 102 16
Decimal 220 66 14
Hex DC 42 E

RGB Percentages of Color #dc420e

%73.33
%22.00
%4.67

CMYK Percentages of Color #dc420e

%0
%70
%94
%14

Triadic Colors of #dc420e

#dc420e #0edc42 #420edc

Analogous Colors of #dc420e

#dc420e #dca90e #dc0e41

Monochromatic Colors of #dc420e

#dc420e

Complementary Color

#dc420e #0ea8dc

#dc420e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc420e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc420e Color CSS Codes

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

#dc420e Text Font Color

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

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


#dc420e Background Color

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

This div background color is #dc420e


#dc420e Border Color

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

This div border color is #dc420e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,66,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 #dc420e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc420e


Comments

No comments written yet.

Please login to write comment.