Color Hex Logo

#d41613 Color Hex

#D41613
(212,22,19)
0 Favorites   0 Comments

Color spaces of #d41613

RGB 2122219
HSL0.000.840.45
HSV91°83°
CMYK 0.000.900.91   0.17
XYZ27.555814.61791.9853
Yxy14.61790.62400.3310
Hunter Lab38.233461.741323.6847
CIE-Lab45.106367.534552.7154

#d41613 color RGB value is (212,22,19).

#d41613 hex color red value is 212, green value is 22 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #d41613 hue: 0.00 , saturation: 0.84 and the lightness value of d41613 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010110 00010011
Octal 324 26 23
Decimal 212 22 19
Hex D4 16 13

RGB Percentages of Color #d41613

%83.79
%8.70
%7.51

CMYK Percentages of Color #d41613

%0
%90
%91
%17

Triadic Colors of #d41613

#d41613 #13d416 #1613d4

Analogous Colors of #d41613

#d41613 #d47713 #d41371

Monochromatic Colors of #d41613

#d41613

Complementary Color

#d41613 #13d1d4

#d41613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41613 Color CSS Codes

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

#d41613 Text Font Color

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

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


#d41613 Background Color

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

This div background color is #d41613


#d41613 Border Color

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

This div border color is #d41613


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,22,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41613


Comments

No comments written yet.

Please login to write comment.