Color Hex Logo

#d9461d Color Hex

#D9461D
(217,70,29)
0 Favorites   0 Comments

Color spaces of #d9461d

RGB 2177029
HSL0.040.760.48
HSV13°87°85°
CMYK 0.000.680.87   0.15
XYZ31.027219.22073.2371
Yxy19.22070.58010.3594
Hunter Lab43.841449.604526.3112
CIE-Lab50.944455.720953.4637

#d9461d color RGB value is (217,70,29).

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

The process color (four color CMYK) of #d9461d color hex is 0.00, 0.68, 0.87, 0.15. Web safe color of #d9461d is #cc3333. Color #d9461d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000110 00011101
Octal 331 106 35
Decimal 217 70 29
Hex D9 46 1D

RGB Percentages of Color #d9461d

%68.67
%22.15
%9.18

CMYK Percentages of Color #d9461d

%0
%68
%87
%15

Triadic Colors of #d9461d

#d9461d #1dd946 #461dd9

Analogous Colors of #d9461d

#d9461d #d9a41d #d91d52

Monochromatic Colors of #d9461d

#d9461d

Complementary Color

#d9461d #1db0d9

#d9461d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9461d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9461d Color CSS Codes

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

#d9461d Text Font Color

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

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


#d9461d Background Color

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

This div background color is #d9461d


#d9461d Border Color

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

This div border color is #d9461d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9461d


Comments

No comments written yet.

Please login to write comment.