Color Hex Logo

#df180e Color Hex

#DF180E
(223,24,14)
0 Favorites   0 Comments

Color spaces of #df180e

RGB 2232414
HSL0.010.880.46
HSV94°87°
CMYK 0.000.890.94   0.13
XYZ30.837316.37291.9505
Yxy16.37290.62730.3330
Hunter Lab40.463465.224325.4664
CIE-Lab47.460070.036257.0828

#df180e color RGB value is (223,24,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011000 00001110
Octal 337 30 16
Decimal 223 24 14
Hex DF 18 E

RGB Percentages of Color #df180e

%85.44
%9.20
%5.36

CMYK Percentages of Color #df180e

%0
%89
%94
%13

Triadic Colors of #df180e

#df180e #0edf18 #180edf

Analogous Colors of #df180e

#df180e #df810e #df0e6d

Monochromatic Colors of #df180e

#df180e

Complementary Color

#df180e #0ed5df

#df180e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df180e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df180e Color CSS Codes

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

#df180e Text Font Color

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

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


#df180e Background Color

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

This div background color is #df180e


#df180e Border Color

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

This div border color is #df180e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df180e


Comments

No comments written yet.

Please login to write comment.