Color Hex Logo

#df193a Color Hex

#DF193A
(223,25,58)
0 Favorites   0 Comments

Color spaces of #df193a

RGB 2232558
HSL0.970.800.49
HSV350°89°87°
CMYK 0.000.890.74   0.13
XYZ31.542816.68875.5617
Yxy16.68870.58640.3102
Hunter Lab40.851866.334120.5243
CIE-Lab47.865470.889135.9056

#df193a color RGB value is (223,25,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011001 00111010
Octal 337 31 72
Decimal 223 25 58
Hex DF 19 3A

RGB Percentages of Color #df193a

%72.88
%8.17
%18.95

CMYK Percentages of Color #df193a

%0
%89
%74
%13

Triadic Colors of #df193a

#df193a #3adf19 #193adf

Analogous Colors of #df193a

#df193a #df5b19 #df199d

Monochromatic Colors of #df193a

#df193a

Complementary Color

#df193a #19dfbe

#df193a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df193a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df193a Color CSS Codes

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

#df193a Text Font Color

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

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


#df193a Background Color

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

This div background color is #df193a


#df193a Border Color

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

This div border color is #df193a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df193a


Comments

No comments written yet.

Please login to write comment.