Color Hex Logo

#dc0116 Color Hex

#DC0116
(220,1,22)
0 Favorites   0 Comments

Color spaces of #dc0116

RGB 220122
HSL0.980.990.43
HSV354°100°86°
CMYK 0.001.000.90   0.14
XYZ29.670915.29532.1475
Yxy15.29530.62980.3246
Hunter Lab39.109266.981124.1208
CIE-Lab46.036071.786352.9221

#dc0116 color RGB value is (220,1,22).

#dc0116 hex color red value is 220, green value is 1 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dc0116 hue: 0.98 , saturation: 0.99 and the lightness value of dc0116 is 0.43.

The process color (four color CMYK) of #dc0116 color hex is 0.00, 1.00, 0.90, 0.14. Web safe color of #dc0116 is #cc0000. Color #dc0116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000001 00010110
Octal 334 1 26
Decimal 220 1 22
Hex DC 1 16

RGB Percentages of Color #dc0116

%90.53
%0.41
%9.05

CMYK Percentages of Color #dc0116

%0
%100
%90
%14

Triadic Colors of #dc0116

#dc0116 #16dc01 #0116dc

Analogous Colors of #dc0116

#dc0116 #dc5901 #dc0184

Monochromatic Colors of #dc0116

#dc0116

Complementary Color

#dc0116 #01dcc7

#dc0116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc0116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc0116 Color CSS Codes

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

#dc0116 Text Font Color

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

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


#dc0116 Background Color

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

This div background color is #dc0116


#dc0116 Border Color

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

This div border color is #dc0116


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,1,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc0116; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc0116;
  -webkit-box-shadow: 1px 1px 3px 2px #dc0116;
  box-shadow:         1px 1px 3px 2px #dc0116; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,1,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc0116


Comments

No comments written yet.

Please login to write comment.