Color Hex Logo

#dc061b Color Hex

#DC061B
(220,6,27)
0 Favorites   0 Comments

Color spaces of #dc061b

RGB 220627
HSL0.980.950.44
HSV354°97°86°
CMYK 0.000.970.88   0.14
XYZ29.778215.42502.4448
Yxy15.42500.62500.3237
Hunter Lab39.274766.608723.8015
CIE-Lab46.210971.441050.8369

#dc061b color RGB value is (220,6,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000110 00011011
Octal 334 6 33
Decimal 220 6 27
Hex DC 6 1B

RGB Percentages of Color #dc061b

%86.96
%2.37
%10.67

CMYK Percentages of Color #dc061b

%0
%97
%88
%14

Triadic Colors of #dc061b

#dc061b #1bdc06 #061bdc

Analogous Colors of #dc061b

#dc061b #dc5c06 #dc0686

Monochromatic Colors of #dc061b

#dc061b

Complementary Color

#dc061b #06dcc7

#dc061b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc061b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc061b Color CSS Codes

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

#dc061b Text Font Color

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

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


#dc061b Background Color

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

This div background color is #dc061b


#dc061b Border Color

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

This div border color is #dc061b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc061b


Comments

No comments written yet.

Please login to write comment.