Color Hex Logo

#d4390d Color Hex

#D4390D
(212,57,13)
0 Favorites   0 Comments

Color spaces of #d4390d

RGB 2125713
HSL0.040.880.44
HSV13°94°83°
CMYK 0.000.730.94   0.17
XYZ28.687216.95242.1409
Yxy16.95240.60040.3548
Hunter Lab41.173352.315425.7384
CIE-Lab48.200058.668356.7085

#d4390d color RGB value is (212,57,13).

#d4390d hex color red value is 212, green value is 57 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #d4390d hue: 0.04 , saturation: 0.88 and the lightness value of d4390d is 0.44.

The process color (four color CMYK) of #d4390d color hex is 0.00, 0.73, 0.94, 0.17. Web safe color of #d4390d is #cc3300. Color #d4390d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111001 00001101
Octal 324 71 15
Decimal 212 57 13
Hex D4 39 D

RGB Percentages of Color #d4390d

%75.18
%20.21
%4.61

CMYK Percentages of Color #d4390d

%0
%73
%94
%17

Triadic Colors of #d4390d

#d4390d #0dd439 #390dd4

Analogous Colors of #d4390d

#d4390d #d49d0d #d40d44

Monochromatic Colors of #d4390d

#d4390d

Complementary Color

#d4390d #0da8d4

#d4390d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4390d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4390d Color CSS Codes

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

#d4390d Text Font Color

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

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


#d4390d Background Color

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

This div background color is #d4390d


#d4390d Border Color

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

This div border color is #d4390d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4390d


Comments

No comments written yet.

Please login to write comment.