Color Hex Logo

#d7193d Color Hex

#D7193D
(215,25,61)
0 Favorites   0 Comments

Color spaces of #d7193d

RGB 2152561
HSL0.970.790.47
HSV349°88°84°
CMYK 0.000.880.72   0.16
XYZ29.214315.47935.8629
Yxy15.47930.57790.3062
Hunter Lab39.343763.691818.7054
CIE-Lab46.283868.969531.8626

#d7193d color RGB value is (215,25,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011001 00111101
Octal 327 31 75
Decimal 215 25 61
Hex D7 19 3D

RGB Percentages of Color #d7193d

%71.43
%8.31
%20.27

CMYK Percentages of Color #d7193d

%0
%88
%72
%16

Triadic Colors of #d7193d

#d7193d #3dd719 #193dd7

Analogous Colors of #d7193d

#d7193d #d75419 #d7199c

Monochromatic Colors of #d7193d

#d7193d

Complementary Color

#d7193d #19d7b3

#d7193d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7193d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7193d Color CSS Codes

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

#d7193d Text Font Color

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

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


#d7193d Background Color

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

This div background color is #d7193d


#d7193d Border Color

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

This div border color is #d7193d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7193d


Comments

No comments written yet.

Please login to write comment.