Color Hex Logo

#c33d4b Color Hex

#C33D4B
(195,61,75)
0 Favorites   0 Comments

Color spaces of #c33d4b

RGB 1956175
HSL0.980.530.50
HSV354°69°76°
CMYK 0.000.690.62   0.24
XYZ25.444415.44768.2972
Yxy15.44760.51730.3140
Hunter Lab39.303446.777014.9959
CIE-Lab46.241353.965022.5207

#c33d4b color RGB value is (195,61,75).

#c33d4b hex color red value is 195, green value is 61 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #c33d4b hue: 0.98 , saturation: 0.53 and the lightness value of c33d4b is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111101 01001011
Octal 303 75 113
Decimal 195 61 75
Hex C3 3D 4B

RGB Percentages of Color #c33d4b

%58.91
%18.43
%22.66

CMYK Percentages of Color #c33d4b

%0
%69
%62
%24

Triadic Colors of #c33d4b

#c33d4b #4bc33d #3d4bc3

Analogous Colors of #c33d4b

#c33d4b #c3723d #c33d8e

Monochromatic Colors of #c33d4b

#c33d4b

Complementary Color

#c33d4b #3dc3b5

#c33d4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33d4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33d4b Color CSS Codes

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

#c33d4b Text Font Color

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

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


#c33d4b Background Color

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

This div background color is #c33d4b


#c33d4b Border Color

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

This div border color is #c33d4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33d4b


Comments

No comments written yet.

Please login to write comment.