Color Hex Logo

#df392a Color Hex

#DF392A
(223,57,42)
0 Favorites   0 Comments

Color spaces of #df392a

RGB 2235742
HSL0.010.740.52
HSV81°87°
CMYK 0.000.740.81   0.13
XYZ32.312518.78144.1126
Yxy18.78140.58530.3402
Hunter Lab43.337557.249224.7098
CIE-Lab50.430562.625947.4312

#df392a color RGB value is (223,57,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111001 00101010
Octal 337 71 52
Decimal 223 57 42
Hex DF 39 2A

RGB Percentages of Color #df392a

%69.25
%17.70
%13.04

CMYK Percentages of Color #df392a

%0
%74
%81
%13

Triadic Colors of #df392a

#df392a #2adf39 #392adf

Analogous Colors of #df392a

#df392a #df942a #df2a76

Monochromatic Colors of #df392a

#df392a

Complementary Color

#df392a #2ad0df

#df392a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df392a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df392a Color CSS Codes

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

#df392a Text Font Color

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

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


#df392a Background Color

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

This div background color is #df392a


#df392a Border Color

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

This div border color is #df392a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df392a


Comments

No comments written yet.

Please login to write comment.