Color Hex Logo

#dc290d Color Hex

#DC290D
(220,41,13)
0 Favorites   0 Comments

Color spaces of #dc290d

RGB 2204113
HSL0.020.890.46
HSV94°86°
CMYK 0.000.810.94   0.14
XYZ30.380816.83062.0282
Yxy16.83060.61700.3418
Hunter Lab41.025160.392725.7864
CIE-Lab48.045965.807057.4071

#dc290d color RGB value is (220,41,13).

#dc290d hex color red value is 220, green value is 41 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dc290d hue: 0.02 , saturation: 0.89 and the lightness value of dc290d is 0.46.

The process color (four color CMYK) of #dc290d color hex is 0.00, 0.81, 0.94, 0.14. Web safe color of #dc290d is #cc3300. Color #dc290d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101001 00001101
Octal 334 51 15
Decimal 220 41 13
Hex DC 29 D

RGB Percentages of Color #dc290d

%80.29
%14.96
%4.74

CMYK Percentages of Color #dc290d

%0
%81
%94
%14

Triadic Colors of #dc290d

#dc290d #0ddc29 #290ddc

Analogous Colors of #dc290d

#dc290d #dc910d #dc0d59

Monochromatic Colors of #dc290d

#dc290d

Complementary Color

#dc290d #0dc0dc

#dc290d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc290d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc290d Color CSS Codes

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

#dc290d Text Font Color

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

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


#dc290d Background Color

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

This div background color is #dc290d


#dc290d Border Color

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

This div border color is #dc290d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc290d


Comments

No comments written yet.

Please login to write comment.