Color Hex Logo

#df293e Color Hex

#DF293E
(223,41,62)
0 Favorites   0 Comments

Color spaces of #df293e

RGB 2234162
HSL0.980.740.52
HSV353°82°87°
CMYK 0.000.820.72   0.13
XYZ32.093917.62176.2672
Yxy17.62170.57330.3148
Hunter Lab41.978263.008020.5330
CIE-Lab49.034067.856334.9068

#df293e color RGB value is (223,41,62).

#df293e hex color red value is 223, green value is 41 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #df293e hue: 0.98 , saturation: 0.74 and the lightness value of df293e is 0.52.

The process color (four color CMYK) of #df293e color hex is 0.00, 0.82, 0.72, 0.13. Web safe color of #df293e is #cc3333. Color #df293e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101001 00111110
Octal 337 51 76
Decimal 223 41 62
Hex DF 29 3E

RGB Percentages of Color #df293e

%68.40
%12.58
%19.02

CMYK Percentages of Color #df293e

%0
%82
%72
%13

Triadic Colors of #df293e

#df293e #3edf29 #293edf

Analogous Colors of #df293e

#df293e #df6f29 #df2999

Monochromatic Colors of #df293e

#df293e

Complementary Color

#df293e #29dfca

#df293e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df293e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df293e Color CSS Codes

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

#df293e Text Font Color

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

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


#df293e Background Color

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

This div background color is #df293e


#df293e Border Color

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

This div border color is #df293e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df293e


Comments

No comments written yet.

Please login to write comment.