Color Hex Logo

#d51532 Color Hex

#D51532
(213,21,50)
0 Favorites   0 Comments

Color spaces of #d51532

RGB 2132150
HSL0.970.820.46
HSV351°90°84°
CMYK 0.000.900.77   0.16
XYZ28.284514.91284.4053
Yxy14.91280.59420.3133
Hunter Lab38.617163.159720.2684
CIE-Lab45.514568.666837.3999

#d51532 color RGB value is (213,21,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010101 00110010
Octal 325 25 62
Decimal 213 21 50
Hex D5 15 32

RGB Percentages of Color #d51532

%75.00
%7.39
%17.61

CMYK Percentages of Color #d51532

%0
%90
%77
%16

Triadic Colors of #d51532

#d51532 #32d515 #1532d5

Analogous Colors of #d51532

#d51532 #d55815 #d51592

Monochromatic Colors of #d51532

#d51532

Complementary Color

#d51532 #15d5b8

#d51532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51532 Color CSS Codes

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

#d51532 Text Font Color

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

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


#d51532 Background Color

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

This div background color is #d51532


#d51532 Border Color

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

This div border color is #d51532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51532


Comments

No comments written yet.

Please login to write comment.