Color Hex Logo

#c6420a Color Hex

#C6420A
(198,66,10)
0 Favorites   0 Comments

Color spaces of #c6420a

RGB 1986610
HSL0.050.900.41
HSV18°95°78°
CMYK 0.000.670.95   0.22
XYZ25.291715.92412.0278
Yxy15.92410.58490.3682
Hunter Lab39.905043.299124.9206
CIE-Lab46.874850.588555.3914

#c6420a color RGB value is (198,66,10).

#c6420a hex color red value is 198, green value is 66 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #c6420a hue: 0.05 , saturation: 0.90 and the lightness value of c6420a is 0.41.

The process color (four color CMYK) of #c6420a color hex is 0.00, 0.67, 0.95, 0.22. Web safe color of #c6420a is #cc3300. Color #c6420a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000010 00001010
Octal 306 102 12
Decimal 198 66 10
Hex C6 42 A

RGB Percentages of Color #c6420a

%72.26
%24.09
%3.65

CMYK Percentages of Color #c6420a

%0
%67
%95
%22

Triadic Colors of #c6420a

#c6420a #0ac642 #420ac6

Analogous Colors of #c6420a

#c6420a #c6a00a #c60a30

Monochromatic Colors of #c6420a

#c6420a

Complementary Color

#c6420a #0a8ec6

#c6420a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6420a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6420a Color CSS Codes

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

#c6420a Text Font Color

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

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


#c6420a Background Color

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

This div background color is #c6420a


#c6420a Border Color

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

This div border color is #c6420a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6420a


Comments

No comments written yet.

Please login to write comment.