Color Hex Logo

#c01230 Color Hex

#C01230
(192,18,48)
0 Favorites   0 Comments

Color spaces of #c01230

RGB 1921848
HSL0.970.830.41
HSV350°91°75°
CMYK 0.000.910.75   0.25
XYZ22.488011.85253.8988
Yxy11.85250.58810.3100
Hunter Lab34.427556.348117.3848
CIE-Lab40.980763.641832.3222

#c01230 color RGB value is (192,18,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010010 00110000
Octal 300 22 60
Decimal 192 18 48
Hex C0 12 30

RGB Percentages of Color #c01230

%74.42
%6.98
%18.60

CMYK Percentages of Color #c01230

%0
%91
%75
%25

Triadic Colors of #c01230

#c01230 #30c012 #1230c0

Analogous Colors of #c01230

#c01230 #c04b12 #c01287

Monochromatic Colors of #c01230

#c01230

Complementary Color

#c01230 #12c0a2

#c01230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01230 Color CSS Codes

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

#c01230 Text Font Color

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

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


#c01230 Background Color

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

This div background color is #c01230


#c01230 Border Color

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

This div border color is #c01230


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,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 #c01230">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01230


Comments

No comments written yet.

Please login to write comment.