Color Hex Logo

#dc031a Color Hex

#DC031A
(220,3,26)
0 Favorites   0 Comments

Color spaces of #dc031a

RGB 220326
HSL0.980.970.44
HSV354°99°86°
CMYK 0.000.990.88   0.14
XYZ29.734215.35532.3740
Yxy15.35530.62650.3235
Hunter Lab39.185866.870523.8381
CIE-Lab46.117071.678251.2251

#dc031a color RGB value is (220,3,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000011 00011010
Octal 334 3 32
Decimal 220 3 26
Hex DC 3 1A

RGB Percentages of Color #dc031a

%88.35
%1.20
%10.44

CMYK Percentages of Color #dc031a

%0
%99
%88
%14

Triadic Colors of #dc031a

#dc031a #1adc03 #031adc

Analogous Colors of #dc031a

#dc031a #dc5803 #dc0387

Monochromatic Colors of #dc031a

#dc031a

Complementary Color

#dc031a #03dcc5

#dc031a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc031a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc031a Color CSS Codes

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

#dc031a Text Font Color

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

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


#dc031a Background Color

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

This div background color is #dc031a


#dc031a Border Color

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

This div border color is #dc031a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,3,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 #dc031a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc031a


Comments

No comments written yet.

Please login to write comment.