Color Hex Logo

#cc260b Color Hex

#CC260B
(204,38,11)
0 Favorites   0 Comments

Color spaces of #cc260b

RGB 2043811
HSL0.020.900.42
HSV95°80°
CMYK 0.000.810.95   0.20
XYZ25.655414.24781.7145
Yxy14.24780.61650.3423
Hunter Lab37.746355.267023.7293
CIE-Lab44.586261.987154.3300

#cc260b color RGB value is (204,38,11).

#cc260b hex color red value is 204, green value is 38 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cc260b hue: 0.02 , saturation: 0.90 and the lightness value of cc260b is 0.42.

The process color (four color CMYK) of #cc260b color hex is 0.00, 0.81, 0.95, 0.20. Web safe color of #cc260b is #cc3300. Color #cc260b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100110 00001011
Octal 314 46 13
Decimal 204 38 11
Hex CC 26 B

RGB Percentages of Color #cc260b

%80.63
%15.02
%4.35

CMYK Percentages of Color #cc260b

%0
%81
%95
%20

Triadic Colors of #cc260b

#cc260b #0bcc26 #260bcc

Analogous Colors of #cc260b

#cc260b #cc870b #cc0b50

Monochromatic Colors of #cc260b

#cc260b

Complementary Color

#cc260b #0bb1cc

#cc260b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc260b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc260b Color CSS Codes

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

#cc260b Text Font Color

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

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


#cc260b Background Color

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

This div background color is #cc260b


#cc260b Border Color

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

This div border color is #cc260b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc260b


Comments

No comments written yet.

Please login to write comment.