Color Hex Logo

#d13639 Color Hex

#D13639
(209,54,57)
0 Favorites   0 Comments

Color spaces of #d13639

RGB 2095457
HSL1.000.630.52
HSV359°74°82°
CMYK 0.000.740.73   0.18
XYZ28.352216.48915.5593
Yxy16.48910.56250.3272
Hunter Lab40.606853.569320.3076
CIE-Lab47.609759.901935.4755

#d13639 color RGB value is (209,54,57).

#d13639 hex color red value is 209, green value is 54 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #d13639 hue: 1.00 , saturation: 0.63 and the lightness value of d13639 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110110 00111001
Octal 321 66 71
Decimal 209 54 57
Hex D1 36 39

RGB Percentages of Color #d13639

%65.31
%16.88
%17.81

CMYK Percentages of Color #d13639

%0
%74
%73
%18

Triadic Colors of #d13639

#d13639 #39d136 #3639d1

Analogous Colors of #d13639

#d13639 #d18136 #d13687

Monochromatic Colors of #d13639

#d13639

Complementary Color

#d13639 #36d1ce

#d13639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13639 Color CSS Codes

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

#d13639 Text Font Color

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

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


#d13639 Background Color

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

This div background color is #d13639


#d13639 Border Color

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

This div border color is #d13639


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13639


Comments

No comments written yet.

Please login to write comment.