Color Hex Logo

#d61519 Color Hex

#D61519
(214,21,25)
0 Favorites   0 Comments

Color spaces of #d61519

RGB 2142125
HSL1.000.820.46
HSV359°90°84°
CMYK 0.000.900.88   0.16
XYZ28.175214.90272.3112
Yxy14.90270.62070.3283
Hunter Lab38.604062.721523.4732
CIE-Lab45.500668.296150.6595

#d61519 color RGB value is (214,21,25).

#d61519 hex color red value is 214, green value is 21 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #d61519 hue: 1.00 , saturation: 0.82 and the lightness value of d61519 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010101 00011001
Octal 326 25 31
Decimal 214 21 25
Hex D6 15 19

RGB Percentages of Color #d61519

%82.31
%8.08
%9.62

CMYK Percentages of Color #d61519

%0
%90
%88
%16

Triadic Colors of #d61519

#d61519 #19d615 #1519d6

Analogous Colors of #d61519

#d61519 #d67215 #d6157a

Monochromatic Colors of #d61519

#d61519

Complementary Color

#d61519 #15d6d2

#d61519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61519 Color CSS Codes

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

#d61519 Text Font Color

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

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


#d61519 Background Color

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

This div background color is #d61519


#d61519 Border Color

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

This div border color is #d61519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61519


Comments

No comments written yet.

Please login to write comment.