Color Hex Logo

#df412c Color Hex

#DF412C
(223,65,44)
0 Favorites   0 Comments

Color spaces of #df412c

RGB 2236544
HSL0.020.740.52
HSV80°87°
CMYK 0.000.710.80   0.13
XYZ32.776319.65044.4483
Yxy19.65040.57630.3455
Hunter Lab44.328854.406025.0805
CIE-Lab51.439659.937847.3929

#df412c color RGB value is (223,65,44).

#df412c hex color red value is 223, green value is 65 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #df412c hue: 0.02 , saturation: 0.74 and the lightness value of df412c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000001 00101100
Octal 337 101 54
Decimal 223 65 44
Hex DF 41 2C

RGB Percentages of Color #df412c

%67.17
%19.58
%13.25

CMYK Percentages of Color #df412c

%0
%71
%80
%13

Triadic Colors of #df412c

#df412c #2cdf41 #412cdf

Analogous Colors of #df412c

#df412c #df9b2c #df2c71

Monochromatic Colors of #df412c

#df412c

Complementary Color

#df412c #2ccadf

#df412c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df412c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df412c Color CSS Codes

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

#df412c Text Font Color

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

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


#df412c Background Color

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

This div background color is #df412c


#df412c Border Color

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

This div border color is #df412c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df412c


Comments

No comments written yet.

Please login to write comment.