Color Hex Logo

#df201c Color Hex

#DF201C
(223,32,28)
0 Favorites   0 Comments

Color spaces of #df201c

RGB 2233228
HSL0.000.780.49
HSV87°87°
CMYK 0.000.860.87   0.13
XYZ31.157516.80482.7001
Yxy16.80480.61500.3317
Hunter Lab40.993763.931224.7903
CIE-Lab48.013168.837052.0449

#df201c color RGB value is (223,32,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100000 00011100
Octal 337 40 34
Decimal 223 32 28
Hex DF 20 1C

RGB Percentages of Color #df201c

%78.80
%11.31
%9.89

CMYK Percentages of Color #df201c

%0
%86
%87
%13

Triadic Colors of #df201c

#df201c #1cdf20 #201cdf

Analogous Colors of #df201c

#df201c #df821c #df1c7a

Monochromatic Colors of #df201c

#df201c

Complementary Color

#df201c #1cdbdf

#df201c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df201c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df201c Color CSS Codes

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

#df201c Text Font Color

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

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


#df201c Background Color

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

This div background color is #df201c


#df201c Border Color

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

This div border color is #df201c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df201c


Comments

No comments written yet.

Please login to write comment.