Color Hex Logo

#dc001a Color Hex

#DC001A
(220,0,26)
0 Favorites   0 Comments

Color spaces of #dc001a

RGB 220026
HSL0.981.000.43
HSV353°100°86°
CMYK 0.001.000.88   0.14
XYZ29.701715.29022.3631
Yxy15.29020.62720.3229
Hunter Lab39.102767.155723.7888
CIE-Lab46.029171.933451.1592

#dc001a color RGB value is (220,0,26).

#dc001a hex color red value is 220, green value is 0 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #dc001a hue: 0.98 , saturation: 1.00 and the lightness value of dc001a is 0.43.

The process color (four color CMYK) of #dc001a color hex is 0.00, 1.00, 0.88, 0.14. Web safe color of #dc001a is #cc0033. Color #dc001a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000000 00011010
Octal 334 0 32
Decimal 220 0 26
Hex DC 0 1A

RGB Percentages of Color #dc001a

%89.43
%0.00
%10.57

CMYK Percentages of Color #dc001a

%0
%100
%88
%14

Triadic Colors of #dc001a

#dc001a #1adc00 #001adc

Analogous Colors of #dc001a

#dc001a #dc5400 #dc0088

Monochromatic Colors of #dc001a

#dc001a

Complementary Color

#dc001a #00dcc2

#dc001a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc001a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc001a Color CSS Codes

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

#dc001a Text Font Color

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

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


#dc001a Background Color

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

This div background color is #dc001a


#dc001a Border Color

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

This div border color is #dc001a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc001a


Comments

No comments written yet.

Please login to write comment.