Color Hex Logo

#c63012 Color Hex

#C63012
(198,48,18)
0 Favorites   0 Comments

Color spaces of #c63012

RGB 1984818
HSL0.030.830.42
HSV10°91°78°
CMYK 0.000.760.91   0.22
XYZ24.454814.16332.0172
Yxy14.16330.60180.3485
Hunter Lab37.634250.130123.1660
CIE-Lab44.466257.383051.3313

#c63012 color RGB value is (198,48,18).

#c63012 hex color red value is 198, green value is 48 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c63012 hue: 0.03 , saturation: 0.83 and the lightness value of c63012 is 0.42.

The process color (four color CMYK) of #c63012 color hex is 0.00, 0.76, 0.91, 0.22. Web safe color of #c63012 is #cc3300. Color #c63012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110000 00010010
Octal 306 60 22
Decimal 198 48 18
Hex C6 30 12

RGB Percentages of Color #c63012

%75.00
%18.18
%6.82

CMYK Percentages of Color #c63012

%0
%76
%91
%22

Triadic Colors of #c63012

#c63012 #12c630 #3012c6

Analogous Colors of #c63012

#c63012 #c68a12 #c6124e

Monochromatic Colors of #c63012

#c63012

Complementary Color

#c63012 #12a8c6

#c63012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63012 Color CSS Codes

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

#c63012 Text Font Color

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

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


#c63012 Background Color

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

This div background color is #c63012


#c63012 Border Color

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

This div border color is #c63012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63012


Comments

No comments written yet.

Please login to write comment.