Color Hex Logo

#d5213f Color Hex

#D5213F
(213,33,63)
0 Favorites   0 Comments

Color spaces of #d5213f

RGB 2133363
HSL0.970.730.48
HSV350°85°84°
CMYK 0.000.850.70   0.16
XYZ28.881615.59276.1901
Yxy15.59270.57010.3078
Hunter Lab39.487661.453318.3470
CIE-Lab46.435567.029730.7446

#d5213f color RGB value is (213,33,63).

#d5213f hex color red value is 213, green value is 33 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d5213f hue: 0.97 , saturation: 0.73 and the lightness value of d5213f is 0.48.

The process color (four color CMYK) of #d5213f color hex is 0.00, 0.85, 0.70, 0.16. Web safe color of #d5213f is #cc3333. Color #d5213f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100001 00111111
Octal 325 41 77
Decimal 213 33 63
Hex D5 21 3F

RGB Percentages of Color #d5213f

%68.93
%10.68
%20.39

CMYK Percentages of Color #d5213f

%0
%85
%70
%16

Triadic Colors of #d5213f

#d5213f #3fd521 #213fd5

Analogous Colors of #d5213f

#d5213f #d55d21 #d52199

Monochromatic Colors of #d5213f

#d5213f

Complementary Color

#d5213f #21d5b7

#d5213f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5213f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5213f Color CSS Codes

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

#d5213f Text Font Color

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

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


#d5213f Background Color

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

This div background color is #d5213f


#d5213f Border Color

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

This div border color is #d5213f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5213f


Comments

No comments written yet.

Please login to write comment.