Color Hex Logo

#d7151b Color Hex

#D7151B
(215,21,27)
0 Favorites   0 Comments

Color spaces of #d7151b

RGB 2152127
HSL0.990.820.46
HSV358°90°84°
CMYK 0.000.900.87   0.16
XYZ28.490315.06252.4427
Yxy15.06250.61940.3275
Hunter Lab38.810463.116623.4356
CIE-Lab45.719768.590250.0062

#d7151b color RGB value is (215,21,27).

#d7151b hex color red value is 215, green value is 21 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #d7151b hue: 0.99 , saturation: 0.82 and the lightness value of d7151b is 0.46.

The process color (four color CMYK) of #d7151b color hex is 0.00, 0.90, 0.87, 0.16. Web safe color of #d7151b is #cc0033. Color #d7151b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010101 00011011
Octal 327 25 33
Decimal 215 21 27
Hex D7 15 1B

RGB Percentages of Color #d7151b

%81.75
%7.98
%10.27

CMYK Percentages of Color #d7151b

%0
%90
%87
%16

Triadic Colors of #d7151b

#d7151b #1bd715 #151bd7

Analogous Colors of #d7151b

#d7151b #d77015 #d7157c

Monochromatic Colors of #d7151b

#d7151b

Complementary Color

#d7151b #15d7d1

#d7151b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7151b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7151b Color CSS Codes

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

#d7151b Text Font Color

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

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


#d7151b Background Color

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

This div background color is #d7151b


#d7151b Border Color

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

This div border color is #d7151b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7151b


Comments

No comments written yet.

Please login to write comment.