Color Hex Logo

#d60315 Color Hex

#D60315
(214,3,21)
0 Favorites   0 Comments

Color spaces of #d60315

RGB 214321
HSL0.990.970.43
HSV355°99°84°
CMYK 0.000.990.90   0.16
XYZ27.899514.41542.0215
Yxy14.41540.62930.3251
Hunter Lab37.967664.722723.4206
CIE-Lab44.822970.126651.9086

#d60315 color RGB value is (214,3,21).

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

The process color (four color CMYK) of #d60315 color hex is 0.00, 0.99, 0.90, 0.16. Web safe color of #d60315 is #cc0000. Color #d60315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000011 00010101
Octal 326 3 25
Decimal 214 3 21
Hex D6 3 15

RGB Percentages of Color #d60315

%89.92
%1.26
%8.82

CMYK Percentages of Color #d60315

%0
%99
%90
%16

Triadic Colors of #d60315

#d60315 #15d603 #0315d6

Analogous Colors of #d60315

#d60315 #d65b03 #d6037f

Monochromatic Colors of #d60315

#d60315

Complementary Color

#d60315 #03d6c4

#d60315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60315 Color CSS Codes

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

#d60315 Text Font Color

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

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


#d60315 Background Color

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

This div background color is #d60315


#d60315 Border Color

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

This div border color is #d60315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60315


Comments

No comments written yet.

Please login to write comment.