Color Hex Logo

#dc4718 Color Hex

#DC4718
(220,71,24)
0 Favorites   0 Comments

Color spaces of #dc4718

RGB 2207124
HSL0.040.800.48
HSV14°89°86°
CMYK 0.000.680.89   0.14
XYZ31.933319.78813.0006
Yxy19.78810.58360.3616
Hunter Lab44.483850.291927.1393
CIE-Lab51.596856.228256.1356

#dc4718 color RGB value is (220,71,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000111 00011000
Octal 334 107 30
Decimal 220 71 24
Hex DC 47 18

RGB Percentages of Color #dc4718

%69.84
%22.54
%7.62

CMYK Percentages of Color #dc4718

%0
%68
%89
%14

Triadic Colors of #dc4718

#dc4718 #18dc47 #4718dc

Analogous Colors of #dc4718

#dc4718 #dca918 #dc184b

Monochromatic Colors of #dc4718

#dc4718

Complementary Color

#dc4718 #18addc

#dc4718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4718 Color CSS Codes

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

#dc4718 Text Font Color

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

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


#dc4718 Background Color

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

This div background color is #dc4718


#dc4718 Border Color

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

This div border color is #dc4718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4718


Comments

No comments written yet.

Please login to write comment.