Color Hex Logo

#c62710 Color Hex

#C62710
(198,39,16)
0 Favorites   0 Comments

Color spaces of #c62710

RGB 1983916
HSL0.020.850.42
HSV92°78°
CMYK 0.000.800.92   0.22
XYZ24.107713.49421.8242
Yxy13.49420.61150.3423
Hunter Lab36.734552.858822.7698
CIE-Lab43.498660.041951.4077

#c62710 color RGB value is (198,39,16).

#c62710 hex color red value is 198, green value is 39 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #c62710 hue: 0.02 , saturation: 0.85 and the lightness value of c62710 is 0.42.

The process color (four color CMYK) of #c62710 color hex is 0.00, 0.80, 0.92, 0.22. Web safe color of #c62710 is #cc3300. Color #c62710 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100111 00010000
Octal 306 47 20
Decimal 198 39 16
Hex C6 27 10

RGB Percentages of Color #c62710

%78.26
%15.42
%6.32

CMYK Percentages of Color #c62710

%0
%80
%92
%22

Triadic Colors of #c62710

#c62710 #10c627 #2710c6

Analogous Colors of #c62710

#c62710 #c68210 #c61054

Monochromatic Colors of #c62710

#c62710

Complementary Color

#c62710 #10afc6

#c62710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62710 Color CSS Codes

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

#c62710 Text Font Color

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

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


#c62710 Background Color

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

This div background color is #c62710


#c62710 Border Color

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

This div border color is #c62710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62710


Comments

No comments written yet.

Please login to write comment.