color codes Logo

#c61d15 color codes

#C61D15
(198,29,21)
0 Favorites   0 Comments

Color spaces of #c61d15

RGB 1982921
HSL0.010.810.43
HSV89°78°
CMYK 0.000.850.89   0.22
XYZ23.863412.93861.9491
Yxy12.93860.61580.3339
Hunter Lab35.970355.472521.9665
CIE-Lab42.670662.538348.8378

#c61d15 color RGB value is (198,29,21).

#c61d15 hex color red value is 198, green value is 29 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #c61d15 hue: 0.01 , saturation: 0.81 and the lightness value of c61d15 is 0.43.

The process color (four color CMYK) of #c61d15 color code is 0.00, 0.85, 0.89, 0.22. Web safe color of #c61d15 is #cc3300. Color #c61d15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011101 00010101
Octal 306 35 25
Decimal 198 29 21
Hex C6 1D 15

RGB Percentages of Color #c61d15

%79.84
%11.69
%8.47

CMYK Percentages of Color #c61d15

%0
%85
%89
%22

Triadic Colors of #c61d15

#c61d15 #15c61d #1d15c6

Analogous Colors of #c61d15

#c61d15 #c67615 #c61566

Monochromatic Colors of #c61d15

#c61d15

Complementary Color

#c61d15 #15bec6

#c61d15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61d15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61d15 Color CSS Codes

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

#c61d15 Text Font Color

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

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


#c61d15 Background Color

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

This div background color is #c61d15


#c61d15 Border Color

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

This div border color is #c61d15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61d15


Comments

No comments written yet.

Please login to write comment.