Color Hex Logo

#c30118 Color Hex

#C30118
(195,1,24)
0 Favorites   0 Comments

Color spaces of #c30118

RGB 195124
HSL0.980.990.38
HSV353°99°76°
CMYK 0.000.990.88   0.24
XYZ22.681411.68981.9251
Yxy11.68980.62490.3221
Hunter Lab34.190358.581320.5949
CIE-Lab40.718865.654845.6882

#c30118 color RGB value is (195,1,24).

#c30118 hex color red value is 195, green value is 1 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #c30118 hue: 0.98 , saturation: 0.99 and the lightness value of c30118 is 0.38.

The process color (four color CMYK) of #c30118 color hex is 0.00, 0.99, 0.88, 0.24. Web safe color of #c30118 is #cc0000. Color #c30118 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000001 00011000
Octal 303 1 30
Decimal 195 1 24
Hex C3 1 18

RGB Percentages of Color #c30118

%88.64
%0.45
%10.91

CMYK Percentages of Color #c30118

%0
%99
%88
%24

Triadic Colors of #c30118

#c30118 #18c301 #0118c3

Analogous Colors of #c30118

#c30118 #c34b01 #c30179

Monochromatic Colors of #c30118

#c30118

Complementary Color

#c30118 #01c3ac

#c30118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30118 Color CSS Codes

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

#c30118 Text Font Color

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

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


#c30118 Background Color

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

This div background color is #c30118


#c30118 Border Color

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

This div border color is #c30118


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,1,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c30118; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c30118;
  -webkit-box-shadow: 1px 1px 3px 2px #c30118;
  box-shadow:         1px 1px 3px 2px #c30118; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,1,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30118


Comments

No comments written yet.

Please login to write comment.