Color Hex Logo

#c81303 Color Hex

#C81303
(200,19,3)
0 Favorites   0 Comments

Color spaces of #c81303

RGB 200193
HSL0.010.970.40
HSV99°78°
CMYK 0.000.910.99   0.22
XYZ24.068712.75171.2789
Yxy12.75170.63170.3347
Hunter Lab35.709557.819722.8733
CIE-Lab42.386764.663955.2040

#c81303 color RGB value is (200,19,3).

#c81303 hex color red value is 200, green value is 19 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #c81303 hue: 0.01 , saturation: 0.97 and the lightness value of c81303 is 0.40.

The process color (four color CMYK) of #c81303 color hex is 0.00, 0.91, 0.99, 0.22. Web safe color of #c81303 is #cc0000. Color #c81303 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010011 00000011
Octal 310 23 3
Decimal 200 19 3
Hex C8 13 3

RGB Percentages of Color #c81303

%90.09
%8.56
%1.35

CMYK Percentages of Color #c81303

%0
%91
%99
%22

Triadic Colors of #c81303

#c81303 #03c813 #1303c8

Analogous Colors of #c81303

#c81303 #c87603 #c80355

Monochromatic Colors of #c81303

#c81303

Complementary Color

#c81303 #03b8c8

#c81303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81303 Color CSS Codes

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

#c81303 Text Font Color

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

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


#c81303 Background Color

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

This div background color is #c81303


#c81303 Border Color

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

This div border color is #c81303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81303


Comments

No comments written yet.

Please login to write comment.