Color Hex Logo

#d5153a Color Hex

#D5153A
(213,21,58)
0 Favorites   0 Comments

Color spaces of #d5153a

RGB 2132158
HSL0.970.820.46
HSV348°90°84°
CMYK 0.000.900.73   0.16
XYZ28.472514.98805.3953
Yxy14.98800.58280.3068
Hunter Lab38.714363.527918.8373
CIE-Lab45.617868.959832.7779

#d5153a color RGB value is (213,21,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010101 00111010
Octal 325 25 72
Decimal 213 21 58
Hex D5 15 3A

RGB Percentages of Color #d5153a

%72.95
%7.19
%19.86

CMYK Percentages of Color #d5153a

%0
%90
%73
%16

Triadic Colors of #d5153a

#d5153a #3ad515 #153ad5

Analogous Colors of #d5153a

#d5153a #d55015 #d5159a

Monochromatic Colors of #d5153a

#d5153a

Complementary Color

#d5153a #15d5b0

#d5153a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5153a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5153a Color CSS Codes

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

#d5153a Text Font Color

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

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


#d5153a Background Color

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

This div background color is #d5153a


#d5153a Border Color

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

This div border color is #d5153a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5153a


Comments

No comments written yet.

Please login to write comment.