Color Hex Logo

#d70611 Color Hex

#D70611
(215,6,17)
0 Favorites   0 Comments

Color spaces of #d70611

RGB 215617
HSL0.990.950.43
HSV357°97°84°
CMYK 0.000.970.92   0.16
XYZ28.190614.61781.8660
Yxy14.61780.63100.3272
Hunter Lab38.233264.705723.8696
CIE-Lab45.106270.057053.7915

#d70611 color RGB value is (215,6,17).

#d70611 hex color red value is 215, green value is 6 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #d70611 hue: 0.99 , saturation: 0.95 and the lightness value of d70611 is 0.43.

The process color (four color CMYK) of #d70611 color hex is 0.00, 0.97, 0.92, 0.16. Web safe color of #d70611 is #cc0000. Color #d70611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000110 00010001
Octal 327 6 21
Decimal 215 6 17
Hex D7 6 11

RGB Percentages of Color #d70611

%90.34
%2.52
%7.14

CMYK Percentages of Color #d70611

%0
%97
%92
%16

Triadic Colors of #d70611

#d70611 #11d706 #0611d7

Analogous Colors of #d70611

#d70611 #d76306 #d7067a

Monochromatic Colors of #d70611

#d70611

Complementary Color

#d70611 #06d7cc

#d70611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70611 Color CSS Codes

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

#d70611 Text Font Color

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

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


#d70611 Background Color

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

This div background color is #d70611


#d70611 Border Color

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

This div border color is #d70611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70611


Comments

No comments written yet.

Please login to write comment.