Color Hex Logo

#c02228 Color Hex

#C02228
(192,34,40)
0 Favorites   0 Comments

Color spaces of #c02228

RGB 1923440
HSL0.990.700.44
HSV358°82°75°
CMYK 0.000.820.79   0.25
XYZ22.693312.50373.2249
Yxy12.50370.59060.3254
Hunter Lab35.360652.674719.3451
CIE-Lab42.005760.162038.1301

#c02228 color RGB value is (192,34,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100010 00101000
Octal 300 42 50
Decimal 192 34 40
Hex C0 22 28

RGB Percentages of Color #c02228

%72.18
%12.78
%15.04

CMYK Percentages of Color #c02228

%0
%82
%79
%25

Triadic Colors of #c02228

#c02228 #28c022 #2228c0

Analogous Colors of #c02228

#c02228 #c06b22 #c02277

Monochromatic Colors of #c02228

#c02228

Complementary Color

#c02228 #22c0ba

#c02228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02228 Color CSS Codes

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

#c02228 Text Font Color

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

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


#c02228 Background Color

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

This div background color is #c02228


#c02228 Border Color

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

This div border color is #c02228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02228


Comments

No comments written yet.

Please login to write comment.