Color Hex Logo

#df170b Color Hex

#DF170B
(223,23,11)
0 Favorites   0 Comments

Color spaces of #df170b

RGB 2232311
HSL0.010.910.46
HSV95°87°
CMYK 0.000.900.95   0.13
XYZ30.798216.32491.8444
Yxy16.32490.62900.3334
Hunter Lab40.404165.355325.5763
CIE-Lab47.397970.158557.9424

#df170b color RGB value is (223,23,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010111 00001011
Octal 337 27 13
Decimal 223 23 11
Hex DF 17 B

RGB Percentages of Color #df170b

%86.77
%8.95
%4.28

CMYK Percentages of Color #df170b

%0
%90
%95
%13

Triadic Colors of #df170b

#df170b #0bdf17 #170bdf

Analogous Colors of #df170b

#df170b #df810b #df0b69

Monochromatic Colors of #df170b

#df170b

Complementary Color

#df170b #0bd3df

#df170b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df170b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df170b Color CSS Codes

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

#df170b Text Font Color

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

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


#df170b Background Color

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

This div background color is #df170b


#df170b Border Color

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

This div border color is #df170b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df170b


Comments

No comments written yet.

Please login to write comment.