Color Hex Logo

#df2d1c Color Hex

#DF2D1C
(223,45,28)
0 Favorites   0 Comments

Color spaces of #df2d1c

RGB 2234528
HSL0.010.780.49
HSV87°87°
CMYK 0.000.800.87   0.13
XYZ31.579417.64862.8407
Yxy17.64860.60650.3389
Hunter Lab42.010260.661825.3980
CIE-Lab49.067165.843252.8668

#df2d1c color RGB value is (223,45,28).

#df2d1c hex color red value is 223, green value is 45 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #df2d1c hue: 0.01 , saturation: 0.78 and the lightness value of df2d1c is 0.49.

The process color (four color CMYK) of #df2d1c color hex is 0.00, 0.80, 0.87, 0.13. Web safe color of #df2d1c is #cc3333. Color #df2d1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101101 00011100
Octal 337 55 34
Decimal 223 45 28
Hex DF 2D 1C

RGB Percentages of Color #df2d1c

%75.34
%15.20
%9.46

CMYK Percentages of Color #df2d1c

%0
%80
%87
%13

Triadic Colors of #df2d1c

#df2d1c #1cdf2d #2d1cdf

Analogous Colors of #df2d1c

#df2d1c #df8f1c #df1c6d

Monochromatic Colors of #df2d1c

#df2d1c

Complementary Color

#df2d1c #1ccedf

#df2d1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df2d1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df2d1c Color CSS Codes

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

#df2d1c Text Font Color

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

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


#df2d1c Background Color

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

This div background color is #df2d1c


#df2d1c Border Color

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

This div border color is #df2d1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df2d1c

#df2d1c Color Palettes


Comments

No comments written yet.

Please login to write comment.