Color Hex Logo

#d81009 Color Hex

#D81009
(216,16,9)
0 Favorites   0 Comments

Color spaces of #d81009

RGB 216169
HSL0.010.920.44
HSV96°85°
CMYK 0.000.930.96   0.15
XYZ28.553514.98921.6467
Yxy14.98920.63190.3317
Hunter Lab38.715963.893424.5793
CIE-Lab45.619469.269756.7810

#d81009 color RGB value is (216,16,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010000 00001001
Octal 330 20 11
Decimal 216 16 9
Hex D8 10 9

RGB Percentages of Color #d81009

%89.63
%6.64
%3.73

CMYK Percentages of Color #d81009

%0
%93
%96
%15

Triadic Colors of #d81009

#d81009 #09d810 #1009d8

Analogous Colors of #d81009

#d81009 #d87809 #d8096a

Monochromatic Colors of #d81009

#d81009

Complementary Color

#d81009 #09d1d8

#d81009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81009 Color CSS Codes

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

#d81009 Text Font Color

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

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


#d81009 Background Color

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

This div background color is #d81009


#d81009 Border Color

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

This div border color is #d81009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81009


Comments

No comments written yet.

Please login to write comment.