Color Hex Logo

#c60215 Color Hex

#C60215
(198,2,21)
0 Favorites   0 Comments

Color spaces of #c60215

RGB 198221
HSL0.980.980.39
HSV354°99°78°
CMYK 0.000.990.89   0.22
XYZ23.445812.10331.8099
Yxy12.10330.62760.3240
Hunter Lab34.789859.413921.2684
CIE-Lab41.379866.251147.8887

#c60215 color RGB value is (198,2,21).

#c60215 hex color red value is 198, green value is 2 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #c60215 hue: 0.98 , saturation: 0.98 and the lightness value of c60215 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000010 00010101
Octal 306 2 25
Decimal 198 2 21
Hex C6 2 15

RGB Percentages of Color #c60215

%89.59
%0.90
%9.50

CMYK Percentages of Color #c60215

%0
%99
%89
%22

Triadic Colors of #c60215

#c60215 #15c602 #0215c6

Analogous Colors of #c60215

#c60215 #c65102 #c60277

Monochromatic Colors of #c60215

#c60215

Complementary Color

#c60215 #02c6b3

#c60215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60215 Color CSS Codes

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

#c60215 Text Font Color

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

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


#c60215 Background Color

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

This div background color is #c60215


#c60215 Border Color

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

This div border color is #c60215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60215


Comments

No comments written yet.

Please login to write comment.