Color Hex Logo

#dc061f Color Hex

#DC061F
(220,6,31)
0 Favorites   0 Comments

Color spaces of #dc061f

RGB 220631
HSL0.980.950.44
HSV353°97°86°
CMYK 0.000.970.86   0.14
XYZ29.827615.44482.7054
Yxy15.44480.62170.3219
Hunter Lab39.299966.702223.4284
CIE-Lab46.237571.514048.9453

#dc061f color RGB value is (220,6,31).

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

The process color (four color CMYK) of #dc061f color hex is 0.00, 0.97, 0.86, 0.14. Web safe color of #dc061f is #cc0033. Color #dc061f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000110 00011111
Octal 334 6 37
Decimal 220 6 31
Hex DC 6 1F

RGB Percentages of Color #dc061f

%85.60
%2.33
%12.06

CMYK Percentages of Color #dc061f

%0
%97
%86
%14

Triadic Colors of #dc061f

#dc061f #1fdc06 #061fdc

Analogous Colors of #dc061f

#dc061f #dc5806 #dc068a

Monochromatic Colors of #dc061f

#dc061f

Complementary Color

#dc061f #06dcc3

#dc061f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc061f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc061f Color CSS Codes

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

#dc061f Text Font Color

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

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


#dc061f Background Color

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

This div background color is #dc061f


#dc061f Border Color

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

This div border color is #dc061f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc061f


Comments

No comments written yet.

Please login to write comment.