Color Hex Logo

#d13500 Color Hex

#D13500
(209,53,0)
0 Favorites   0 Comments

Color spaces of #d13500

RGB 209530
HSL0.041.000.41
HSV15°100°82°
CMYK 0.000.751.00   0.18
XYZ27.567616.10151.6549
Yxy16.10150.60820.3553
Hunter Lab40.126752.410425.6434
CIE-Lab47.107458.956659.2645

#d13500 color RGB value is (209,53,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110101 00000000
Octal 321 65 0
Decimal 209 53 0
Hex D1 35 0

RGB Percentages of Color #d13500

%79.77
%20.23
%0.00

CMYK Percentages of Color #d13500

%0
%75
%100
%18

Triadic Colors of #d13500

#d13500 #00d135 #3500d1

Analogous Colors of #d13500

#d13500 #d19e00 #d10033

Monochromatic Colors of #d13500

#d13500

Complementary Color

#d13500 #009cd1

#d13500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13500 Color CSS Codes

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

#d13500 Text Font Color

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

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


#d13500 Background Color

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

This div background color is #d13500


#d13500 Border Color

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

This div border color is #d13500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13500


Comments

No comments written yet.

Please login to write comment.