Color Hex Logo

#df240f Color Hex

#DF240F
(223,36,15)
0 Favorites   0 Comments

Color spaces of #df240f

RGB 2233615
HSL0.020.870.47
HSV93°87°
CMYK 0.000.840.93   0.13
XYZ31.148516.98422.0885
Yxy16.98420.62020.3382
Hunter Lab41.211962.791925.8437
CIE-Lab48.240167.825457.2217

#df240f color RGB value is (223,36,15).

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

The process color (four color CMYK) of #df240f color hex is 0.00, 0.84, 0.93, 0.13. Web safe color of #df240f is #cc3300. Color #df240f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100100 00001111
Octal 337 44 17
Decimal 223 36 15
Hex DF 24 F

RGB Percentages of Color #df240f

%81.39
%13.14
%5.47

CMYK Percentages of Color #df240f

%0
%84
%93
%13

Triadic Colors of #df240f

#df240f #0fdf24 #240fdf

Analogous Colors of #df240f

#df240f #df8c0f #df0f62

Monochromatic Colors of #df240f

#df240f

Complementary Color

#df240f #0fcadf

#df240f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df240f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df240f Color CSS Codes

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

#df240f Text Font Color

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

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


#df240f Background Color

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

This div background color is #df240f


#df240f Border Color

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

This div border color is #df240f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df240f


Comments

No comments written yet.

Please login to write comment.