Color Hex Logo

#c3303b Color Hex

#C3303B
(195,48,59)
0 Favorites   0 Comments

Color spaces of #c3303b

RGB 1954859
HSL0.990.600.48
HSV356°75°76°
CMYK 0.000.750.70   0.24
XYZ24.352014.03185.5626
Yxy14.03180.55410.3193
Hunter Lab37.459050.488917.4169
CIE-Lab44.278557.745929.7173

#c3303b color RGB value is (195,48,59).

#c3303b hex color red value is 195, green value is 48 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c3303b hue: 0.99 , saturation: 0.60 and the lightness value of c3303b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110000 00111011
Octal 303 60 73
Decimal 195 48 59
Hex C3 30 3B

RGB Percentages of Color #c3303b

%64.57
%15.89
%19.54

CMYK Percentages of Color #c3303b

%0
%75
%70
%24

Triadic Colors of #c3303b

#c3303b #3bc330 #303bc3

Analogous Colors of #c3303b

#c3303b #c36f30 #c33085

Monochromatic Colors of #c3303b

#c3303b

Complementary Color

#c3303b #30c3b8

#c3303b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3303b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3303b Color CSS Codes

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

#c3303b Text Font Color

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

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


#c3303b Background Color

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

This div background color is #c3303b


#c3303b Border Color

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

This div border color is #c3303b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3303b


Comments

No comments written yet.

Please login to write comment.