Color Hex Logo

#d7132e Color Hex

#D7132E
(215,19,46)
0 Favorites   0 Comments

Color spaces of #d7132e

RGB 2151946
HSL0.980.840.46
HSV352°91°84°
CMYK 0.000.910.79   0.16
XYZ28.750315.11013.9860
Yxy15.11010.60090.3158
Hunter Lab38.871763.996721.1305
CIE-Lab45.784669.325140.1169

#d7132e color RGB value is (215,19,46).

#d7132e hex color red value is 215, green value is 19 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #d7132e hue: 0.98 , saturation: 0.84 and the lightness value of d7132e is 0.46.

The process color (four color CMYK) of #d7132e color hex is 0.00, 0.91, 0.79, 0.16. Web safe color of #d7132e is #cc0033. Color #d7132e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010011 00101110
Octal 327 23 56
Decimal 215 19 46
Hex D7 13 2E

RGB Percentages of Color #d7132e

%76.79
%6.79
%16.43

CMYK Percentages of Color #d7132e

%0
%91
%79
%16

Triadic Colors of #d7132e

#d7132e #2ed713 #132ed7

Analogous Colors of #d7132e

#d7132e #d75a13 #d71390

Monochromatic Colors of #d7132e

#d7132e

Complementary Color

#d7132e #13d7bc

#d7132e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7132e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7132e Color CSS Codes

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

#d7132e Text Font Color

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

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


#d7132e Background Color

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

This div background color is #d7132e


#d7132e Border Color

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

This div border color is #d7132e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7132e


Comments

No comments written yet.

Please login to write comment.