Color Hex Logo

#df4115 Color Hex

#DF4115
(223,65,21)
0 Favorites   0 Comments

Color spaces of #df4115

RGB 2236521
HSL0.040.830.48
HSV13°91°87°
CMYK 0.000.710.91   0.13
XYZ32.457119.52272.7670
Yxy19.52270.59290.3566
Hunter Lab44.184553.799927.2162
CIE-Lab51.293259.426957.2225

#df4115 color RGB value is (223,65,21).

#df4115 hex color red value is 223, green value is 65 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #df4115 hue: 0.04 , saturation: 0.83 and the lightness value of df4115 is 0.48.

The process color (four color CMYK) of #df4115 color hex is 0.00, 0.71, 0.91, 0.13. Web safe color of #df4115 is #cc3300. Color #df4115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000001 00010101
Octal 337 101 25
Decimal 223 65 21
Hex DF 41 15

RGB Percentages of Color #df4115

%72.17
%21.04
%6.80

CMYK Percentages of Color #df4115

%0
%71
%91
%13

Triadic Colors of #df4115

#df4115 #15df41 #4115df

Analogous Colors of #df4115

#df4115 #dfa615 #df154e

Monochromatic Colors of #df4115

#df4115

Complementary Color

#df4115 #15b3df

#df4115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4115 Color CSS Codes

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

#df4115 Text Font Color

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

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


#df4115 Background Color

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

This div background color is #df4115


#df4115 Border Color

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

This div border color is #df4115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4115


Comments

No comments written yet.

Please login to write comment.