Color Hex Logo

#d13435 Color Hex

#D13435
(209,52,53)
0 Favorites   0 Comments

Color spaces of #d13435

RGB 2095253
HSL1.000.630.51
HSV360°75°82°
CMYK 0.000.750.75   0.18
XYZ28.165116.26835.0238
Yxy16.26830.56950.3289
Hunter Lab40.334054.061620.8489
CIE-Lab47.324560.394737.4470

#d13435 color RGB value is (209,52,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110100 00110101
Octal 321 64 65
Decimal 209 52 53
Hex D1 34 35

RGB Percentages of Color #d13435

%66.56
%16.56
%16.88

CMYK Percentages of Color #d13435

%0
%75
%75
%18

Triadic Colors of #d13435

#d13435 #35d134 #3435d1

Analogous Colors of #d13435

#d13435 #d18234 #d13484

Monochromatic Colors of #d13435

#d13435

Complementary Color

#d13435 #34d1d0

#d13435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13435 Color CSS Codes

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

#d13435 Text Font Color

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

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


#d13435 Background Color

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

This div background color is #d13435


#d13435 Border Color

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

This div border color is #d13435


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13435


Comments

No comments written yet.

Please login to write comment.