#C60605

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

Shades of Free Speech Red #C60605

Tints of Free Speech Red #C60605

Color information

#C60605 (or 0xC60605) is unknown color: approx Free Speech Red. HEX triplet: C6, 06 and 05. RGB value is (198,6,5). Sum of RGB (Red+Green+Blue) = 198+6+5=209 (27% of max value = 765). Red value is 198 (77.73% from 255 or 94.74% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 198 - color contains mainly: red. Hex color #C60605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60605 is #39F9FA. Grayscale: #3F3F3F. Windows color (decimal): -3799547 or 329414. OLE color: 329414.

HSL color Cylindrical-coordinate representation of color #C60605: hue angle of 0.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60605 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB19865-
CMYK00.970.970.22
HSL0.31º95.07%39.8%-
HSV(B)0.31º97.47%77.65%-
XYZ23.3812.151.26-
YUV63.2995.11224.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 94.74%
GREEN value IS 6 (2.73% from 255) = 2.87%
BLUE value IS 5 (2.34% from 255) = 2.39%
R=94.74%
G=2.87%
B=2.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986500.970.970.220.3195.0739.8
HexC665061611605f28
Octal30665014114126013750
Binary110001101101010110000111000011011001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60605; }

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

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

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

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

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

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

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

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