Color Hex Logo

#df011c Color Hex

#DF011C
(223,1,28)
0 Favorites   0 Comments

Color spaces of #df011c

RGB 223128
HSL0.980.990.44
HSV353°100°87°
CMYK 0.001.000.87   0.13
XYZ30.651915.79352.5315
Yxy15.79350.62580.3225
Hunter Lab39.741068.128624.0420
CIE-Lab46.702472.611751.0251

#df011c color RGB value is (223,1,28).

#df011c hex color red value is 223, green value is 1 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #df011c hue: 0.98 , saturation: 0.99 and the lightness value of df011c is 0.44.

The process color (four color CMYK) of #df011c color hex is 0.00, 1.00, 0.87, 0.13. Web safe color of #df011c is #cc0033. Color #df011c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000001 00011100
Octal 337 1 34
Decimal 223 1 28
Hex DF 1 1C

RGB Percentages of Color #df011c

%88.49
%0.40
%11.11

CMYK Percentages of Color #df011c

%0
%100
%87
%13

Triadic Colors of #df011c

#df011c #1cdf01 #011cdf

Analogous Colors of #df011c

#df011c #df5501 #df018b

Monochromatic Colors of #df011c

#df011c

Complementary Color

#df011c #01dfc4

#df011c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df011c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df011c Color CSS Codes

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

#df011c Text Font Color

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

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


#df011c Background Color

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

This div background color is #df011c


#df011c Border Color

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

This div border color is #df011c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df011c


Comments

No comments written yet.

Please login to write comment.