Color Hex Logo

#df031c Color Hex

#DF031C
(223,3,28)
0 Favorites   0 Comments

Color spaces of #df031c

RGB 223328
HSL0.980.970.44
HSV353°99°87°
CMYK 0.000.990.87   0.13
XYZ30.673615.83692.5388
Yxy15.83690.62540.3229
Hunter Lab39.795667.941724.0745
CIE-Lab46.759872.445351.0692

#df031c color RGB value is (223,3,28).

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

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

Base Numbers

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

RGB Percentages of Color #df031c

%87.80
%1.18
%11.02

CMYK Percentages of Color #df031c

%0
%99
%87
%13

Triadic Colors of #df031c

#df031c #1cdf03 #031cdf

Analogous Colors of #df031c

#df031c #df5803 #df038a

Monochromatic Colors of #df031c

#df031c

Complementary Color

#df031c #03dfc6

#df031c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df031c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df031c Color CSS Codes

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

#df031c Text Font Color

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

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


#df031c Background Color

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

This div background color is #df031c


#df031c Border Color

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

This div border color is #df031c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df031c


Comments

No comments written yet.

Please login to write comment.