Color Hex Logo

#cc333d Color Hex

#CC333D
(204,51,61)
0 Favorites   0 Comments

Color spaces of #cc333d

RGB 2045161
HSL0.990.600.50
HSV356°75°80°
CMYK 0.000.750.70   0.20
XYZ26.928015.54195.9955
Yxy15.54190.55560.3207
Hunter Lab39.423252.933718.5794
CIE-Lab46.367659.565431.4420

#cc333d color RGB value is (204,51,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110011 00111101
Octal 314 63 75
Decimal 204 51 61
Hex CC 33 3D

RGB Percentages of Color #cc333d

%64.56
%16.14
%19.30

CMYK Percentages of Color #cc333d

%0
%75
%70
%20

Triadic Colors of #cc333d

#cc333d #3dcc33 #333dcc

Analogous Colors of #cc333d

#cc333d #cc7633 #cc338a

Monochromatic Colors of #cc333d

#cc333d

Complementary Color

#cc333d #33ccc2

#cc333d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc333d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc333d Color CSS Codes

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

#cc333d Text Font Color

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

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


#cc333d Background Color

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

This div background color is #cc333d


#cc333d Border Color

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

This div border color is #cc333d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,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 #cc333d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc333d


Comments

No comments written yet.

Please login to write comment.