Color Hex Logo

#c02307 Color Hex

#C02307
(192,35,7)
0 Favorites   0 Comments

Color spaces of #c02307

RGB 192357
HSL0.030.930.39
HSV96°75°
CMYK 0.000.820.96   0.25
XYZ22.377612.42391.4196
Yxy12.42390.61780.3430
Hunter Lab35.247651.641022.2854
CIE-Lab41.882159.249952.7244

#c02307 color RGB value is (192,35,7).

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

The process color (four color CMYK) of #c02307 color hex is 0.00, 0.82, 0.96, 0.25. Web safe color of #c02307 is #cc3300. Color #c02307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100011 00000111
Octal 300 43 7
Decimal 192 35 7
Hex C0 23 7

RGB Percentages of Color #c02307

%82.05
%14.96
%2.99

CMYK Percentages of Color #c02307

%0
%82
%96
%25

Triadic Colors of #c02307

#c02307 #07c023 #2307c0

Analogous Colors of #c02307

#c02307 #c08007 #c00747

Monochromatic Colors of #c02307

#c02307

Complementary Color

#c02307 #07a4c0

#c02307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02307 Color CSS Codes

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

#c02307 Text Font Color

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

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


#c02307 Background Color

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

This div background color is #c02307


#c02307 Border Color

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

This div border color is #c02307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02307


Comments

No comments written yet.

Please login to write comment.