Color Hex Logo

#d53c0f Color Hex

#D53C0F
(213,60,15)
0 Favorites   0 Comments

Color spaces of #d53c0f

RGB 2136015
HSL0.040.870.45
HSV14°93°84°
CMYK 0.000.720.93   0.16
XYZ29.142717.41232.2769
Yxy17.41230.59680.3566
Hunter Lab41.728051.639625.9745
CIE-Lab48.775457.954056.5809

#d53c0f color RGB value is (213,60,15).

#d53c0f hex color red value is 213, green value is 60 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #d53c0f hue: 0.04 , saturation: 0.87 and the lightness value of d53c0f is 0.45.

The process color (four color CMYK) of #d53c0f color hex is 0.00, 0.72, 0.93, 0.16. Web safe color of #d53c0f is #cc3300. Color #d53c0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111100 00001111
Octal 325 74 17
Decimal 213 60 15
Hex D5 3C F

RGB Percentages of Color #d53c0f

%73.96
%20.83
%5.21

CMYK Percentages of Color #d53c0f

%0
%72
%93
%16

Triadic Colors of #d53c0f

#d53c0f #0fd53c #3c0fd5

Analogous Colors of #d53c0f

#d53c0f #d59f0f #d50f45

Monochromatic Colors of #d53c0f

#d53c0f

Complementary Color

#d53c0f #0fa8d5

#d53c0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53c0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53c0f Color CSS Codes

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

#d53c0f Text Font Color

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

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


#d53c0f Background Color

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

This div background color is #d53c0f


#d53c0f Border Color

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

This div border color is #d53c0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,60,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d53c0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d53c0f;
  -webkit-box-shadow: 1px 1px 3px 2px #d53c0f;
  box-shadow:         1px 1px 3px 2px #d53c0f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,60,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53c0f


Comments

No comments written yet.

Please login to write comment.