Color Hex Logo

#d13543 Color Hex

#D13543
(209,53,67)
0 Favorites   0 Comments

Color spaces of #d13543

RGB 2095367
HSL0.990.630.51
HSV355°75°82°
CMYK 0.000.750.68   0.18
XYZ28.580716.50686.9899
Yxy16.50680.54880.3170
Hunter Lab40.628654.468218.2395
CIE-Lab47.632560.698929.6294

#d13543 color RGB value is (209,53,67).

#d13543 hex color red value is 209, green value is 53 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #d13543 hue: 0.99 , saturation: 0.63 and the lightness value of d13543 is 0.51.

The process color (four color CMYK) of #d13543 color hex is 0.00, 0.75, 0.68, 0.18. Web safe color of #d13543 is #cc3333. Color #d13543 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110101 01000011
Octal 321 65 103
Decimal 209 53 67
Hex D1 35 43

RGB Percentages of Color #d13543

%63.53
%16.11
%20.36

CMYK Percentages of Color #d13543

%0
%75
%68
%18

Triadic Colors of #d13543

#d13543 #43d135 #3543d1

Analogous Colors of #d13543

#d13543 #d17535 #d13591

Monochromatic Colors of #d13543

#d13543

Complementary Color

#d13543 #35d1c3

#d13543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13543 Color CSS Codes

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

#d13543 Text Font Color

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

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


#d13543 Background Color

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

This div background color is #d13543


#d13543 Border Color

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

This div border color is #d13543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13543


Comments

No comments written yet.

Please login to write comment.