Color Hex Logo

#c3301d Color Hex

#C3301D
(195,48,29)
0 Favorites   0 Comments

Color spaces of #c3301d

RGB 1954829
HSL0.020.740.44
HSV85°76°
CMYK 0.000.750.85   0.24
XYZ23.784413.80472.5734
Yxy13.80470.59220.3437
Hunter Lab37.154749.245321.9017
CIE-Lab43.951556.668545.9691

#c3301d color RGB value is (195,48,29).

#c3301d hex color red value is 195, green value is 48 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c3301d hue: 0.02 , saturation: 0.74 and the lightness value of c3301d is 0.44.

The process color (four color CMYK) of #c3301d color hex is 0.00, 0.75, 0.85, 0.24. Web safe color of #c3301d is #cc3333. Color #c3301d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110000 00011101
Octal 303 60 35
Decimal 195 48 29
Hex C3 30 1D

RGB Percentages of Color #c3301d

%71.69
%17.65
%10.66

CMYK Percentages of Color #c3301d

%0
%75
%85
%24

Triadic Colors of #c3301d

#c3301d #1dc330 #301dc3

Analogous Colors of #c3301d

#c3301d #c3831d #c31d5d

Monochromatic Colors of #c3301d

#c3301d

Complementary Color

#c3301d #1db0c3

#c3301d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3301d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3301d Color CSS Codes

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

#c3301d Text Font Color

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

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


#c3301d Background Color

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

This div background color is #c3301d


#c3301d Border Color

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

This div border color is #c3301d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3301d


Comments

No comments written yet.

Please login to write comment.