Color Hex Logo

#c03030 Color Hex

#C03030
(192,48,48)
0 Favorites   0 Comments

Color spaces of #c03030

RGB 1924848
HSL0.000.600.47
HSV75°75°
CMYK 0.000.750.75   0.25
XYZ23.328713.53384.1790
Yxy13.53380.56840.3298
Hunter Lab36.788348.813319.0167
CIE-Lab43.556856.344835.2208

#c03030 color RGB value is (192,48,48).

#c03030 hex color red value is 192, green value is 48 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c03030 hue: 0.00 , saturation: 0.60 and the lightness value of c03030 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110000 00110000
Octal 300 60 60
Decimal 192 48 48
Hex C0 30 30

RGB Percentages of Color #c03030

%66.67
%16.67
%16.67

CMYK Percentages of Color #c03030

%0
%75
%75
%25

Triadic Colors of #c03030

#c03030 #30c030 #3030c0

Analogous Colors of #c03030

#c03030 #c07830 #c03078

Monochromatic Colors of #c03030

#c03030

Complementary Color

#c03030 #30c0c0

#c03030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03030 Color CSS Codes

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

#c03030 Text Font Color

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

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


#c03030 Background Color

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

This div background color is #c03030


#c03030 Border Color

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

This div border color is #c03030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03030

#c03030 Color Palettes


Comments

No comments written yet.

Please login to write comment.