Color Hex Logo

#d93125 Color Hex

#D93125
(217,49,37)
0 Favorites   0 Comments

Color spaces of #d93125

RGB 2174937
HSL0.010.710.50
HSV83°85°
CMYK 0.000.770.83   0.15
XYZ30.047517.08193.4637
Yxy17.08190.59390.3376
Hunter Lab41.330357.443323.9624
CIE-Lab48.363163.185047.5999

#d93125 color RGB value is (217,49,37).

#d93125 hex color red value is 217, green value is 49 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #d93125 hue: 0.01 , saturation: 0.71 and the lightness value of d93125 is 0.50.

The process color (four color CMYK) of #d93125 color hex is 0.00, 0.77, 0.83, 0.15. Web safe color of #d93125 is #cc3333. Color #d93125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110001 00100101
Octal 331 61 45
Decimal 217 49 37
Hex D9 31 25

RGB Percentages of Color #d93125

%71.62
%16.17
%12.21

CMYK Percentages of Color #d93125

%0
%77
%83
%15

Triadic Colors of #d93125

#d93125 #25d931 #3125d9

Analogous Colors of #d93125

#d93125 #d98b25 #d92573

Monochromatic Colors of #d93125

#d93125

Complementary Color

#d93125 #25cdd9

#d93125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93125 Color CSS Codes

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

#d93125 Text Font Color

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

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


#d93125 Background Color

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

This div background color is #d93125


#d93125 Border Color

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

This div border color is #d93125


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,49,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 #d93125">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93125


Comments

No comments written yet.

Please login to write comment.