Color Hex Logo

#d13915 Color Hex

#D13915
(209,57,21)
0 Favorites   0 Comments

Color spaces of #d13915

RGB 2095721
HSL0.030.820.45
HSV11°90°82°
CMYK 0.000.730.90   0.18
XYZ27.893016.53572.4311
Yxy16.53570.59520.3529
Hunter Lab40.664151.277524.9202
CIE-Lab47.669657.830453.4576

#d13915 color RGB value is (209,57,21).

#d13915 hex color red value is 209, green value is 57 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #d13915 hue: 0.03 , saturation: 0.82 and the lightness value of d13915 is 0.45.

The process color (four color CMYK) of #d13915 color hex is 0.00, 0.73, 0.90, 0.18. Web safe color of #d13915 is #cc3300. Color #d13915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111001 00010101
Octal 321 71 25
Decimal 209 57 21
Hex D1 39 15

RGB Percentages of Color #d13915

%72.82
%19.86
%7.32

CMYK Percentages of Color #d13915

%0
%73
%90
%18

Triadic Colors of #d13915

#d13915 #15d139 #3915d1

Analogous Colors of #d13915

#d13915 #d19715 #d1154f

Monochromatic Colors of #d13915

#d13915

Complementary Color

#d13915 #15add1

#d13915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13915 Color CSS Codes

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

#d13915 Text Font Color

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

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


#d13915 Background Color

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

This div background color is #d13915


#d13915 Border Color

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

This div border color is #d13915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13915


Comments

No comments written yet.

Please login to write comment.