Color Hex Logo

#d93545 Color Hex

#D93545
(217,53,69)
0 Favorites   0 Comments

Color spaces of #d93545

RGB 2175369
HSL0.980.680.53
HSV354°76°85°
CMYK 0.000.760.68   0.15
XYZ30.962617.72767.4201
Yxy17.72760.55180.3159
Hunter Lab42.104257.583219.0241
CIE-Lab49.164063.155830.6597

#d93545 color RGB value is (217,53,69).

#d93545 hex color red value is 217, green value is 53 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #d93545 hue: 0.98 , saturation: 0.68 and the lightness value of d93545 is 0.53.

The process color (four color CMYK) of #d93545 color hex is 0.00, 0.76, 0.68, 0.15. Web safe color of #d93545 is #cc3333. Color #d93545 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110101 01000101
Octal 331 65 105
Decimal 217 53 69
Hex D9 35 45

RGB Percentages of Color #d93545

%64.01
%15.63
%20.35

CMYK Percentages of Color #d93545

%0
%76
%68
%15

Triadic Colors of #d93545

#d93545 #45d935 #3545d9

Analogous Colors of #d93545

#d93545 #d97735 #d93597

Monochromatic Colors of #d93545

#d93545

Complementary Color

#d93545 #35d9c9

#d93545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93545 Color CSS Codes

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

#d93545 Text Font Color

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

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


#d93545 Background Color

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

This div background color is #d93545


#d93545 Border Color

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

This div border color is #d93545


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,53,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93545


Comments

No comments written yet.

Please login to write comment.