Color Hex Logo

#dc170e Color Hex

#DC170E
(220,23,14)
0 Favorites   0 Comments

Color spaces of #dc170e

RGB 2202314
HSL0.010.880.46
HSV94°86°
CMYK 0.000.900.94   0.14
XYZ29.900915.86011.9008
Yxy15.86010.62740.3328
Hunter Lab39.824764.326725.0475
CIE-Lab46.790469.408956.3767

#dc170e color RGB value is (220,23,14).

#dc170e hex color red value is 220, green value is 23 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dc170e hue: 0.01 , saturation: 0.88 and the lightness value of dc170e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010111 00001110
Octal 334 27 16
Decimal 220 23 14
Hex DC 17 E

RGB Percentages of Color #dc170e

%85.60
%8.95
%5.45

CMYK Percentages of Color #dc170e

%0
%90
%94
%14

Triadic Colors of #dc170e

#dc170e #0edc17 #170edc

Analogous Colors of #dc170e

#dc170e #dc7e0e #dc0e6c

Monochromatic Colors of #dc170e

#dc170e

Complementary Color

#dc170e #0ed3dc

#dc170e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc170e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc170e Color CSS Codes

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

#dc170e Text Font Color

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

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


#dc170e Background Color

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

This div background color is #dc170e


#dc170e Border Color

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

This div border color is #dc170e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc170e


Comments

No comments written yet.

Please login to write comment.