Color Hex Logo

#dc0710 Color Hex

#DC0710
(220,7,16)
0 Favorites   0 Comments

Color spaces of #dc0710

RGB 220716
HSL0.990.940.45
HSV357°97°86°
CMYK 0.000.970.93   0.14
XYZ29.684715.40501.8991
Yxy15.40500.63170.3278
Hunter Lab39.249266.315824.6057
CIE-Lab46.184071.201255.3466

#dc0710 color RGB value is (220,7,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000111 00010000
Octal 334 7 20
Decimal 220 7 16
Hex DC 7 10

RGB Percentages of Color #dc0710

%90.53
%2.88
%6.58

CMYK Percentages of Color #dc0710

%0
%97
%93
%14

Triadic Colors of #dc0710

#dc0710 #10dc07 #0710dc

Analogous Colors of #dc0710

#dc0710 #dc6907 #dc077b

Monochromatic Colors of #dc0710

#dc0710

Complementary Color

#dc0710 #07dcd3

#dc0710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc0710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc0710 Color CSS Codes

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

#dc0710 Text Font Color

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

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


#dc0710 Background Color

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

This div background color is #dc0710


#dc0710 Border Color

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

This div border color is #dc0710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc0710


Comments

No comments written yet.

Please login to write comment.