Color Hex Logo

#df170f Color Hex

#DF170F
(223,23,15)
0 Favorites   0 Comments

Color spaces of #df170f

RGB 2232315
HSL0.010.870.47
HSV93°87°
CMYK 0.000.900.93   0.13
XYZ30.824016.33531.9803
Yxy16.33530.62730.3324
Hunter Lab40.417065.403425.3868
CIE-Lab47.411470.196456.7338

#df170f color RGB value is (223,23,15).

#df170f hex color red value is 223, green value is 23 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #df170f hue: 0.01 , saturation: 0.87 and the lightness value of df170f is 0.47.

The process color (four color CMYK) of #df170f color hex is 0.00, 0.90, 0.93, 0.13. Web safe color of #df170f is #cc0000. Color #df170f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010111 00001111
Octal 337 27 17
Decimal 223 23 15
Hex DF 17 F

RGB Percentages of Color #df170f

%85.44
%8.81
%5.75

CMYK Percentages of Color #df170f

%0
%90
%93
%13

Triadic Colors of #df170f

#df170f #0fdf17 #170fdf

Analogous Colors of #df170f

#df170f #df7f0f #df0f6f

Monochromatic Colors of #df170f

#df170f

Complementary Color

#df170f #0fd7df

#df170f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df170f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df170f Color CSS Codes

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

#df170f Text Font Color

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

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


#df170f Background Color

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

This div background color is #df170f


#df170f Border Color

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

This div border color is #df170f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df170f


Comments

No comments written yet.

Please login to write comment.