Color Hex Logo

#c02909 Color Hex

#C02909
(192,41,9)
0 Favorites   0 Comments

Color spaces of #c02909

RGB 192419
HSL0.030.910.39
HSV10°95°75°
CMYK 0.000.790.95   0.25
XYZ22.580512.81211.5413
Yxy12.81210.61140.3469
Hunter Lab35.794049.966522.5028
CIE-Lab42.478857.608352.4447

#c02909 color RGB value is (192,41,9).

#c02909 hex color red value is 192, green value is 41 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #c02909 hue: 0.03 , saturation: 0.91 and the lightness value of c02909 is 0.39.

The process color (four color CMYK) of #c02909 color hex is 0.00, 0.79, 0.95, 0.25. Web safe color of #c02909 is #cc3300. Color #c02909 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101001 00001001
Octal 300 51 11
Decimal 192 41 9
Hex C0 29 9

RGB Percentages of Color #c02909

%79.34
%16.94
%3.72

CMYK Percentages of Color #c02909

%0
%79
%95
%25

Triadic Colors of #c02909

#c02909 #09c029 #2909c0

Analogous Colors of #c02909

#c02909 #c08509 #c00944

Monochromatic Colors of #c02909

#c02909

Complementary Color

#c02909 #09a0c0

#c02909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02909 Color CSS Codes

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

#c02909 Text Font Color

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

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


#c02909 Background Color

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

This div background color is #c02909


#c02909 Border Color

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

This div border color is #c02909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02909


Comments

No comments written yet.

Please login to write comment.