Color Hex Logo

#c6012e Color Hex

#C6012E
(198,1,46)
0 Favorites   0 Comments

Color spaces of #c6012e

RGB 198146
HSL0.960.990.39
HSV346°99°78°
CMYK 0.000.990.77   0.22
XYZ23.792712.22473.6904
Yxy12.22470.59920.3079
Hunter Lab34.963860.281618.2167
CIE-Lab41.571066.965934.5360

#c6012e color RGB value is (198,1,46).

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

The process color (four color CMYK) of #c6012e color hex is 0.00, 0.99, 0.77, 0.22. Web safe color of #c6012e is #cc0033. Color #c6012e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000001 00101110
Octal 306 1 56
Decimal 198 1 46
Hex C6 1 2E

RGB Percentages of Color #c6012e

%80.82
%0.41
%18.78

CMYK Percentages of Color #c6012e

%0
%99
%77
%22

Triadic Colors of #c6012e

#c6012e #2ec601 #012ec6

Analogous Colors of #c6012e

#c6012e #c63601 #c60191

Monochromatic Colors of #c6012e

#c6012e

Complementary Color

#c6012e #01c699

#c6012e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6012e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6012e Color CSS Codes

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

#c6012e Text Font Color

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

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


#c6012e Background Color

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

This div background color is #c6012e


#c6012e Border Color

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

This div border color is #c6012e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6012e


Comments

No comments written yet.

Please login to write comment.