Color Hex Logo

#c02230 Color Hex

#C02230
(192,34,48)
0 Favorites   0 Comments

Color spaces of #c02230

RGB 1923448
HSL0.990.700.44
HSV355°82°75°
CMYK 0.000.820.75   0.25
XYZ22.843812.56394.0174
Yxy12.56390.57940.3187
Hunter Lab35.445653.009018.0920
CIE-Lab42.098760.445633.5879

#c02230 color RGB value is (192,34,48).

#c02230 hex color red value is 192, green value is 34 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c02230 hue: 0.99 , saturation: 0.70 and the lightness value of c02230 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100010 00110000
Octal 300 42 60
Decimal 192 34 48
Hex C0 22 30

RGB Percentages of Color #c02230

%70.07
%12.41
%17.52

CMYK Percentages of Color #c02230

%0
%82
%75
%25

Triadic Colors of #c02230

#c02230 #30c022 #2230c0

Analogous Colors of #c02230

#c02230 #c06322 #c0227f

Monochromatic Colors of #c02230

#c02230

Complementary Color

#c02230 #22c0b2

#c02230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02230 Color CSS Codes

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

#c02230 Text Font Color

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

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


#c02230 Background Color

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

This div background color is #c02230


#c02230 Border Color

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

This div border color is #c02230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02230


Comments

No comments written yet.

Please login to write comment.