Color Hex Logo

#d81611 Color Hex

#D81611
(216,22,17)
0 Favorites   0 Comments

Color spaces of #d81611

RGB 2162217
HSL0.000.850.46
HSV92°85°
CMYK 0.000.900.92   0.15
XYZ28.707015.21321.9537
Yxy15.21320.62580.3316
Hunter Lab39.004163.118724.3331
CIE-Lab45.924868.552254.4074

#d81611 color RGB value is (216,22,17).

#d81611 hex color red value is 216, green value is 22 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #d81611 hue: 0.00 , saturation: 0.85 and the lightness value of d81611 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010110 00010001
Octal 330 26 21
Decimal 216 22 17
Hex D8 16 11

RGB Percentages of Color #d81611

%84.71
%8.63
%6.67

CMYK Percentages of Color #d81611

%0
%90
%92
%15

Triadic Colors of #d81611

#d81611 #11d816 #1611d8

Analogous Colors of #d81611

#d81611 #d87a11 #d81170

Monochromatic Colors of #d81611

#d81611

Complementary Color

#d81611 #11d3d8

#d81611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81611 Color CSS Codes

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

#d81611 Text Font Color

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

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


#d81611 Background Color

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

This div background color is #d81611


#d81611 Border Color

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

This div border color is #d81611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81611


Comments

No comments written yet.

Please login to write comment.