Color Hex Logo

#d31725 Color Hex

#D31725
(211,23,37)
0 Favorites   0 Comments

Color spaces of #d31725

RGB 2112337
HSL0.990.800.46
HSV356°89°83°
CMYK 0.000.890.82   0.17
XYZ27.504314.59523.1178
Yxy14.59520.60830.3228
Hunter Lab38.203761.652721.9039
CIE-Lab45.074767.464744.1142

#d31725 color RGB value is (211,23,37).

#d31725 hex color red value is 211, green value is 23 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #d31725 hue: 0.99 , saturation: 0.80 and the lightness value of d31725 is 0.46.

The process color (four color CMYK) of #d31725 color hex is 0.00, 0.89, 0.82, 0.17. Web safe color of #d31725 is #cc0033. Color #d31725 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010111 00100101
Octal 323 27 45
Decimal 211 23 37
Hex D3 17 25

RGB Percentages of Color #d31725

%77.86
%8.49
%13.65

CMYK Percentages of Color #d31725

%0
%89
%82
%17

Triadic Colors of #d31725

#d31725 #25d317 #1725d3

Analogous Colors of #d31725

#d31725 #d36717 #d31783

Monochromatic Colors of #d31725

#d31725

Complementary Color

#d31725 #17d3c5

#d31725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31725 Color CSS Codes

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

#d31725 Text Font Color

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

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


#d31725 Background Color

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

This div background color is #d31725


#d31725 Border Color

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

This div border color is #d31725


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,23,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d31725; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d31725;
  -webkit-box-shadow: 1px 1px 3px 2px #d31725;
  box-shadow:         1px 1px 3px 2px #d31725; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,23,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31725


Comments

No comments written yet.

Please login to write comment.