Color Hex Logo

#df040e Color Hex

#DF040E
(223,4,14)
0 Favorites   0 Comments

Color spaces of #df040e

RGB 223414
HSL0.990.960.45
HSV357°98°87°
CMYK 0.000.980.94   0.13
XYZ30.554115.80651.8560
Yxy15.80650.63370.3278
Hunter Lab39.757467.604325.0623
CIE-Lab46.719672.172556.6654

#df040e color RGB value is (223,4,14).

#df040e hex color red value is 223, green value is 4 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #df040e hue: 0.99 , saturation: 0.96 and the lightness value of df040e is 0.45.

The process color (four color CMYK) of #df040e color hex is 0.00, 0.98, 0.94, 0.13. Web safe color of #df040e is #cc0000. Color #df040e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000100 00001110
Octal 337 4 16
Decimal 223 4 14
Hex DF 4 E

RGB Percentages of Color #df040e

%92.53
%1.66
%5.81

CMYK Percentages of Color #df040e

%0
%98
%94
%13

Triadic Colors of #df040e

#df040e #0edf04 #040edf

Analogous Colors of #df040e

#df040e #df6804 #df047c

Monochromatic Colors of #df040e

#df040e

Complementary Color

#df040e #04dfd5

#df040e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df040e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df040e Color CSS Codes

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

#df040e Text Font Color

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

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


#df040e Background Color

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

This div background color is #df040e


#df040e Border Color

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

This div border color is #df040e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df040e


Comments

No comments written yet.

Please login to write comment.