Color Hex Logo

#df192e Color Hex

#DF192E
(223,25,46)
0 Favorites   0 Comments

Color spaces of #df192e

RGB 2232546
HSL0.980.800.49
HSV354°89°87°
CMYK 0.000.890.79   0.13
XYZ31.272216.58054.1369
Yxy16.58050.60150.3189
Hunter Lab40.719265.829022.4798
CIE-Lab47.727170.492642.6383

#df192e color RGB value is (223,25,46).

#df192e hex color red value is 223, green value is 25 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #df192e hue: 0.98 , saturation: 0.80 and the lightness value of df192e is 0.49.

The process color (four color CMYK) of #df192e color hex is 0.00, 0.89, 0.79, 0.13. Web safe color of #df192e is #cc0033. Color #df192e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011001 00101110
Octal 337 31 56
Decimal 223 25 46
Hex DF 19 2E

RGB Percentages of Color #df192e

%75.85
%8.50
%15.65

CMYK Percentages of Color #df192e

%0
%89
%79
%13

Triadic Colors of #df192e

#df192e #2edf19 #192edf

Analogous Colors of #df192e

#df192e #df6719 #df1991

Monochromatic Colors of #df192e

#df192e

Complementary Color

#df192e #19dfca

#df192e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df192e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df192e Color CSS Codes

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

#df192e Text Font Color

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

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


#df192e Background Color

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

This div background color is #df192e


#df192e Border Color

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

This div border color is #df192e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df192e


Comments

No comments written yet.

Please login to write comment.