Color Hex Logo

#d90911 Color Hex

#D90911
(217,9,17)
0 Favorites   0 Comments

Color spaces of #d90911

RGB 217917
HSL0.990.920.44
HSV358°96°85°
CMYK 0.000.960.92   0.15
XYZ28.814114.98761.9045
Yxy14.98760.63040.3279
Hunter Lab38.713865.105624.1829
CIE-Lab45.617270.294854.3203

#d90911 color RGB value is (217,9,17).

#d90911 hex color red value is 217, green value is 9 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #d90911 hue: 0.99 , saturation: 0.92 and the lightness value of d90911 is 0.44.

The process color (four color CMYK) of #d90911 color hex is 0.00, 0.96, 0.92, 0.15. Web safe color of #d90911 is #cc0000. Color #d90911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001001 00010001
Octal 331 11 21
Decimal 217 9 17
Hex D9 9 11

RGB Percentages of Color #d90911

%89.30
%3.70
%7.00

CMYK Percentages of Color #d90911

%0
%96
%92
%15

Triadic Colors of #d90911

#d90911 #11d909 #0911d9

Analogous Colors of #d90911

#d90911 #d96909 #d90979

Monochromatic Colors of #d90911

#d90911

Complementary Color

#d90911 #09d9d1

#d90911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90911 Color CSS Codes

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

#d90911 Text Font Color

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

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


#d90911 Background Color

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

This div background color is #d90911


#d90911 Border Color

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

This div border color is #d90911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90911


Comments

No comments written yet.

Please login to write comment.