Color Hex Logo

#d71920 Color Hex

#D71920
(215,25,32)
0 Favorites   0 Comments

Color spaces of #d71920

RGB 2152532
HSL0.990.790.47
HSV358°88°84°
CMYK 0.000.880.85   0.16
XYZ28.632715.24662.8003
Yxy15.24660.61340.3266
Hunter Lab39.046962.560223.0808
CIE-Lab45.970168.067347.8098

#d71920 color RGB value is (215,25,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011001 00100000
Octal 327 31 40
Decimal 215 25 32
Hex D7 19 20

RGB Percentages of Color #d71920

%79.04
%9.19
%11.76

CMYK Percentages of Color #d71920

%0
%88
%85
%16

Triadic Colors of #d71920

#d71920 #20d719 #1920d7

Analogous Colors of #d71920

#d71920 #d77119 #d7197f

Monochromatic Colors of #d71920

#d71920

Complementary Color

#d71920 #19d7d0

#d71920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71920 Color CSS Codes

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

#d71920 Text Font Color

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

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


#d71920 Background Color

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

This div background color is #d71920


#d71920 Border Color

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

This div border color is #d71920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71920

#d71920 Color Palettes


Comments

No comments written yet.

Please login to write comment.