#C60201

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

Shades of Free Speech Red #C60201

Tints of Free Speech Red #C60201

Color information

#C60201 (or 0xC60201) is unknown color: approx Free Speech Red. HEX triplet: C6, 02 and 01. RGB value is (198,2,1). Sum of RGB (Red+Green+Blue) = 198+2+1=201 (26% of max value = 765). Red value is 198 (77.73% from 255 or 98.51% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 198 - color contains mainly: red. Hex color #C60201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60201 is #39FDFE. Grayscale: #3C3C3C. Windows color (decimal): -3800575 or 66246. OLE color: 66246.

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

Color convert

RGB19821-
CMYK00.990.990.22
HSL0.3º98.99%39.02%-
HSV(B)0.3º99.49%77.65%-
XYZ23.3212.051.13-
YUV60.4994.43226.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 98.51%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=98.51%
G=1.00%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982100.990.990.220.398.9939.02
HexC621063631606327
Octal30621014314326014347
Binary110001101010110001111000111011001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60201; }

 p { color: rgb(198,2,1); }

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

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

 a { background-color: rgb(198,2,1); }

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

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

 span { border-color: rgb(198,2,1); }

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