Color Hex Logo

#d60a1f Color Hex

#D60A1F
(214,10,31)
0 Favorites   0 Comments

Color spaces of #d60a1f

RGB 2141031
HSL0.980.910.44
HSV354°95°84°
CMYK 0.000.950.86   0.16
XYZ28.087414.61222.6364
Yxy14.61220.61950.3223
Hunter Lab38.225964.261822.6690
CIE-Lab45.098469.683347.4818

#d60a1f color RGB value is (214,10,31).

#d60a1f hex color red value is 214, green value is 10 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #d60a1f hue: 0.98 , saturation: 0.91 and the lightness value of d60a1f is 0.44.

The process color (four color CMYK) of #d60a1f color hex is 0.00, 0.95, 0.86, 0.16. Web safe color of #d60a1f is #cc0033. Color #d60a1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001010 00011111
Octal 326 12 37
Decimal 214 10 31
Hex D6 A 1F

RGB Percentages of Color #d60a1f

%83.92
%3.92
%12.16

CMYK Percentages of Color #d60a1f

%0
%95
%86
%16

Triadic Colors of #d60a1f

#d60a1f #1fd60a #0a1fd6

Analogous Colors of #d60a1f

#d60a1f #d65b0a #d60a85

Monochromatic Colors of #d60a1f

#d60a1f

Complementary Color

#d60a1f #0ad6c1

#d60a1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60a1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60a1f Color CSS Codes

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

#d60a1f Text Font Color

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

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


#d60a1f Background Color

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

This div background color is #d60a1f


#d60a1f Border Color

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

This div border color is #d60a1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60a1f


Comments

No comments written yet.

Please login to write comment.