Color Hex Logo

#dc3c18 Color Hex

#DC3C18
(220,60,24)
0 Favorites   0 Comments

Color spaces of #dc3c18

RGB 2206024
HSL0.030.800.48
HSV11°89°86°
CMYK 0.000.730.89   0.14
XYZ31.295918.51332.7881
Yxy18.51330.59500.3520
Hunter Lab43.027154.535226.2770
CIE-Lab50.112960.296155.0383

#dc3c18 color RGB value is (220,60,24).

#dc3c18 hex color red value is 220, green value is 60 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #dc3c18 hue: 0.03 , saturation: 0.80 and the lightness value of dc3c18 is 0.48.

The process color (four color CMYK) of #dc3c18 color hex is 0.00, 0.73, 0.89, 0.14. Web safe color of #dc3c18 is #cc3300. Color #dc3c18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111100 00011000
Octal 334 74 30
Decimal 220 60 24
Hex DC 3C 18

RGB Percentages of Color #dc3c18

%72.37
%19.74
%7.89

CMYK Percentages of Color #dc3c18

%0
%73
%89
%14

Triadic Colors of #dc3c18

#dc3c18 #18dc3c #3c18dc

Analogous Colors of #dc3c18

#dc3c18 #dc9e18 #dc1856

Monochromatic Colors of #dc3c18

#dc3c18

Complementary Color

#dc3c18 #18b8dc

#dc3c18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3c18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3c18 Color CSS Codes

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

#dc3c18 Text Font Color

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

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


#dc3c18 Background Color

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

This div background color is #dc3c18


#dc3c18 Border Color

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

This div border color is #dc3c18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3c18


Comments

No comments written yet.

Please login to write comment.