#cc0605

Color #CC0605 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #CC0605

Tints of Free Speech Red #CC0605

Color information

#CC0605 (or 0xCC0605) is unknown color: approx Free Speech Red. HEX triplet: CC, 06 and 05. RGB value is (204,6,5). Sum of RGB (Red+Green+Blue) = 204+6+5=215 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.88% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0605 is #33F9FA. Grayscale: #414141. Windows color (decimal): -3406331 or 329420. OLE color: 329420.

HSL color Cylindrical-coordinate representation of color #CC0605: hue angle of 0.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0605 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB20465-
CMYK00.970.980.2
HSL0.3º95.22%40.98%-
HSV(B)0.3º97.55%80%-
XYZ24.9912.981.33-
YUV65.0994.1227.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 94.88%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 5 (2.34% from 255) = 2.33%
R=94.88%
G=2.79%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046500.970.980.20.395.2240.98
HexCC65061621405f29
Octal31465014114224013751
Binary110011001101010110000111000101010001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc0605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc0605; }

 p { color: rgb(204,6,5); }

 H1.HeaderClassName
 {
   color: #cc0605;
 }
 .AnyTagClassName
 {
   color: #cc0605;
 }
</style>
background-color css

<style>
 a { background-color: #cc0605; }

 a { background-color: rgb(204,6,5); }

 div.DivClassName
 {
   background-color: #cc0605;
 }
 .BgClassName
 {
   background-color: #cc0605;
 }
</style>
border-color css

<style>
 span { border-color: #cc0605; }

 span { border-color: rgb(204,6,5); }

 td.TdClassName
 {
   border-color: #cc0605;
 }
 .TagClassName
 {
   border-color: #cc0605;
 }
</style>