Color Hex Logo

#d61107 Color Hex

#D61107
(214,17,7)
0 Favorites   0 Comments

Color spaces of #d61107

RGB 214177
HSL0.010.940.43
HSV97°84°
CMYK 0.000.920.97   0.16
XYZ27.970414.71241.5666
Yxy14.71240.63210.3325
Hunter Lab38.356763.041024.4281
CIE-Lab45.237768.619656.9383

#d61107 color RGB value is (214,17,7).

#d61107 hex color red value is 214, green value is 17 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #d61107 hue: 0.01 , saturation: 0.94 and the lightness value of d61107 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010001 00000111
Octal 326 21 7
Decimal 214 17 7
Hex D6 11 7

RGB Percentages of Color #d61107

%89.92
%7.14
%2.94

CMYK Percentages of Color #d61107

%0
%92
%97
%16

Triadic Colors of #d61107

#d61107 #07d611 #1107d6

Analogous Colors of #d61107

#d61107 #d67907 #d60765

Monochromatic Colors of #d61107

#d61107

Complementary Color

#d61107 #07ccd6

#d61107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61107 Color CSS Codes

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

#d61107 Text Font Color

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

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


#d61107 Background Color

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

This div background color is #d61107


#d61107 Border Color

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

This div border color is #d61107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61107


Comments

No comments written yet.

Please login to write comment.