Color Hex Logo

#d13718 Color Hex

#D13718
(209,55,24)
0 Favorites   0 Comments

Color spaces of #d13718

RGB 2095524
HSL0.030.790.46
HSV10°89°82°
CMYK 0.000.740.89   0.18
XYZ27.825616.35362.5542
Yxy16.35360.59540.3499
Hunter Lab40.439652.052724.5629
CIE-Lab47.435058.573752.1182

#d13718 color RGB value is (209,55,24).

#d13718 hex color red value is 209, green value is 55 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #d13718 hue: 0.03 , saturation: 0.79 and the lightness value of d13718 is 0.46.

The process color (four color CMYK) of #d13718 color hex is 0.00, 0.74, 0.89, 0.18. Web safe color of #d13718 is #cc3300. Color #d13718 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110111 00011000
Octal 321 67 30
Decimal 209 55 24
Hex D1 37 18

RGB Percentages of Color #d13718

%72.57
%19.10
%8.33

CMYK Percentages of Color #d13718

%0
%74
%89
%18

Triadic Colors of #d13718

#d13718 #18d137 #3718d1

Analogous Colors of #d13718

#d13718 #d19418 #d11855

Monochromatic Colors of #d13718

#d13718

Complementary Color

#d13718 #18b2d1

#d13718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13718 Color CSS Codes

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

#d13718 Text Font Color

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

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


#d13718 Background Color

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

This div background color is #d13718


#d13718 Border Color

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

This div border color is #d13718


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,55,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13718


Comments

No comments written yet.

Please login to write comment.