Color Hex Logo

#d41619 Color Hex

#D41619
(212,22,25)
0 Favorites   0 Comments

Color spaces of #d41619

RGB 2122225
HSL1.000.810.46
HSV359°90°83°
CMYK 0.000.900.88   0.17
XYZ27.613814.64112.2903
Yxy14.64110.61990.3287
Hunter Lab38.263761.856823.2357
CIE-Lab45.138767.627350.2028

#d41619 color RGB value is (212,22,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010110 00011001
Octal 324 26 31
Decimal 212 22 25
Hex D4 16 19

RGB Percentages of Color #d41619

%81.85
%8.49
%9.65

CMYK Percentages of Color #d41619

%0
%90
%88
%17

Triadic Colors of #d41619

#d41619 #19d416 #1619d4

Analogous Colors of #d41619

#d41619 #d47216 #d41678

Monochromatic Colors of #d41619

#d41619

Complementary Color

#d41619 #16d4d1

#d41619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41619 Color CSS Codes

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

#d41619 Text Font Color

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

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


#d41619 Background Color

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

This div background color is #d41619


#d41619 Border Color

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

This div border color is #d41619


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,22,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 #d41619">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41619


Comments

No comments written yet.

Please login to write comment.