Color Hex Logo

#c3333d Color Hex

#C3333D
(195,51,61)
0 Favorites   0 Comments

Color spaces of #c3333d

RGB 1955161
HSL0.990.590.48
HSV356°74°76°
CMYK 0.000.740.69   0.24
XYZ24.531814.30675.8834
Yxy14.30670.54850.3199
Hunter Lab37.824249.578217.2546
CIE-Lab44.669656.839828.9916

#c3333d color RGB value is (195,51,61).

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

The process color (four color CMYK) of #c3333d color hex is 0.00, 0.74, 0.69, 0.24. Web safe color of #c3333d is #cc3333. Color #c3333d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110011 00111101
Octal 303 63 75
Decimal 195 51 61
Hex C3 33 3D

RGB Percentages of Color #c3333d

%63.52
%16.61
%19.87

CMYK Percentages of Color #c3333d

%0
%74
%69
%24

Triadic Colors of #c3333d

#c3333d #3dc333 #333dc3

Analogous Colors of #c3333d

#c3333d #c37133 #c33385

Monochromatic Colors of #c3333d

#c3333d

Complementary Color

#c3333d #33c3b9

#c3333d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3333d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3333d Color CSS Codes

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

#c3333d Text Font Color

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

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


#c3333d Background Color

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

This div background color is #c3333d


#c3333d Border Color

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

This div border color is #c3333d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3333d


Comments

No comments written yet.

Please login to write comment.