Color Hex Logo

#c01503 Color Hex

#C01503
(192,21,3)
0 Favorites   0 Comments

Color spaces of #c01503

RGB 192213
HSL0.020.970.38
HSV98°75°
CMYK 0.000.890.98   0.25
XYZ22.022811.74941.1933
Yxy11.74940.62980.3360
Hunter Lab34.277454.698621.9301
CIE-Lab40.815062.208753.5320

#c01503 color RGB value is (192,21,3).

#c01503 hex color red value is 192, green value is 21 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #c01503 hue: 0.02 , saturation: 0.97 and the lightness value of c01503 is 0.38.

The process color (four color CMYK) of #c01503 color hex is 0.00, 0.89, 0.98, 0.25. Web safe color of #c01503 is #cc0000. Color #c01503 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010101 00000011
Octal 300 25 3
Decimal 192 21 3
Hex C0 15 3

RGB Percentages of Color #c01503

%88.89
%9.72
%1.39

CMYK Percentages of Color #c01503

%0
%89
%98
%25

Triadic Colors of #c01503

#c01503 #03c015 #1503c0

Analogous Colors of #c01503

#c01503 #c07403 #c00350

Monochromatic Colors of #c01503

#c01503

Complementary Color

#c01503 #03aec0

#c01503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01503 Color CSS Codes

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

#c01503 Text Font Color

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

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


#c01503 Background Color

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

This div background color is #c01503


#c01503 Border Color

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

This div border color is #c01503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01503


Comments

No comments written yet.

Please login to write comment.