Color Hex Logo

#c93303 Color Hex

#C93303
(201,51,3)
0 Favorites   0 Comments

Color spaces of #c93303

RGB 201513
HSL0.040.970.40
HSV15°99°79°
CMYK 0.000.750.99   0.21
XYZ25.287714.79171.6084
Yxy14.79170.60660.3548
Hunter Lab38.460050.060024.4425
CIE-Lab45.347657.154256.6988

#c93303 color RGB value is (201,51,3).

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

The process color (four color CMYK) of #c93303 color hex is 0.00, 0.75, 0.99, 0.21. Web safe color of #c93303 is #cc3300. Color #c93303 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110011 00000011
Octal 311 63 3
Decimal 201 51 3
Hex C9 33 3

RGB Percentages of Color #c93303

%78.82
%20.00
%1.18

CMYK Percentages of Color #c93303

%0
%75
%99
%21

Triadic Colors of #c93303

#c93303 #03c933 #3303c9

Analogous Colors of #c93303

#c93303 #c99603 #c90336

Monochromatic Colors of #c93303

#c93303

Complementary Color

#c93303 #0399c9

#c93303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93303 Color CSS Codes

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

#c93303 Text Font Color

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

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


#c93303 Background Color

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

This div background color is #c93303


#c93303 Border Color

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

This div border color is #c93303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93303


Comments

No comments written yet.

Please login to write comment.