Color Hex Logo

#d60718 Color Hex

#D60718
(214,7,24)
0 Favorites   0 Comments

Color spaces of #d60718

RGB 214724
HSL0.990.940.43
HSV355°97°84°
CMYK 0.000.970.89   0.16
XYZ27.972414.51402.1913
Yxy14.51400.62610.3249
Hunter Lab38.097264.391123.2578
CIE-Lab44.961269.819450.7041

#d60718 color RGB value is (214,7,24).

#d60718 hex color red value is 214, green value is 7 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #d60718 hue: 0.99 , saturation: 0.94 and the lightness value of d60718 is 0.43.

The process color (four color CMYK) of #d60718 color hex is 0.00, 0.97, 0.89, 0.16. Web safe color of #d60718 is #cc0000. Color #d60718 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000111 00011000
Octal 326 7 30
Decimal 214 7 24
Hex D6 7 18

RGB Percentages of Color #d60718

%87.35
%2.86
%9.80

CMYK Percentages of Color #d60718

%0
%97
%89
%16

Triadic Colors of #d60718

#d60718 #18d607 #0718d6

Analogous Colors of #d60718

#d60718 #d65e07 #d60780

Monochromatic Colors of #d60718

#d60718

Complementary Color

#d60718 #07d6c5

#d60718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60718 Color CSS Codes

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

#d60718 Text Font Color

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

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


#d60718 Background Color

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

This div background color is #d60718


#d60718 Border Color

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

This div border color is #d60718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60718


Comments

No comments written yet.

Please login to write comment.