Color Hex Logo

#d6461d Color Hex

#D6461D
(214,70,29)
0 Favorites   0 Comments

Color spaces of #d6461d

RGB 2147029
HSL0.040.760.48
HSV13°86°84°
CMYK 0.000.670.86   0.16
XYZ30.143518.76523.1957
Yxy18.76520.57850.3601
Hunter Lab43.318848.401725.9493
CIE-Lab50.411454.718552.8099

#d6461d color RGB value is (214,70,29).

#d6461d hex color red value is 214, green value is 70 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #d6461d hue: 0.04 , saturation: 0.76 and the lightness value of d6461d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000110 00011101
Octal 326 106 35
Decimal 214 70 29
Hex D6 46 1D

RGB Percentages of Color #d6461d

%68.37
%22.36
%9.27

CMYK Percentages of Color #d6461d

%0
%67
%86
%16

Triadic Colors of #d6461d

#d6461d #1dd646 #461dd6

Analogous Colors of #d6461d

#d6461d #d6a31d #d61d51

Monochromatic Colors of #d6461d

#d6461d

Complementary Color

#d6461d #1dadd6

#d6461d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6461d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6461d Color CSS Codes

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

#d6461d Text Font Color

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

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


#d6461d Background Color

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

This div background color is #d6461d


#d6461d Border Color

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

This div border color is #d6461d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6461d


Comments

No comments written yet.

Please login to write comment.