#C20604

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

Shades of Free Speech Red #C20604

Tints of Free Speech Red #C20604

Color information

#C20604 (or 0xC20604) is unknown color: approx Free Speech Red. HEX triplet: C2, 06 and 04. RGB value is (194,6,4). Sum of RGB (Red+Green+Blue) = 194+6+4=204 (27% of max value = 765). Red value is 194 (76.17% from 255 or 95.10% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 194 - color contains mainly: red. Hex color #C20604 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20604 is #3DF9FB. Grayscale: #3E3E3E. Windows color (decimal): -4061692 or 263874. OLE color: 263874.

HSL color Cylindrical-coordinate representation of color #C20604: hue angle of 0.63º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20604 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB19464-
CMYK00.970.980.24
HSL0.63º95.96%38.82%-
HSV(B)0.63º97.94%76.08%-
XYZ22.3411.611.18-
YUV61.9895.28222.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 95.10%
GREEN value IS 6 (2.73% from 255) = 2.94%
BLUE value IS 4 (1.95% from 255) = 1.96%
R=95.10%
G=2.94%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946400.970.980.240.6395.9638.82
HexC264061621816027
Octal30264014114230114047
Binary110000101101000110000111000101100011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20604; }

 p { color: rgb(194,6,4); }

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

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

 a { background-color: rgb(194,6,4); }

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

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

 span { border-color: rgb(194,6,4); }

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