Color Hex Logo

#df412a Color Hex

#DF412A
(223,65,42)
0 Favorites   0 Comments

Color spaces of #df412a

RGB 2236542
HSL0.020.740.52
HSV81°87°
CMYK 0.000.710.81   0.13
XYZ32.739619.63574.2550
Yxy19.63570.57810.3467
Hunter Lab44.312254.336525.3253
CIE-Lab51.422859.879348.3764

#df412a color RGB value is (223,65,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000001 00101010
Octal 337 101 52
Decimal 223 65 42
Hex DF 41 2A

RGB Percentages of Color #df412a

%67.58
%19.70
%12.73

CMYK Percentages of Color #df412a

%0
%71
%81
%13

Triadic Colors of #df412a

#df412a #2adf41 #412adf

Analogous Colors of #df412a

#df412a #df9c2a #df2a6e

Monochromatic Colors of #df412a

#df412a

Complementary Color

#df412a #2ac8df

#df412a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df412a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df412a Color CSS Codes

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

#df412a Text Font Color

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

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


#df412a Background Color

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

This div background color is #df412a


#df412a Border Color

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

This div border color is #df412a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df412a


Comments

No comments written yet.

Please login to write comment.