Color Hex Logo

#cc363b Color Hex

#CC363B
(204,54,59)
0 Favorites   0 Comments

Color spaces of #cc363b

RGB 2045459
HSL0.990.600.51
HSV358°74°80°
CMYK 0.000.740.71   0.20
XYZ27.010415.79155.7621
Yxy15.79150.55620.3252
Hunter Lab39.738551.784619.2199
CIE-Lab46.699758.468633.0151

#cc363b color RGB value is (204,54,59).

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

The process color (four color CMYK) of #cc363b color hex is 0.00, 0.74, 0.71, 0.20. Web safe color of #cc363b is #cc3333. Color #cc363b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110110 00111011
Octal 314 66 73
Decimal 204 54 59
Hex CC 36 3B

RGB Percentages of Color #cc363b

%64.35
%17.03
%18.61

CMYK Percentages of Color #cc363b

%0
%74
%71
%20

Triadic Colors of #cc363b

#cc363b #3bcc36 #363bcc

Analogous Colors of #cc363b

#cc363b #cc7c36 #cc3686

Monochromatic Colors of #cc363b

#cc363b

Complementary Color

#cc363b #36ccc7

#cc363b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc363b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc363b Color CSS Codes

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

#cc363b Text Font Color

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

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


#cc363b Background Color

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

This div background color is #cc363b


#cc363b Border Color

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

This div border color is #cc363b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc363b


Comments

No comments written yet.

Please login to write comment.