Color Hex Logo

#c03315 Color Hex

#C03315
(192,51,21)
0 Favorites   0 Comments

Color spaces of #c03315

RGB 1925121
HSL0.030.800.42
HSV11°89°75°
CMYK 0.000.730.89   0.25
XYZ23.057413.62832.1247
Yxy13.62830.59410.3512
Hunter Lab36.916546.884022.4292
CIE-Lab43.695154.530449.0779

#c03315 color RGB value is (192,51,21).

#c03315 hex color red value is 192, green value is 51 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #c03315 hue: 0.03 , saturation: 0.80 and the lightness value of c03315 is 0.42.

The process color (four color CMYK) of #c03315 color hex is 0.00, 0.73, 0.89, 0.25. Web safe color of #c03315 is #cc3300. Color #c03315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110011 00010101
Octal 300 63 25
Decimal 192 51 21
Hex C0 33 15

RGB Percentages of Color #c03315

%72.73
%19.32
%7.95

CMYK Percentages of Color #c03315

%0
%73
%89
%25

Triadic Colors of #c03315

#c03315 #15c033 #3315c0

Analogous Colors of #c03315

#c03315 #c08915 #c0154d

Monochromatic Colors of #c03315

#c03315

Complementary Color

#c03315 #15a2c0

#c03315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03315 Color CSS Codes

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

#c03315 Text Font Color

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

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


#c03315 Background Color

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

This div background color is #c03315


#c03315 Border Color

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

This div border color is #c03315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03315


Comments

No comments written yet.

Please login to write comment.