Color Hex Logo

#d0112c Color Hex

#D0112C
(208,17,44)
0 Favorites   0 Comments

Color spaces of #d0112c

RGB 2081744
HSL0.980.850.44
HSV352°92°82°
CMYK 0.000.920.79   0.18
XYZ26.667513.99263.6782
Yxy13.99260.60150.3156
Hunter Lab37.406761.792320.3547
CIE-Lab44.222367.750239.1786

#d0112c color RGB value is (208,17,44).

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

The process color (four color CMYK) of #d0112c color hex is 0.00, 0.92, 0.79, 0.18. Web safe color of #d0112c is #cc0033. Color #d0112c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010001 00101100
Octal 320 21 54
Decimal 208 17 44
Hex D0 11 2C

RGB Percentages of Color #d0112c

%77.32
%6.32
%16.36

CMYK Percentages of Color #d0112c

%0
%92
%79
%18

Triadic Colors of #d0112c

#d0112c #2cd011 #112cd0

Analogous Colors of #d0112c

#d0112c #d05511 #d0118c

Monochromatic Colors of #d0112c

#d0112c

Complementary Color

#d0112c #11d0b5

#d0112c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0112c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0112c Color CSS Codes

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

#d0112c Text Font Color

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

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


#d0112c Background Color

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

This div background color is #d0112c


#d0112c Border Color

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

This div border color is #d0112c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0112c


Comments

No comments written yet.

Please login to write comment.