Color Hex Logo

#df140f Color Hex

#DF140F
(223,20,15)
0 Favorites   0 Comments

Color spaces of #df140f

RGB 2232015
HSL0.000.870.47
HSV93°87°
CMYK 0.000.910.93   0.13
XYZ30.767816.22281.9616
Yxy16.22280.62850.3314
Hunter Lab40.277565.869525.3067
CIE-Lab47.265470.616456.6483

#df140f color RGB value is (223,20,15).

#df140f hex color red value is 223, green value is 20 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #df140f hue: 0.00 , saturation: 0.87 and the lightness value of df140f is 0.47.

The process color (four color CMYK) of #df140f color hex is 0.00, 0.91, 0.93, 0.13. Web safe color of #df140f is #cc0000. Color #df140f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010100 00001111
Octal 337 24 17
Decimal 223 20 15
Hex DF 14 F

RGB Percentages of Color #df140f

%86.43
%7.75
%5.81

CMYK Percentages of Color #df140f

%0
%91
%93
%13

Triadic Colors of #df140f

#df140f #0fdf14 #140fdf

Analogous Colors of #df140f

#df140f #df7c0f #df0f72

Monochromatic Colors of #df140f

#df140f

Complementary Color

#df140f #0fdadf

#df140f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df140f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df140f Color CSS Codes

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

#df140f Text Font Color

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

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


#df140f Background Color

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

This div background color is #df140f


#df140f Border Color

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

This div border color is #df140f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df140f


Comments

No comments written yet.

Please login to write comment.