Color Hex Logo

#df401f Color Hex

#DF401F
(223,64,31)
0 Favorites   0 Comments

Color spaces of #df401f

RGB 2236431
HSL0.030.760.50
HSV10°86°87°
CMYK 0.000.710.86   0.13
XYZ32.512119.45373.3377
Yxy19.45370.58790.3518
Hunter Lab44.106354.391526.3877
CIE-Lab51.213859.966353.2929

#df401f color RGB value is (223,64,31).

#df401f hex color red value is 223, green value is 64 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #df401f hue: 0.03 , saturation: 0.76 and the lightness value of df401f is 0.50.

The process color (four color CMYK) of #df401f color hex is 0.00, 0.71, 0.86, 0.13. Web safe color of #df401f is #cc3333. Color #df401f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000000 00011111
Octal 337 100 37
Decimal 223 64 31
Hex DF 40 1F

RGB Percentages of Color #df401f

%70.13
%20.13
%9.75

CMYK Percentages of Color #df401f

%0
%71
%86
%13

Triadic Colors of #df401f

#df401f #1fdf40 #401fdf

Analogous Colors of #df401f

#df401f #dfa01f #df1f5e

Monochromatic Colors of #df401f

#df401f

Complementary Color

#df401f #1fbedf

#df401f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df401f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df401f Color CSS Codes

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

#df401f Text Font Color

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

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


#df401f Background Color

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

This div background color is #df401f


#df401f Border Color

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

This div border color is #df401f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df401f


Comments

No comments written yet.

Please login to write comment.