Color Hex Logo

#d5172f Color Hex

#D5172F
(213,23,47)
0 Favorites   0 Comments

Color spaces of #d5172f

RGB 2132347
HSL0.980.810.46
HSV352°89°84°
CMYK 0.000.890.78   0.16
XYZ28.260114.96424.0882
Yxy14.96420.59730.3163
Hunter Lab38.683662.706020.8126
CIE-Lab45.585168.266539.2102

#d5172f color RGB value is (213,23,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010111 00101111
Octal 325 27 57
Decimal 213 23 47
Hex D5 17 2F

RGB Percentages of Color #d5172f

%75.27
%8.13
%16.61

CMYK Percentages of Color #d5172f

%0
%89
%78
%16

Triadic Colors of #d5172f

#d5172f #2fd517 #172fd5

Analogous Colors of #d5172f

#d5172f #d55e17 #d5178e

Monochromatic Colors of #d5172f

#d5172f

Complementary Color

#d5172f #17d5bd

#d5172f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5172f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5172f Color CSS Codes

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

#d5172f Text Font Color

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

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


#d5172f Background Color

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

This div background color is #d5172f


#d5172f Border Color

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

This div border color is #d5172f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5172f


Comments

No comments written yet.

Please login to write comment.