Color Hex Logo

#c6301f Color Hex

#C6301F
(198,48,31)
0 Favorites   0 Comments

Color spaces of #c6301f

RGB 1984831
HSL0.020.730.45
HSV84°78°
CMYK 0.000.760.84   0.22
XYZ24.593014.21862.7446
Yxy14.21860.59180.3422
Hunter Lab37.707650.430122.0798
CIE-Lab44.544857.642245.7464

#c6301f color RGB value is (198,48,31).

#c6301f hex color red value is 198, green value is 48 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c6301f hue: 0.02 , saturation: 0.73 and the lightness value of c6301f is 0.45.

The process color (four color CMYK) of #c6301f color hex is 0.00, 0.76, 0.84, 0.22. Web safe color of #c6301f is #cc3333. Color #c6301f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110000 00011111
Octal 306 60 37
Decimal 198 48 31
Hex C6 30 1F

RGB Percentages of Color #c6301f

%71.48
%17.33
%11.19

CMYK Percentages of Color #c6301f

%0
%76
%84
%22

Triadic Colors of #c6301f

#c6301f #1fc630 #301fc6

Analogous Colors of #c6301f

#c6301f #c6841f #c61f61

Monochromatic Colors of #c6301f

#c6301f

Complementary Color

#c6301f #1fb5c6

#c6301f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6301f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6301f Color CSS Codes

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

#c6301f Text Font Color

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

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


#c6301f Background Color

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

This div background color is #c6301f


#c6301f Border Color

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

This div border color is #c6301f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6301f


Comments

No comments written yet.

Please login to write comment.