Color Hex Logo

#d4113f Color Hex

#D4113F
(212,17,63)
0 Favorites   0 Comments

Color spaces of #d4113f

RGB 2121763
HSL0.960.850.45
HSV346°92°83°
CMYK 0.000.920.70   0.17
XYZ28.249014.75686.0621
Yxy14.75680.57570.3007
Hunter Lab38.414664.038417.5338
CIE-Lab45.299369.454929.3193

#d4113f color RGB value is (212,17,63).

#d4113f hex color red value is 212, green value is 17 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d4113f hue: 0.96 , saturation: 0.85 and the lightness value of d4113f is 0.45.

The process color (four color CMYK) of #d4113f color hex is 0.00, 0.92, 0.70, 0.17. Web safe color of #d4113f is #cc0033. Color #d4113f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010001 00111111
Octal 324 21 77
Decimal 212 17 63
Hex D4 11 3F

RGB Percentages of Color #d4113f

%72.60
%5.82
%21.58

CMYK Percentages of Color #d4113f

%0
%92
%70
%17

Triadic Colors of #d4113f

#d4113f #3fd411 #113fd4

Analogous Colors of #d4113f

#d4113f #d44411 #d411a1

Monochromatic Colors of #d4113f

#d4113f

Complementary Color

#d4113f #11d4a6

#d4113f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4113f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4113f Color CSS Codes

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

#d4113f Text Font Color

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

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


#d4113f Background Color

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

This div background color is #d4113f


#d4113f Border Color

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

This div border color is #d4113f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4113f


Comments

No comments written yet.

Please login to write comment.