Color Hex Logo

#d71412 Color Hex

#D71412
(215,20,18)
0 Favorites   0 Comments

Color spaces of #d71412

RGB 2152018
HSL0.000.850.46
HSV92°84°
CMYK 0.000.910.92   0.16
XYZ28.383714.99111.9698
Yxy14.99110.62600.3306
Hunter Lab38.718363.097924.0865
CIE-Lab45.622068.593453.7418

#d71412 color RGB value is (215,20,18).

#d71412 hex color red value is 215, green value is 20 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #d71412 hue: 0.00 , saturation: 0.85 and the lightness value of d71412 is 0.46.

The process color (four color CMYK) of #d71412 color hex is 0.00, 0.91, 0.92, 0.16. Web safe color of #d71412 is #cc0000. Color #d71412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010100 00010010
Octal 327 24 22
Decimal 215 20 18
Hex D7 14 12

RGB Percentages of Color #d71412

%84.98
%7.91
%7.11

CMYK Percentages of Color #d71412

%0
%91
%92
%16

Triadic Colors of #d71412

#d71412 #12d714 #1412d7

Analogous Colors of #d71412

#d71412 #d77712 #d71273

Monochromatic Colors of #d71412

#d71412

Complementary Color

#d71412 #12d5d7

#d71412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71412 Color CSS Codes

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

#d71412 Text Font Color

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

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


#d71412 Background Color

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

This div background color is #d71412


#d71412 Border Color

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

This div border color is #d71412


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,20,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d71412; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d71412;
  -webkit-box-shadow: 1px 1px 3px 2px #d71412;
  box-shadow:         1px 1px 3px 2px #d71412; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,20,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71412


Comments

No comments written yet.

Please login to write comment.