Color Hex Logo

#dc402d Color Hex

#DC402D
(220,64,45)
0 Favorites   0 Comments

Color spaces of #dc402d

RGB 2206445
HSL0.020.710.52
HSV80°86°
CMYK 0.000.710.80   0.14
XYZ31.822219.07194.4866
Yxy19.07190.57460.3444
Hunter Lab43.671453.643424.4788
CIE-Lab50.771259.383146.0433

#dc402d color RGB value is (220,64,45).

#dc402d hex color red value is 220, green value is 64 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dc402d hue: 0.02 , saturation: 0.71 and the lightness value of dc402d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000000 00101101
Octal 334 100 55
Decimal 220 64 45
Hex DC 40 2D

RGB Percentages of Color #dc402d

%66.87
%19.45
%13.68

CMYK Percentages of Color #dc402d

%0
%71
%80
%14

Triadic Colors of #dc402d

#dc402d #2ddc40 #402ddc

Analogous Colors of #dc402d

#dc402d #dc982d #dc2d72

Monochromatic Colors of #dc402d

#dc402d

Complementary Color

#dc402d #2dc9dc

#dc402d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc402d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc402d Color CSS Codes

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

#dc402d Text Font Color

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

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


#dc402d Background Color

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

This div background color is #dc402d


#dc402d Border Color

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

This div border color is #dc402d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc402d


Comments

No comments written yet.

Please login to write comment.