Color Hex Logo

#c03001 Color Hex

#C03001
(192,48,1)
0 Favorites   0 Comments

Color spaces of #c03001

RGB 192481
HSL0.040.990.38
HSV15°99°75°
CMYK 0.000.750.99   0.25
XYZ22.800713.32261.3985
Yxy13.32260.60770.3551
Hunter Lab36.500147.629123.2784
CIE-Lab43.245455.307355.3093

#c03001 color RGB value is (192,48,1).

#c03001 hex color red value is 192, green value is 48 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #c03001 hue: 0.04 , saturation: 0.99 and the lightness value of c03001 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110000 00000001
Octal 300 60 1
Decimal 192 48 1
Hex C0 30 1

RGB Percentages of Color #c03001

%79.67
%19.92
%0.41

CMYK Percentages of Color #c03001

%0
%75
%99
%25

Triadic Colors of #c03001

#c03001 #01c030 #3001c0

Analogous Colors of #c03001

#c03001 #c09001 #c00131

Monochromatic Colors of #c03001

#c03001

Complementary Color

#c03001 #0191c0

#c03001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03001 Color CSS Codes

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

#c03001 Text Font Color

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

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


#c03001 Background Color

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

This div background color is #c03001


#c03001 Border Color

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

This div border color is #c03001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03001


Comments

No comments written yet.

Please login to write comment.