Color Hex Logo

#c61234 Color Hex

#C61234
(198,18,52)
0 Favorites   0 Comments

Color spaces of #c61234

RGB 1981852
HSL0.970.830.42
HSV349°91°78°
CMYK 0.000.910.74   0.22
XYZ24.124812.68634.4260
Yxy12.68630.58500.3076
Hunter Lab35.617858.571117.5649
CIE-Lab42.286765.340431.7273

#c61234 color RGB value is (198,18,52).

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

The process color (four color CMYK) of #c61234 color hex is 0.00, 0.91, 0.74, 0.22. Web safe color of #c61234 is #cc0033. Color #c61234 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010010 00110100
Octal 306 22 64
Decimal 198 18 52
Hex C6 12 34

RGB Percentages of Color #c61234

%73.88
%6.72
%19.40

CMYK Percentages of Color #c61234

%0
%91
%74
%22

Triadic Colors of #c61234

#c61234 #34c612 #1234c6

Analogous Colors of #c61234

#c61234 #c64a12 #c6128e

Monochromatic Colors of #c61234

#c61234

Complementary Color

#c61234 #12c6a4

#c61234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61234 Color CSS Codes

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

#c61234 Text Font Color

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

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


#c61234 Background Color

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

This div background color is #c61234


#c61234 Border Color

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

This div border color is #c61234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61234

#c61234 Color Palettes


Comments

No comments written yet.

Please login to write comment.