Color Hex Logo

#cc0e26 Color Hex

#CC0E26
(204,14,38)
0 Favorites   0 Comments

Color spaces of #cc0e26

RGB 2041438
HSL0.980.870.43
HSV352°93°80°
CMYK 0.000.930.81   0.20
XYZ25.408713.29143.0600
Yxy13.29140.60840.3183
Hunter Lab36.457460.603920.5437
CIE-Lab43.199166.927141.2608

#cc0e26 color RGB value is (204,14,38).

#cc0e26 hex color red value is 204, green value is 14 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #cc0e26 hue: 0.98 , saturation: 0.87 and the lightness value of cc0e26 is 0.43.

The process color (four color CMYK) of #cc0e26 color hex is 0.00, 0.93, 0.81, 0.20. Web safe color of #cc0e26 is #cc0033. Color #cc0e26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001110 00100110
Octal 314 16 46
Decimal 204 14 38
Hex CC E 26

RGB Percentages of Color #cc0e26

%79.69
%5.47
%14.84

CMYK Percentages of Color #cc0e26

%0
%93
%81
%20

Triadic Colors of #cc0e26

#cc0e26 #26cc0e #0e26cc

Analogous Colors of #cc0e26

#cc0e26 #cc550e #cc0e85

Monochromatic Colors of #cc0e26

#cc0e26

Complementary Color

#cc0e26 #0eccb4

#cc0e26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0e26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0e26 Color CSS Codes

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

#cc0e26 Text Font Color

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

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


#cc0e26 Background Color

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

This div background color is #cc0e26


#cc0e26 Border Color

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

This div border color is #cc0e26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0e26


Comments

No comments written yet.

Please login to write comment.