Color Hex Logo

#df292e Color Hex

#DF292E
(223,41,46)
0 Favorites   0 Comments

Color spaces of #df292e

RGB 2234146
HSL1.000.740.52
HSV358°82°87°
CMYK 0.000.820.79   0.13
XYZ31.717517.47114.2853
Yxy17.47110.59310.3267
Hunter Lab41.798462.302123.1803
CIE-Lab48.848267.290743.7768

#df292e color RGB value is (223,41,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101001 00101110
Octal 337 51 56
Decimal 223 41 46
Hex DF 29 2E

RGB Percentages of Color #df292e

%71.94
%13.23
%14.84

CMYK Percentages of Color #df292e

%0
%82
%79
%13

Triadic Colors of #df292e

#df292e #2edf29 #292edf

Analogous Colors of #df292e

#df292e #df7f29 #df2989

Monochromatic Colors of #df292e

#df292e

Complementary Color

#df292e #29dfda

#df292e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df292e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df292e Color CSS Codes

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

#df292e Text Font Color

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

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


#df292e Background Color

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

This div background color is #df292e


#df292e Border Color

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

This div border color is #df292e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df292e


Comments

No comments written yet.

Please login to write comment.