Color Hex Logo

#d5171f Color Hex

#D5171F
(213,23,31)
0 Favorites   0 Comments

Color spaces of #d5171f

RGB 2132331
HSL0.990.810.46
HSV357°89°84°
CMYK 0.000.890.85   0.16
XYZ27.994314.85792.6887
Yxy14.85790.61470.3263
Hunter Lab38.545962.181622.8465
CIE-Lab45.439067.847047.6889

#d5171f color RGB value is (213,23,31).

#d5171f hex color red value is 213, green value is 23 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #d5171f hue: 0.99 , saturation: 0.81 and the lightness value of d5171f is 0.46.

The process color (four color CMYK) of #d5171f color hex is 0.00, 0.89, 0.85, 0.16. Web safe color of #d5171f is #cc0033. Color #d5171f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010111 00011111
Octal 325 27 37
Decimal 213 23 31
Hex D5 17 1F

RGB Percentages of Color #d5171f

%79.78
%8.61
%11.61

CMYK Percentages of Color #d5171f

%0
%89
%85
%16

Triadic Colors of #d5171f

#d5171f #1fd517 #171fd5

Analogous Colors of #d5171f

#d5171f #d56e17 #d5177e

Monochromatic Colors of #d5171f

#d5171f

Complementary Color

#d5171f #17d5cd

#d5171f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5171f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5171f Color CSS Codes

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

#d5171f Text Font Color

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

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


#d5171f Background Color

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

This div background color is #d5171f


#d5171f Border Color

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

This div border color is #d5171f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5171f


Comments

No comments written yet.

Please login to write comment.