Color Hex Logo

#d3163b Color Hex

#D3163B
(211,22,59)
0 Favorites   0 Comments

Color spaces of #d3163b

RGB 2112259
HSL0.970.810.46
HSV348°90°83°
CMYK 0.000.900.72   0.17
XYZ27.940314.73855.5099
Yxy14.73850.57980.3058
Hunter Lab38.390862.726218.3641
CIE-Lab45.273968.344331.6686

#d3163b color RGB value is (211,22,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010110 00111011
Octal 323 26 73
Decimal 211 22 59
Hex D3 16 3B

RGB Percentages of Color #d3163b

%72.26
%7.53
%20.21

CMYK Percentages of Color #d3163b

%0
%90
%72
%17

Triadic Colors of #d3163b

#d3163b #3bd316 #163bd3

Analogous Colors of #d3163b

#d3163b #d34f16 #d3169a

Monochromatic Colors of #d3163b

#d3163b

Complementary Color

#d3163b #16d3ae

#d3163b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3163b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3163b Color CSS Codes

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

#d3163b Text Font Color

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

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


#d3163b Background Color

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

This div background color is #d3163b


#d3163b Border Color

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

This div border color is #d3163b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3163b

#d3163b Color Palettes


Comments

No comments written yet.

Please login to write comment.