Color Hex Logo

#df1129 Color Hex

#DF1129
(223,17,41)
0 Favorites   0 Comments

Color spaces of #df1129

RGB 2231741
HSL0.980.860.47
HSV353°92°87°
CMYK 0.000.920.82   0.13
XYZ31.032116.24903.5986
Yxy16.24900.60990.3194
Hunter Lab40.310066.873022.9240
CIE-Lab47.299571.449944.9539

#df1129 color RGB value is (223,17,41).

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

The process color (four color CMYK) of #df1129 color hex is 0.00, 0.92, 0.82, 0.13. Web safe color of #df1129 is #cc0033. Color #df1129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010001 00101001
Octal 337 21 51
Decimal 223 17 41
Hex DF 11 29

RGB Percentages of Color #df1129

%79.36
%6.05
%14.59

CMYK Percentages of Color #df1129

%0
%92
%82
%13

Triadic Colors of #df1129

#df1129 #29df11 #1129df

Analogous Colors of #df1129

#df1129 #df6011 #df1190

Monochromatic Colors of #df1129

#df1129

Complementary Color

#df1129 #11dfc7

#df1129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df1129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df1129 Color CSS Codes

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

#df1129 Text Font Color

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

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


#df1129 Background Color

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

This div background color is #df1129


#df1129 Border Color

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

This div border color is #df1129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df1129


Comments

No comments written yet.

Please login to write comment.