Color Hex Logo

#d9381d Color Hex

#D9381D
(217,56,29)
0 Favorites   0 Comments

Color spaces of #d9381d

RGB 2175629
HSL0.020.760.48
HSV87°85°
CMYK 0.000.740.87   0.15
XYZ30.251217.66882.9784
Yxy17.66880.59430.3471
Hunter Lab42.034354.902825.2229
CIE-Lab49.091960.811451.9662

#d9381d color RGB value is (217,56,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111000 00011101
Octal 331 70 35
Decimal 217 56 29
Hex D9 38 1D

RGB Percentages of Color #d9381d

%71.85
%18.54
%9.60

CMYK Percentages of Color #d9381d

%0
%74
%87
%15

Triadic Colors of #d9381d

#d9381d #1dd938 #381dd9

Analogous Colors of #d9381d

#d9381d #d9961d #d91d60

Monochromatic Colors of #d9381d

#d9381d

Complementary Color

#d9381d #1dbed9

#d9381d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9381d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9381d Color CSS Codes

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

#d9381d Text Font Color

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

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


#d9381d Background Color

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

This div background color is #d9381d


#d9381d Border Color

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

This div border color is #d9381d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9381d


Comments

No comments written yet.

Please login to write comment.