Color Hex Logo

#d71942 Color Hex

#D71942
(215,25,66)
0 Favorites   0 Comments

Color spaces of #d71942

RGB 2152566
HSL0.960.790.47
HSV347°88°84°
CMYK 0.000.880.69   0.16
XYZ29.355315.53576.6057
Yxy15.53570.57000.3017
Hunter Lab39.415463.964317.6542
CIE-Lab46.359469.185828.9293

#d71942 color RGB value is (215,25,66).

#d71942 hex color red value is 215, green value is 25 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #d71942 hue: 0.96 , saturation: 0.79 and the lightness value of d71942 is 0.47.

The process color (four color CMYK) of #d71942 color hex is 0.00, 0.88, 0.69, 0.16. Web safe color of #d71942 is #cc0033. Color #d71942 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011001 01000010
Octal 327 31 102
Decimal 215 25 66
Hex D7 19 42

RGB Percentages of Color #d71942

%70.26
%8.17
%21.57

CMYK Percentages of Color #d71942

%0
%88
%69
%16

Triadic Colors of #d71942

#d71942 #42d719 #1942d7

Analogous Colors of #d71942

#d71942 #d74f19 #d719a1

Monochromatic Colors of #d71942

#d71942

Complementary Color

#d71942 #19d7ae

#d71942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71942 Color CSS Codes

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

#d71942 Text Font Color

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

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


#d71942 Background Color

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

This div background color is #d71942


#d71942 Border Color

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

This div border color is #d71942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71942


Comments

No comments written yet.

Please login to write comment.