Color Hex Logo

#d44418 Color Hex

#D44418
(212,68,24)
0 Favorites   0 Comments

Color spaces of #d44418

RGB 2126824
HSL0.040.800.46
HSV14°89°83°
CMYK 0.000.680.89   0.17
XYZ29.383418.19722.8279
Yxy18.19720.58290.3610
Hunter Lab42.658248.300925.9303
CIE-Lab49.734454.745954.1066

#d44418 color RGB value is (212,68,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000100 00011000
Octal 324 104 30
Decimal 212 68 24
Hex D4 44 18

RGB Percentages of Color #d44418

%69.74
%22.37
%7.89

CMYK Percentages of Color #d44418

%0
%68
%89
%17

Triadic Colors of #d44418

#d44418 #18d444 #4418d4

Analogous Colors of #d44418

#d44418 #d4a218 #d4184a

Monochromatic Colors of #d44418

#d44418

Complementary Color

#d44418 #18a8d4

#d44418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44418 Color CSS Codes

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

#d44418 Text Font Color

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

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


#d44418 Background Color

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

This div background color is #d44418


#d44418 Border Color

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

This div border color is #d44418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44418


Comments

No comments written yet.

Please login to write comment.