Color Hex Logo

#d1171b Color Hex

#D1171B
(209,23,27)
0 Favorites   0 Comments

Color spaces of #d1171b

RGB 2092327
HSL1.000.800.45
HSV359°89°82°
CMYK 0.000.890.87   0.18
XYZ26.798714.24722.3745
Yxy14.24720.61720.3281
Hunter Lab37.745560.677722.6920
CIE-Lab44.585466.721248.5804

#d1171b color RGB value is (209,23,27).

#d1171b hex color red value is 209, green value is 23 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #d1171b hue: 1.00 , saturation: 0.80 and the lightness value of d1171b is 0.45.

The process color (four color CMYK) of #d1171b color hex is 0.00, 0.89, 0.87, 0.18. Web safe color of #d1171b is #cc0033. Color #d1171b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010111 00011011
Octal 321 27 33
Decimal 209 23 27
Hex D1 17 1B

RGB Percentages of Color #d1171b

%80.69
%8.88
%10.42

CMYK Percentages of Color #d1171b

%0
%89
%87
%18

Triadic Colors of #d1171b

#d1171b #1bd117 #171bd1

Analogous Colors of #d1171b

#d1171b #d17017 #d11778

Monochromatic Colors of #d1171b

#d1171b

Complementary Color

#d1171b #17d1cd

#d1171b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1171b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1171b Color CSS Codes

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

#d1171b Text Font Color

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

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


#d1171b Background Color

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

This div background color is #d1171b


#d1171b Border Color

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

This div border color is #d1171b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1171b


Comments

No comments written yet.

Please login to write comment.