Color Hex Logo

#d10716 Color Hex

#D10716
(209,7,22)
0 Favorites   0 Comments

Color spaces of #d10716

RGB 209722
HSL0.990.940.42
HSV356°97°82°
CMYK 0.000.970.89   0.18
XYZ26.515313.76522.0185
Yxy13.76520.62690.3254
Hunter Lab37.101562.640922.7454
CIE-Lab43.894368.540150.3339

#d10716 color RGB value is (209,7,22).

#d10716 hex color red value is 209, green value is 7 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #d10716 hue: 0.99 , saturation: 0.94 and the lightness value of d10716 is 0.42.

The process color (four color CMYK) of #d10716 color hex is 0.00, 0.97, 0.89, 0.18. Web safe color of #d10716 is #cc0000. Color #d10716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000111 00010110
Octal 321 7 26
Decimal 209 7 22
Hex D1 7 16

RGB Percentages of Color #d10716

%87.82
%2.94
%9.24

CMYK Percentages of Color #d10716

%0
%97
%89
%18

Triadic Colors of #d10716

#d10716 #16d107 #0716d1

Analogous Colors of #d10716

#d10716 #d15d07 #d1077b

Monochromatic Colors of #d10716

#d10716

Complementary Color

#d10716 #07d1c2

#d10716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10716 Color CSS Codes

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

#d10716 Text Font Color

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

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


#d10716 Background Color

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

This div background color is #d10716


#d10716 Border Color

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

This div border color is #d10716


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,7,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10716


Comments

No comments written yet.

Please login to write comment.