Color Hex Logo

#df1307 Color Hex

#DF1307
(223,19,7)
0 Favorites   0 Comments

Color spaces of #df1307

RGB 223197
HSL0.010.940.45
HSV97°87°
CMYK 0.000.910.97   0.13
XYZ30.702616.16911.7037
Yxy16.16910.63210.3329
Hunter Lab40.210865.923125.6355
CIE-Lab47.195670.674958.9343

#df1307 color RGB value is (223,19,7).

#df1307 hex color red value is 223, green value is 19 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #df1307 hue: 0.01 , saturation: 0.94 and the lightness value of df1307 is 0.45.

The process color (four color CMYK) of #df1307 color hex is 0.00, 0.91, 0.97, 0.13. Web safe color of #df1307 is #cc0000. Color #df1307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010011 00000111
Octal 337 23 7
Decimal 223 19 7
Hex DF 13 7

RGB Percentages of Color #df1307

%89.56
%7.63
%2.81

CMYK Percentages of Color #df1307

%0
%91
%97
%13

Triadic Colors of #df1307

#df1307 #07df13 #1307df

Analogous Colors of #df1307

#df1307 #df7f07 #df0767

Monochromatic Colors of #df1307

#df1307

Complementary Color

#df1307 #07d3df

#df1307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df1307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df1307 Color CSS Codes

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

#df1307 Text Font Color

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

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


#df1307 Background Color

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

This div background color is #df1307


#df1307 Border Color

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

This div border color is #df1307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df1307


Comments

No comments written yet.

Please login to write comment.