Color Hex Logo

#df190f Color Hex

#DF190F
(223,25,15)
0 Favorites   0 Comments

Color spaces of #df190f

RGB 2232515
HSL0.010.870.47
HSV93°87°
CMYK 0.000.890.93   0.13
XYZ30.865316.41771.9941
Yxy16.41770.62640.3332
Hunter Lab40.518865.065125.4452
CIE-Lab47.517869.890956.7954

#df190f color RGB value is (223,25,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011001 00001111
Octal 337 31 17
Decimal 223 25 15
Hex DF 19 F

RGB Percentages of Color #df190f

%84.79
%9.51
%5.70

CMYK Percentages of Color #df190f

%0
%89
%93
%13

Triadic Colors of #df190f

#df190f #0fdf19 #190fdf

Analogous Colors of #df190f

#df190f #df810f #df0f6d

Monochromatic Colors of #df190f

#df190f

Complementary Color

#df190f #0fd5df

#df190f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df190f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df190f Color CSS Codes

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

#df190f Text Font Color

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

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


#df190f Background Color

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

This div background color is #df190f


#df190f Border Color

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

This div border color is #df190f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df190f


Comments

No comments written yet.

Please login to write comment.