Color Hex Logo

#df163e Color Hex

#DF163E
(223,22,62)
0 Favorites   0 Comments

Color spaces of #df163e

RGB 2232262
HSL0.970.820.48
HSV348°90°87°
CMYK 0.000.900.72   0.13
XYZ31.587816.60966.0985
Yxy16.60960.58180.3059
Hunter Lab40.754967.028619.6563
CIE-Lab47.764371.489333.4168

#df163e color RGB value is (223,22,62).

#df163e hex color red value is 223, green value is 22 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #df163e hue: 0.97 , saturation: 0.82 and the lightness value of df163e is 0.48.

The process color (four color CMYK) of #df163e color hex is 0.00, 0.90, 0.72, 0.13. Web safe color of #df163e is #cc0033. Color #df163e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010110 00111110
Octal 337 26 76
Decimal 223 22 62
Hex DF 16 3E

RGB Percentages of Color #df163e

%72.64
%7.17
%20.20

CMYK Percentages of Color #df163e

%0
%90
%72
%13

Triadic Colors of #df163e

#df163e #3edf16 #163edf

Analogous Colors of #df163e

#df163e #df5216 #df16a3

Monochromatic Colors of #df163e

#df163e

Complementary Color

#df163e #16dfb7

#df163e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df163e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df163e Color CSS Codes

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

#df163e Text Font Color

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

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


#df163e Background Color

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

This div background color is #df163e


#df163e Border Color

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

This div border color is #df163e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df163e


Comments

No comments written yet.

Please login to write comment.