Color Hex Logo

#c63212 Color Hex

#C63212
(198,50,18)
0 Favorites   0 Comments

Color spaces of #c63212

RGB 1985018
HSL0.030.830.42
HSV11°91°78°
CMYK 0.000.750.91   0.22
XYZ24.538514.33062.0450
Yxy14.33060.59980.3503
Hunter Lab37.855849.457923.2962
CIE-Lab44.703456.723251.4982

#c63212 color RGB value is (198,50,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110010 00010010
Octal 306 62 22
Decimal 198 50 18
Hex C6 32 12

RGB Percentages of Color #c63212

%74.44
%18.80
%6.77

CMYK Percentages of Color #c63212

%0
%75
%91
%22

Triadic Colors of #c63212

#c63212 #12c632 #3212c6

Analogous Colors of #c63212

#c63212 #c68c12 #c6124c

Monochromatic Colors of #c63212

#c63212

Complementary Color

#c63212 #12a6c6

#c63212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63212 Color CSS Codes

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

#c63212 Text Font Color

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

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


#c63212 Background Color

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

This div background color is #c63212


#c63212 Border Color

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

This div border color is #c63212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63212


Comments

No comments written yet.

Please login to write comment.