Color Hex Logo

#d13340 Color Hex

#D13340
(209,51,64)
0 Favorites   0 Comments

Color spaces of #d13340

RGB 2095164
HSL0.990.630.51
HSV355°76°82°
CMYK 0.000.760.69   0.18
XYZ28.403716.29316.4983
Yxy16.29310.55480.3183
Hunter Lab40.364754.968018.7102
CIE-Lab47.356761.194731.0771

#d13340 color RGB value is (209,51,64).

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

The process color (four color CMYK) of #d13340 color hex is 0.00, 0.76, 0.69, 0.18. Web safe color of #d13340 is #cc3333. Color #d13340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110011 01000000
Octal 321 63 100
Decimal 209 51 64
Hex D1 33 40

RGB Percentages of Color #d13340

%64.51
%15.74
%19.75

CMYK Percentages of Color #d13340

%0
%76
%69
%18

Triadic Colors of #d13340

#d13340 #40d133 #3340d1

Analogous Colors of #d13340

#d13340 #d17533 #d1338f

Monochromatic Colors of #d13340

#d13340

Complementary Color

#d13340 #33d1c4

#d13340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13340 Color CSS Codes

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

#d13340 Text Font Color

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

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


#d13340 Background Color

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

This div background color is #d13340


#d13340 Border Color

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

This div border color is #d13340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13340


Comments

No comments written yet.

Please login to write comment.