Color Hex Logo

#df420e Color Hex

#DF420E
(223,66,14)
0 Favorites   0 Comments

Color spaces of #df420e

RGB 2236614
HSL0.040.880.46
HSV15°94°87°
CMYK 0.000.700.94   0.13
XYZ32.458919.61612.4910
Yxy19.61610.59490.3595
Hunter Lab44.290153.309827.6684
CIE-Lab51.400458.971559.4311

#df420e color RGB value is (223,66,14).

#df420e hex color red value is 223, green value is 66 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #df420e hue: 0.04 , saturation: 0.88 and the lightness value of df420e is 0.46.

The process color (four color CMYK) of #df420e color hex is 0.00, 0.70, 0.94, 0.13. Web safe color of #df420e is #cc3300. Color #df420e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000010 00001110
Octal 337 102 16
Decimal 223 66 14
Hex DF 42 E

RGB Percentages of Color #df420e

%73.60
%21.78
%4.62

CMYK Percentages of Color #df420e

%0
%70
%94
%13

Triadic Colors of #df420e

#df420e #0edf42 #420edf

Analogous Colors of #df420e

#df420e #dfab0e #df0e42

Monochromatic Colors of #df420e

#df420e

Complementary Color

#df420e #0eabdf

#df420e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df420e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df420e Color CSS Codes

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

#df420e Text Font Color

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

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


#df420e Background Color

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

This div background color is #df420e


#df420e Border Color

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

This div border color is #df420e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,66,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 #df420e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df420e

#df420e Color Palettes


Comments

No comments written yet.

Please login to write comment.