Color Hex Logo

#dc340c Color Hex

#DC340C
(220,52,12)
0 Favorites   0 Comments

Color spaces of #dc340c

RGB 2205212
HSL0.030.900.45
HSV12°95°86°
CMYK 0.000.760.95   0.14
XYZ30.809617.69822.1401
Yxy17.69820.60830.3494
Hunter Lab42.069257.104226.4323
CIE-Lab49.128062.743658.3152

#dc340c color RGB value is (220,52,12).

#dc340c hex color red value is 220, green value is 52 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dc340c hue: 0.03 , saturation: 0.90 and the lightness value of dc340c is 0.45.

The process color (four color CMYK) of #dc340c color hex is 0.00, 0.76, 0.95, 0.14. Web safe color of #dc340c is #cc3300. Color #dc340c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110100 00001100
Octal 334 64 14
Decimal 220 52 12
Hex DC 34 C

RGB Percentages of Color #dc340c

%77.46
%18.31
%4.23

CMYK Percentages of Color #dc340c

%0
%76
%95
%14

Triadic Colors of #dc340c

#dc340c #0cdc34 #340cdc

Analogous Colors of #dc340c

#dc340c #dc9c0c #dc0c4c

Monochromatic Colors of #dc340c

#dc340c

Complementary Color

#dc340c #0cb4dc

#dc340c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc340c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc340c Color CSS Codes

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

#dc340c Text Font Color

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

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


#dc340c Background Color

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

This div background color is #dc340c


#dc340c Border Color

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

This div border color is #dc340c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc340c


Comments

No comments written yet.

Please login to write comment.