Color Hex Logo

#dc161a Color Hex

#DC161A
(220,22,26)
0 Favorites   0 Comments

Color spaces of #dc161a

RGB 2202226
HSL1.000.820.47
HSV359°90°86°
CMYK 0.000.900.88   0.14
XYZ29.988615.86402.4588
Yxy15.86400.62070.3284
Hunter Lab39.829664.694724.2206
CIE-Lab46.795669.718851.7375

#dc161a color RGB value is (220,22,26).

#dc161a hex color red value is 220, green value is 22 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #dc161a hue: 1.00 , saturation: 0.82 and the lightness value of dc161a is 0.47.

The process color (four color CMYK) of #dc161a color hex is 0.00, 0.90, 0.88, 0.14. Web safe color of #dc161a is #cc0033. Color #dc161a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010110 00011010
Octal 334 26 32
Decimal 220 22 26
Hex DC 16 1A

RGB Percentages of Color #dc161a

%82.09
%8.21
%9.70

CMYK Percentages of Color #dc161a

%0
%90
%88
%14

Triadic Colors of #dc161a

#dc161a #1adc16 #161adc

Analogous Colors of #dc161a

#dc161a #dc7516 #dc167d

Monochromatic Colors of #dc161a

#dc161a

Complementary Color

#dc161a #16dcd8

#dc161a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc161a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc161a Color CSS Codes

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

#dc161a Text Font Color

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

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


#dc161a Background Color

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

This div background color is #dc161a


#dc161a Border Color

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

This div border color is #dc161a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc161a


Comments

No comments written yet.

Please login to write comment.