Color Hex Logo

#c30228 Color Hex

#C30228
(195,2,40)
0 Favorites   0 Comments

Color spaces of #c30228

RGB 195240
HSL0.970.980.39
HSV348°99°76°
CMYK 0.000.990.79   0.24
XYZ22.910411.79873.0774
Yxy11.79870.60630.3122
Hunter Lab34.349258.945518.7326
CIE-Lab40.894465.938337.1722

#c30228 color RGB value is (195,2,40).

#c30228 hex color red value is 195, green value is 2 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #c30228 hue: 0.97 , saturation: 0.98 and the lightness value of c30228 is 0.39.

The process color (four color CMYK) of #c30228 color hex is 0.00, 0.99, 0.79, 0.24. Web safe color of #c30228 is #cc0033. Color #c30228 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000010 00101000
Octal 303 2 50
Decimal 195 2 40
Hex C3 2 28

RGB Percentages of Color #c30228

%82.28
%0.84
%16.88

CMYK Percentages of Color #c30228

%0
%99
%79
%24

Triadic Colors of #c30228

#c30228 #28c302 #0228c3

Analogous Colors of #c30228

#c30228 #c33d02 #c30289

Monochromatic Colors of #c30228

#c30228

Complementary Color

#c30228 #02c39d

#c30228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30228 Color CSS Codes

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

#c30228 Text Font Color

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

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


#c30228 Background Color

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

This div background color is #c30228


#c30228 Border Color

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

This div border color is #c30228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30228


Comments

No comments written yet.

Please login to write comment.