Color Hex Logo

#d1383f Color Hex

#D1383F
(209,56,63)
0 Favorites   0 Comments

Color spaces of #d1383f

RGB 2095663
HSL0.990.620.52
HSV357°73°82°
CMYK 0.000.730.70   0.18
XYZ28.605916.74256.4266
Yxy16.74250.55250.3234
Hunter Lab40.917653.185319.3301
CIE-Lab47.933959.498032.3609

#d1383f color RGB value is (209,56,63).

#d1383f hex color red value is 209, green value is 56 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d1383f hue: 0.99 , saturation: 0.62 and the lightness value of d1383f is 0.52.

The process color (four color CMYK) of #d1383f color hex is 0.00, 0.73, 0.70, 0.18. Web safe color of #d1383f is #cc3333. Color #d1383f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111000 00111111
Octal 321 70 77
Decimal 209 56 63
Hex D1 38 3F

RGB Percentages of Color #d1383f

%63.72
%17.07
%19.21

CMYK Percentages of Color #d1383f

%0
%73
%70
%18

Triadic Colors of #d1383f

#d1383f #3fd138 #383fd1

Analogous Colors of #d1383f

#d1383f #d17e38 #d1388c

Monochromatic Colors of #d1383f

#d1383f

Complementary Color

#d1383f #38d1ca

#d1383f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1383f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1383f Color CSS Codes

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

#d1383f Text Font Color

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

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


#d1383f Background Color

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

This div background color is #d1383f


#d1383f Border Color

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

This div border color is #d1383f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1383f


Comments

No comments written yet.

Please login to write comment.