Color Hex Logo

#d93115 Color Hex

#D93115
(217,49,21)
0 Favorites   0 Comments

Color spaces of #d93115

RGB 2174921
HSL0.020.820.47
HSV90°85°
CMYK 0.000.770.90   0.15
XYZ29.848917.00252.4181
Yxy17.00250.60580.3451
Hunter Lab41.234157.054525.3869
CIE-Lab48.263262.863554.5815

#d93115 color RGB value is (217,49,21).

#d93115 hex color red value is 217, green value is 49 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #d93115 hue: 0.02 , saturation: 0.82 and the lightness value of d93115 is 0.47.

The process color (four color CMYK) of #d93115 color hex is 0.00, 0.77, 0.90, 0.15. Web safe color of #d93115 is #cc3300. Color #d93115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110001 00010101
Octal 331 61 25
Decimal 217 49 21
Hex D9 31 15

RGB Percentages of Color #d93115

%75.61
%17.07
%7.32

CMYK Percentages of Color #d93115

%0
%77
%90
%15

Triadic Colors of #d93115

#d93115 #15d931 #3115d9

Analogous Colors of #d93115

#d93115 #d99315 #d9155b

Monochromatic Colors of #d93115

#d93115

Complementary Color

#d93115 #15bdd9

#d93115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93115 Color CSS Codes

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

#d93115 Text Font Color

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

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


#d93115 Background Color

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

This div background color is #d93115


#d93115 Border Color

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

This div border color is #d93115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93115


Comments

No comments written yet.

Please login to write comment.