Color Hex Logo

#d9392e Color Hex

#D9392E
(217,57,46)
0 Favorites   0 Comments

Color spaces of #d9392e

RGB 2175746
HSL0.010.690.52
HSV79°85°
CMYK 0.000.740.79   0.15
XYZ30.571517.87524.4237
Yxy17.87520.57820.3381
Hunter Lab42.279155.082923.3918
CIE-Lab49.344460.923843.9076

#d9392e color RGB value is (217,57,46).

#d9392e hex color red value is 217, green value is 57 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #d9392e hue: 0.01 , saturation: 0.69 and the lightness value of d9392e is 0.52.

The process color (four color CMYK) of #d9392e color hex is 0.00, 0.74, 0.79, 0.15. Web safe color of #d9392e is #cc3333. Color #d9392e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111001 00101110
Octal 331 71 56
Decimal 217 57 46
Hex D9 39 2E

RGB Percentages of Color #d9392e

%67.81
%17.81
%14.38

CMYK Percentages of Color #d9392e

%0
%74
%79
%15

Triadic Colors of #d9392e

#d9392e #2ed939 #392ed9

Analogous Colors of #d9392e

#d9392e #d98f2e #d92e79

Monochromatic Colors of #d9392e

#d9392e

Complementary Color

#d9392e #2eced9

#d9392e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9392e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9392e Color CSS Codes

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

#d9392e Text Font Color

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

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


#d9392e Background Color

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

This div background color is #d9392e


#d9392e Border Color

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

This div border color is #d9392e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,57,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9392e


Comments

No comments written yet.

Please login to write comment.