Color Hex Logo

#c11230 Color Hex

#C11230
(193,18,48)
0 Favorites   0 Comments

Color spaces of #c11230

RGB 1931848
HSL0.970.830.41
HSV350°91°76°
CMYK 0.000.910.75   0.24
XYZ22.742111.98353.9107
Yxy11.98350.58860.3102
Hunter Lab34.617256.687217.5341
CIE-Lab41.189963.900732.6158

#c11230 color RGB value is (193,18,48).

#c11230 hex color red value is 193, green value is 18 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c11230 hue: 0.97 , saturation: 0.83 and the lightness value of c11230 is 0.41.

The process color (four color CMYK) of #c11230 color hex is 0.00, 0.91, 0.75, 0.24. Web safe color of #c11230 is #cc0033. Color #c11230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010010 00110000
Octal 301 22 60
Decimal 193 18 48
Hex C1 12 30

RGB Percentages of Color #c11230

%74.52
%6.95
%18.53

CMYK Percentages of Color #c11230

%0
%91
%75
%24

Triadic Colors of #c11230

#c11230 #30c112 #1230c1

Analogous Colors of #c11230

#c11230 #c14c12 #c11288

Monochromatic Colors of #c11230

#c11230

Complementary Color

#c11230 #12c1a3

#c11230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11230 Color CSS Codes

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

#c11230 Text Font Color

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

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


#c11230 Background Color

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

This div background color is #c11230


#c11230 Border Color

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

This div border color is #c11230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11230


Comments

No comments written yet.

Please login to write comment.