Color Hex Logo

#c80615 Color Hex

#C80615
(200,6,21)
0 Favorites   0 Comments

Color spaces of #c80615

RGB 200621
HSL0.990.940.40
HSV355°97°78°
CMYK 0.000.970.90   0.22
XYZ24.019912.46381.8492
Yxy12.46380.62660.3251
Hunter Lab35.304159.664121.6073
CIE-Lab41.944066.358448.4945

#c80615 color RGB value is (200,6,21).

#c80615 hex color red value is 200, green value is 6 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #c80615 hue: 0.99 , saturation: 0.94 and the lightness value of c80615 is 0.40.

The process color (four color CMYK) of #c80615 color hex is 0.00, 0.97, 0.90, 0.22. Web safe color of #c80615 is #cc0000. Color #c80615 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000110 00010101
Octal 310 6 25
Decimal 200 6 21
Hex C8 6 15

RGB Percentages of Color #c80615

%88.11
%2.64
%9.25

CMYK Percentages of Color #c80615

%0
%97
%90
%22

Triadic Colors of #c80615

#c80615 #15c806 #0615c8

Analogous Colors of #c80615

#c80615 #c85806 #c80676

Monochromatic Colors of #c80615

#c80615

Complementary Color

#c80615 #06c8b9

#c80615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80615 Color CSS Codes

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

#c80615 Text Font Color

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

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


#c80615 Background Color

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

This div background color is #c80615


#c80615 Border Color

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

This div border color is #c80615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80615


Comments

No comments written yet.

Please login to write comment.