Color Hex Logo

#c6421a Color Hex

#C6421A
(198,66,26)
0 Favorites   0 Comments

Color spaces of #c6421a

RGB 1986626
HSL0.040.770.44
HSV14°87°78°
CMYK 0.000.670.87   0.22
XYZ25.423415.97682.7211
Yxy15.97680.57620.3621
Hunter Lab39.971043.585023.9434
CIE-Lab46.944050.847150.0508

#c6421a color RGB value is (198,66,26).

#c6421a hex color red value is 198, green value is 66 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #c6421a hue: 0.04 , saturation: 0.77 and the lightness value of c6421a is 0.44.

The process color (four color CMYK) of #c6421a color hex is 0.00, 0.67, 0.87, 0.22. Web safe color of #c6421a is #cc3333. Color #c6421a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000010 00011010
Octal 306 102 32
Decimal 198 66 26
Hex C6 42 1A

RGB Percentages of Color #c6421a

%68.28
%22.76
%8.97

CMYK Percentages of Color #c6421a

%0
%67
%87
%22

Triadic Colors of #c6421a

#c6421a #1ac642 #421ac6

Analogous Colors of #c6421a

#c6421a #c6981a #c61a48

Monochromatic Colors of #c6421a

#c6421a

Complementary Color

#c6421a #1a9ec6

#c6421a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6421a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6421a Color CSS Codes

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

#c6421a Text Font Color

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

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


#c6421a Background Color

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

This div background color is #c6421a


#c6421a Border Color

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

This div border color is #c6421a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6421a


Comments

No comments written yet.

Please login to write comment.