Color Hex Logo

#d5201c Color Hex

#D5201C
(213,32,28)
0 Favorites   0 Comments

Color spaces of #d5201c

RGB 2133228
HSL0.000.770.47
HSV87°84°
CMYK 0.000.850.87   0.16
XYZ28.166715.26302.5601
Yxy15.26300.61250.3319
Hunter Lab39.067960.324023.4623
CIE-Lab45.992366.143349.5867

#d5201c color RGB value is (213,32,28).

#d5201c hex color red value is 213, green value is 32 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #d5201c hue: 0.00 , saturation: 0.77 and the lightness value of d5201c is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100000 00011100
Octal 325 40 34
Decimal 213 32 28
Hex D5 20 1C

RGB Percentages of Color #d5201c

%78.02
%11.72
%10.26

CMYK Percentages of Color #d5201c

%0
%85
%87
%16

Triadic Colors of #d5201c

#d5201c #1cd520 #201cd5

Analogous Colors of #d5201c

#d5201c #d57d1c #d51c75

Monochromatic Colors of #d5201c

#d5201c

Complementary Color

#d5201c #1cd1d5

#d5201c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5201c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5201c Color CSS Codes

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

#d5201c Text Font Color

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

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


#d5201c Background Color

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

This div background color is #d5201c


#d5201c Border Color

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

This div border color is #d5201c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5201c


Comments

No comments written yet.

Please login to write comment.