Color Hex Logo

#dc401d Color Hex

#DC401D
(220,64,29)
0 Favorites   0 Comments

Color spaces of #dc401d

RGB 2206429
HSL0.030.770.49
HSV11°87°86°
CMYK 0.000.710.87   0.14
XYZ31.570418.97113.1603
Yxy18.97110.58790.3533
Hunter Lab43.555853.158826.1871
CIE-Lab50.653458.972853.4558

#dc401d color RGB value is (220,64,29).

#dc401d hex color red value is 220, green value is 64 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dc401d hue: 0.03 , saturation: 0.77 and the lightness value of dc401d is 0.49.

The process color (four color CMYK) of #dc401d color hex is 0.00, 0.71, 0.87, 0.14. Web safe color of #dc401d is #cc3333. Color #dc401d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000000 00011101
Octal 334 100 35
Decimal 220 64 29
Hex DC 40 1D

RGB Percentages of Color #dc401d

%70.29
%20.45
%9.27

CMYK Percentages of Color #dc401d

%0
%71
%87
%14

Triadic Colors of #dc401d

#dc401d #1ddc40 #401ddc

Analogous Colors of #dc401d

#dc401d #dca01d #dc1d5a

Monochromatic Colors of #dc401d

#dc401d

Complementary Color

#dc401d #1db9dc

#dc401d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc401d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc401d Color CSS Codes

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

#dc401d Text Font Color

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

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


#dc401d Background Color

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

This div background color is #dc401d


#dc401d Border Color

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

This div border color is #dc401d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc401d


Comments

No comments written yet.

Please login to write comment.