Color Hex Logo

#c6010e Color Hex

#C6010E
(198,1,14)
0 Favorites   0 Comments

Color spaces of #c6010e

RGB 198114
HSL0.990.990.39
HSV356°99°78°
CMYK 0.000.990.93   0.22
XYZ23.378812.05921.5109
Yxy12.05920.63270.3264
Hunter Lab34.726459.400321.7288
CIE-Lab41.310166.252950.7499

#c6010e color RGB value is (198,1,14).

#c6010e hex color red value is 198, green value is 1 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c6010e hue: 0.99 , saturation: 0.99 and the lightness value of c6010e is 0.39.

The process color (four color CMYK) of #c6010e color hex is 0.00, 0.99, 0.93, 0.22. Web safe color of #c6010e is #cc0000. Color #c6010e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000001 00001110
Octal 306 1 16
Decimal 198 1 14
Hex C6 1 E

RGB Percentages of Color #c6010e

%92.96
%0.47
%6.57

CMYK Percentages of Color #c6010e

%0
%99
%93
%22

Triadic Colors of #c6010e

#c6010e #0ec601 #010ec6

Analogous Colors of #c6010e

#c6010e #c65601 #c60171

Monochromatic Colors of #c6010e

#c6010e

Complementary Color

#c6010e #01c6b9

#c6010e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6010e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6010e Color CSS Codes

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

#c6010e Text Font Color

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

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


#c6010e Background Color

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

This div background color is #c6010e


#c6010e Border Color

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

This div border color is #c6010e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,1,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6010e


Comments

No comments written yet.

Please login to write comment.