Color Hex Logo

#c61b3a Color Hex

#C61B3A
(198,27,58)
0 Favorites   0 Comments

Color spaces of #c61b3a

RGB 1982758
HSL0.970.760.44
HSV349°86°78°
CMYK 0.000.860.71   0.22
XYZ24.444413.09515.2422
Yxy13.09510.57140.3061
Hunter Lab36.187257.249116.7420
CIE-Lab42.906264.062228.8043

#c61b3a color RGB value is (198,27,58).

#c61b3a hex color red value is 198, green value is 27 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c61b3a hue: 0.97 , saturation: 0.76 and the lightness value of c61b3a is 0.44.

The process color (four color CMYK) of #c61b3a color hex is 0.00, 0.86, 0.71, 0.22. Web safe color of #c61b3a is #cc3333. Color #c61b3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011011 00111010
Octal 306 33 72
Decimal 198 27 58
Hex C6 1B 3A

RGB Percentages of Color #c61b3a

%69.96
%9.54
%20.49

CMYK Percentages of Color #c61b3a

%0
%86
%71
%22

Triadic Colors of #c61b3a

#c61b3a #3ac61b #1b3ac6

Analogous Colors of #c61b3a

#c61b3a #c6521b #c61b90

Monochromatic Colors of #c61b3a

#c61b3a

Complementary Color

#c61b3a #1bc6a7

#c61b3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61b3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61b3a Color CSS Codes

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

#c61b3a Text Font Color

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

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


#c61b3a Background Color

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

This div background color is #c61b3a


#c61b3a Border Color

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

This div border color is #c61b3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61b3a


Comments

No comments written yet.

Please login to write comment.