Color Hex Logo

#df403d Color Hex

#DF403D
(223,64,61)
0 Favorites   0 Comments

Color spaces of #df403d

RGB 2236461
HSL0.000.720.56
HSV73°87°
CMYK 0.000.710.73   0.13
XYZ33.107119.69176.4708
Yxy19.69170.55860.3322
Hunter Lab44.375355.516722.4171
CIE-Lab51.486860.909938.3085

#df403d color RGB value is (223,64,61).

#df403d hex color red value is 223, green value is 64 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #df403d hue: 0.00 , saturation: 0.72 and the lightness value of df403d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000000 00111101
Octal 337 100 75
Decimal 223 64 61
Hex DF 40 3D

RGB Percentages of Color #df403d

%64.08
%18.39
%17.53

CMYK Percentages of Color #df403d

%0
%71
%73
%13

Triadic Colors of #df403d

#df403d #3ddf40 #403ddf

Analogous Colors of #df403d

#df403d #df913d #df3d8b

Monochromatic Colors of #df403d

#df403d

Complementary Color

#df403d #3ddcdf

#df403d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df403d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df403d Color CSS Codes

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

#df403d Text Font Color

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

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


#df403d Background Color

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

This div background color is #df403d


#df403d Border Color

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

This div border color is #df403d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df403d


Comments

No comments written yet.

Please login to write comment.