Color Hex Logo

#d9311e Color Hex

#D9311E
(217,49,30)
0 Favorites   0 Comments

Color spaces of #d9311e

RGB 2174930
HSL0.020.760.48
HSV86°85°
CMYK 0.000.770.86   0.15
XYZ29.947917.04212.9393
Yxy17.04210.59980.3413
Hunter Lab41.282157.248424.6760
CIE-Lab48.313063.023950.8882

#d9311e color RGB value is (217,49,30).

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

The process color (four color CMYK) of #d9311e color hex is 0.00, 0.77, 0.86, 0.15. Web safe color of #d9311e is #cc3333. Color #d9311e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110001 00011110
Octal 331 61 36
Decimal 217 49 30
Hex D9 31 1E

RGB Percentages of Color #d9311e

%73.31
%16.55
%10.14

CMYK Percentages of Color #d9311e

%0
%77
%86
%15

Triadic Colors of #d9311e

#d9311e #1ed931 #311ed9

Analogous Colors of #d9311e

#d9311e #d98f1e #d91e69

Monochromatic Colors of #d9311e

#d9311e

Complementary Color

#d9311e #1ec6d9

#d9311e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9311e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9311e Color CSS Codes

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

#d9311e Text Font Color

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

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


#d9311e Background Color

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

This div background color is #d9311e


#d9311e Border Color

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

This div border color is #d9311e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9311e


Comments

No comments written yet.

Please login to write comment.