Color Hex Logo

#d61720 Color Hex

#D61720
(214,23,32)
0 Favorites   0 Comments

Color spaces of #d61720

RGB 2142332
HSL0.990.810.46
HSV357°89°84°
CMYK 0.000.890.85   0.16
XYZ28.298715.01322.7728
Yxy15.01320.61410.3258
Hunter Lab38.746962.560122.8799
CIE-Lab45.652368.129047.4556

#d61720 color RGB value is (214,23,32).

#d61720 hex color red value is 214, green value is 23 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #d61720 hue: 0.99 , saturation: 0.81 and the lightness value of d61720 is 0.46.

The process color (four color CMYK) of #d61720 color hex is 0.00, 0.89, 0.85, 0.16. Web safe color of #d61720 is #cc0033. Color #d61720 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010111 00100000
Octal 326 27 40
Decimal 214 23 32
Hex D6 17 20

RGB Percentages of Color #d61720

%79.55
%8.55
%11.90

CMYK Percentages of Color #d61720

%0
%89
%85
%16

Triadic Colors of #d61720

#d61720 #20d617 #1720d6

Analogous Colors of #d61720

#d61720 #d66e17 #d61780

Monochromatic Colors of #d61720

#d61720

Complementary Color

#d61720 #17d6cd

#d61720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61720 Color CSS Codes

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

#d61720 Text Font Color

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

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


#d61720 Background Color

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

This div background color is #d61720


#d61720 Border Color

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

This div border color is #d61720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61720


Comments

No comments written yet.

Please login to write comment.