Color Hex Logo

#cc051b Color Hex

#CC051B
(204,5,27)
0 Favorites   0 Comments

Color spaces of #cc051b

RGB 204527
HSL0.980.950.41
HSV353°98°80°
CMYK 0.000.980.87   0.20
XYZ25.153913.02502.2252
Yxy13.02500.62260.3224
Hunter Lab36.090261.252021.6075
CIE-Lab42.800967.563146.7003

#cc051b color RGB value is (204,5,27).

#cc051b hex color red value is 204, green value is 5 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #cc051b hue: 0.98 , saturation: 0.95 and the lightness value of cc051b is 0.41.

The process color (four color CMYK) of #cc051b color hex is 0.00, 0.98, 0.87, 0.20. Web safe color of #cc051b is #cc0033. Color #cc051b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000101 00011011
Octal 314 5 33
Decimal 204 5 27
Hex CC 5 1B

RGB Percentages of Color #cc051b

%86.44
%2.12
%11.44

CMYK Percentages of Color #cc051b

%0
%98
%87
%20

Triadic Colors of #cc051b

#cc051b #1bcc05 #051bcc

Analogous Colors of #cc051b

#cc051b #cc5205 #cc057f

Monochromatic Colors of #cc051b

#cc051b

Complementary Color

#cc051b #05ccb6

#cc051b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc051b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc051b Color CSS Codes

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

#cc051b Text Font Color

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

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


#cc051b Background Color

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

This div background color is #cc051b


#cc051b Border Color

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

This div border color is #cc051b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,5,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc051b


Comments

No comments written yet.

Please login to write comment.