Color Hex Logo

#dc1001 Color Hex

#DC1001
(220,16,1)
0 Favorites   0 Comments

Color spaces of #dc1001

RGB 220161
HSL0.010.990.43
HSV100°86°
CMYK 0.000.931.00   0.14
XYZ29.706015.58841.4719
Yxy15.58840.63520.3333
Hunter Lab39.482165.208025.4272
CIE-Lab46.429870.222859.9942

#dc1001 color RGB value is (220,16,1).

#dc1001 hex color red value is 220, green value is 16 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #dc1001 hue: 0.01 , saturation: 0.99 and the lightness value of dc1001 is 0.43.

The process color (four color CMYK) of #dc1001 color hex is 0.00, 0.93, 1.00, 0.14. Web safe color of #dc1001 is #cc0000. Color #dc1001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010000 00000001
Octal 334 20 1
Decimal 220 16 1
Hex DC 10 1

RGB Percentages of Color #dc1001

%92.83
%6.75
%0.42

CMYK Percentages of Color #dc1001

%0
%93
%100
%14

Triadic Colors of #dc1001

#dc1001 #01dc10 #1001dc

Analogous Colors of #dc1001

#dc1001 #dc7e01 #dc015f

Monochromatic Colors of #dc1001

#dc1001

Complementary Color

#dc1001 #01cddc

#dc1001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1001 Color CSS Codes

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

#dc1001 Text Font Color

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

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


#dc1001 Background Color

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

This div background color is #dc1001


#dc1001 Border Color

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

This div border color is #dc1001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1001


Comments

No comments written yet.

Please login to write comment.