Color Hex Logo

#d53531 Color Hex

#D53531
(213,53,49)
0 Favorites   0 Comments

Color spaces of #d53531

RGB 2135349
HSL0.000.660.51
HSV77°84°
CMYK 0.000.750.77   0.16
XYZ29.268116.91414.6279
Yxy16.91410.57600.3329
Hunter Lab41.126855.058822.1170
CIE-Lab48.151661.125640.8090

#d53531 color RGB value is (213,53,49).

#d53531 hex color red value is 213, green value is 53 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #d53531 hue: 0.00 , saturation: 0.66 and the lightness value of d53531 is 0.51.

The process color (four color CMYK) of #d53531 color hex is 0.00, 0.75, 0.77, 0.16. Web safe color of #d53531 is #cc3333. Color #d53531 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110101 00110001
Octal 325 65 61
Decimal 213 53 49
Hex D5 35 31

RGB Percentages of Color #d53531

%67.62
%16.83
%15.56

CMYK Percentages of Color #d53531

%0
%75
%77
%16

Triadic Colors of #d53531

#d53531 #31d535 #3531d5

Analogous Colors of #d53531

#d53531 #d58731 #d5317f

Monochromatic Colors of #d53531

#d53531

Complementary Color

#d53531 #31d1d5

#d53531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53531 Color CSS Codes

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

#d53531 Text Font Color

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

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


#d53531 Background Color

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

This div background color is #d53531


#d53531 Border Color

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

This div border color is #d53531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53531


Comments

No comments written yet.

Please login to write comment.