Color Hex Logo

#d5163c Color Hex

#D5163C
(213,22,60)
0 Favorites   0 Comments

Color spaces of #d5163c

RGB 2132260
HSL0.970.810.46
HSV348°90°84°
CMYK 0.000.900.72   0.16
XYZ28.543115.04625.6748
Yxy15.04620.57940.3054
Hunter Lab38.789463.467218.4786
CIE-Lab45.697468.892831.6680

#d5163c color RGB value is (213,22,60).

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

The process color (four color CMYK) of #d5163c color hex is 0.00, 0.90, 0.72, 0.16. Web safe color of #d5163c is #cc0033. Color #d5163c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010110 00111100
Octal 325 26 74
Decimal 213 22 60
Hex D5 16 3C

RGB Percentages of Color #d5163c

%72.20
%7.46
%20.34

CMYK Percentages of Color #d5163c

%0
%90
%72
%16

Triadic Colors of #d5163c

#d5163c #3cd516 #163cd5

Analogous Colors of #d5163c

#d5163c #d55016 #d5169c

Monochromatic Colors of #d5163c

#d5163c

Complementary Color

#d5163c #16d5af

#d5163c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5163c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5163c Color CSS Codes

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

#d5163c Text Font Color

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

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


#d5163c Background Color

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

This div background color is #d5163c


#d5163c Border Color

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

This div border color is #d5163c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5163c


Comments

No comments written yet.

Please login to write comment.