Color Hex Logo

#df4a1d Color Hex

#DF4A1D
(223,74,29)
0 Favorites   0 Comments

Color spaces of #df4a1d

RGB 2237429
HSL0.040.770.49
HSV14°87°87°
CMYK 0.000.670.87   0.13
XYZ33.102020.67423.4083
Yxy20.67420.57890.3615
Hunter Lab45.468950.380027.3839
CIE-Lab52.591156.132255.2292

#df4a1d color RGB value is (223,74,29).

#df4a1d hex color red value is 223, green value is 74 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #df4a1d hue: 0.04 , saturation: 0.77 and the lightness value of df4a1d is 0.49.

The process color (four color CMYK) of #df4a1d color hex is 0.00, 0.67, 0.87, 0.13. Web safe color of #df4a1d is #cc3333. Color #df4a1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001010 00011101
Octal 337 112 35
Decimal 223 74 29
Hex DF 4A 1D

RGB Percentages of Color #df4a1d

%68.40
%22.70
%8.90

CMYK Percentages of Color #df4a1d

%0
%67
%87
%13

Triadic Colors of #df4a1d

#df4a1d #1ddf4a #4a1ddf

Analogous Colors of #df4a1d

#df4a1d #dfab1d #df1d51

Monochromatic Colors of #df4a1d

#df4a1d

Complementary Color

#df4a1d #1db2df

#df4a1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4a1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4a1d Color CSS Codes

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

#df4a1d Text Font Color

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

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


#df4a1d Background Color

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

This div background color is #df4a1d


#df4a1d Border Color

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

This div border color is #df4a1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4a1d


Comments

No comments written yet.

Please login to write comment.