Color Hex Logo

#d9112f Color Hex

#D9112F
(217,17,47)
0 Favorites   0 Comments

Color spaces of #d9112f

RGB 2171747
HSL0.980.850.46
HSV351°92°85°
CMYK 0.000.920.78   0.15
XYZ29.328815.35784.1079
Yxy15.35780.60110.3147
Hunter Lab39.189065.007421.2174
CIE-Lab46.120470.114040.0257

#d9112f color RGB value is (217,17,47).

#d9112f hex color red value is 217, green value is 17 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d9112f hue: 0.98 , saturation: 0.85 and the lightness value of d9112f is 0.46.

The process color (four color CMYK) of #d9112f color hex is 0.00, 0.92, 0.78, 0.15. Web safe color of #d9112f is #cc0033. Color #d9112f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010001 00101111
Octal 331 21 57
Decimal 217 17 47
Hex D9 11 2F

RGB Percentages of Color #d9112f

%77.22
%6.05
%16.73

CMYK Percentages of Color #d9112f

%0
%92
%78
%15

Triadic Colors of #d9112f

#d9112f #2fd911 #112fd9

Analogous Colors of #d9112f

#d9112f #d95711 #d91193

Monochromatic Colors of #d9112f

#d9112f

Complementary Color

#d9112f #11d9bb

#d9112f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9112f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9112f Color CSS Codes

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

#d9112f Text Font Color

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

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


#d9112f Background Color

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

This div background color is #d9112f


#d9112f Border Color

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

This div border color is #d9112f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9112f


Comments

No comments written yet.

Please login to write comment.