Color Hex Logo

#cc240b Color Hex

#CC240B
(204,36,11)
0 Favorites   0 Comments

Color spaces of #cc240b

RGB 2043611
HSL0.020.900.42
HSV95°80°
CMYK 0.000.820.95   0.20
XYZ25.593114.12331.6938
Yxy14.12330.61800.3411
Hunter Lab37.581055.793923.6344
CIE-Lab44.409262.488254.2274

#cc240b color RGB value is (204,36,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100100 00001011
Octal 314 44 13
Decimal 204 36 11
Hex CC 24 B

RGB Percentages of Color #cc240b

%81.27
%14.34
%4.38

CMYK Percentages of Color #cc240b

%0
%82
%95
%20

Triadic Colors of #cc240b

#cc240b #0bcc24 #240bcc

Analogous Colors of #cc240b

#cc240b #cc850b #cc0b52

Monochromatic Colors of #cc240b

#cc240b

Complementary Color

#cc240b #0bb3cc

#cc240b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc240b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc240b Color CSS Codes

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

#cc240b Text Font Color

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

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


#cc240b Background Color

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

This div background color is #cc240b


#cc240b Border Color

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

This div border color is #cc240b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc240b


Comments

No comments written yet.

Please login to write comment.