Color Hex Logo

#d6441e Color Hex

#D6441E
(214,68,30)
0 Favorites   0 Comments

Color spaces of #d6441e

RGB 2146830
HSL0.030.750.48
HSV12°86°84°
CMYK 0.000.680.86   0.16
XYZ30.033018.52413.2209
Yxy18.52410.58000.3578
Hunter Lab43.039649.237725.6907
CIE-Lab50.125755.532652.1557

#d6441e color RGB value is (214,68,30).

#d6441e hex color red value is 214, green value is 68 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #d6441e hue: 0.03 , saturation: 0.75 and the lightness value of d6441e is 0.48.

The process color (four color CMYK) of #d6441e color hex is 0.00, 0.68, 0.86, 0.16. Web safe color of #d6441e is #cc3333. Color #d6441e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000100 00011110
Octal 326 104 36
Decimal 214 68 30
Hex D6 44 1E

RGB Percentages of Color #d6441e

%68.59
%21.79
%9.62

CMYK Percentages of Color #d6441e

%0
%68
%86
%16

Triadic Colors of #d6441e

#d6441e #1ed644 #441ed6

Analogous Colors of #d6441e

#d6441e #d6a01e #d61e54

Monochromatic Colors of #d6441e

#d6441e

Complementary Color

#d6441e #1eb0d6

#d6441e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6441e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6441e Color CSS Codes

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

#d6441e Text Font Color

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

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


#d6441e Background Color

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

This div background color is #d6441e


#d6441e Border Color

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

This div border color is #d6441e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,68,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6441e


Comments

No comments written yet.

Please login to write comment.